Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangweidong
patzn-cloud-web-back-soil
Commits
c4539306
Commit
c4539306
authored
Oct 27, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了委托登记附件查询
parent
5af695c4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
FileManageCont.vue
components/file/file-manage/FileManageCont.vue
+1
-1
FilesList.vue
components/file/file-manage/FilesList.vue
+6
-1
EntrustRegisterEdit.vue
pages/meter-entrust/entrust-register/EntrustRegisterEdit.vue
+6
-3
No files found.
components/file/file-manage/FileManageCont.vue
View file @
c4539306
...
...
@@ -222,7 +222,7 @@ export default {
},
// 搜索
_search
()
{
this
.
$refs
.
fileModal
.
_page
()
this
.
$refs
.
fileModal
.
_page
(
this
.
fileName
)
}
}
}
...
...
components/file/file-manage/FilesList.vue
View file @
c4539306
...
...
@@ -221,7 +221,12 @@ export default {
this
.
_page
()
})
},
_page
:
async
function
()
{
_page
:
async
function
(
fileName
)
{
if
(
fileName
)
{
this
.
formObj
.
fileName
=
fileName
}
else
{
this
.
formObj
.
fileName
=
undefined
}
Object
.
assign
(
this
.
formObj
,
this
.
$refs
.
pageTable
.
_searchParams
())
const
result
=
await
meterEntrust
.
attachmentPage
(
this
.
urlData
.
pageUrl
,
...
...
pages/meter-entrust/entrust-register/EntrustRegisterEdit.vue
View file @
c4539306
...
...
@@ -102,9 +102,7 @@
@
on-result-change=
"_soilChange"
name=
"sampleDescribe"
placeholder=
"请输入或选择土质描述"
></AutoComplete>
</div>
<div
v-else
@
click
.
stop=
"_handleRow(scope)"
>
<span>
{{
scope
.
row
[
item
.
key
]
}}
</span>
</div>
<span
v-else
>
{{
scope
.
row
[
item
.
key
]
}}
</span>
</
template
>
</vxe-table-column>
</PTVXETable>
...
...
@@ -924,3 +922,8 @@ export default {
}
}
</
script
>
<
style
>
.vxe-table--tooltip-wrapper
{
z-index
:
2147483647
!important
;
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment