Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ea325eed
authored
2025-04-16 17:31:02 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改证件管理
1 parent
e64985b5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
src/views/data_asset/certificateManagement.vue
src/views/data_asset/registerDetail.vue
src/views/data_asset/certificateManagement.vue
View file @
ea325ee
...
...
@@ -80,7 +80,7 @@ const searchItemList = ref([
placeholder
:
'全部类型'
,
options
:
[
{
label
:
'A证'
,
value
:
1
},
{
label
:
'B证'
,
value
:
2
},
//
{ label: 'B证', value: 2 },
{
label
:
'C证'
,
value
:
3
}
],
clearable
:
true
...
...
@@ -142,7 +142,7 @@ const page = ref({
const
tableFields
=
ref
([
{
label
:
"序号"
,
type
:
"index"
,
width
:
56
,
align
:
"center"
},
{
label
:
"资产名称"
,
field
:
"daName"
,
width
:
160
,
align
:
"left"
},
{
label
:
"
资产
编码"
,
field
:
"daCode"
,
width
:
160
,
align
:
"left"
},
{
label
:
"
证件
编码"
,
field
:
"daCode"
,
width
:
160
,
align
:
"left"
},
{
label
:
"登记时间"
,
field
:
"registerTime"
,
width
:
120
},
{
label
:
"有限期"
,
field
:
"effectiveDate"
,
width
:
140
},
//{ label: "企业名称", field: "tenantName", width: 240, align: "left" },
...
...
@@ -270,7 +270,7 @@ const formItems = ref([{
clearable
:
true
,
required
:
true
,
},
{
label
:
'
资产
编码'
,
label
:
'
证件
编码'
,
type
:
'input'
,
placeholder
:
'请输入'
,
field
:
'daCode'
,
...
...
@@ -293,7 +293,7 @@ const formItems = ref([{
placeholder
:
'请输入'
,
field
:
'registerTime'
,
default
:
''
,
disabled
:
tru
e
,
disabled
:
fals
e
,
required
:
false
,
visible
:
true
},
{
...
...
@@ -346,9 +346,9 @@ const formItems = ref([{
type
:
"select"
,
placeholder
:
"请选择"
,
field
:
"documentType"
,
default
:
1
,
default
:
3
,
options
:
[{
label
:
'A证'
,
value
:
1
},
{
label
:
'B证'
,
value
:
2
},
//
{ label: 'B证', value: 2 },
{
label
:
'C证'
,
value
:
3
}],
disabled
:
false
,
clearable
:
true
,
...
...
@@ -358,6 +358,7 @@ const formItems = ref([{
tip
:
'支持扩展名:.jpg .png'
,
accept
:
'.jpg, .png'
,
type
:
'upload-file'
,
limit
:
1
,
placeholder
:
'请选择'
,
field
:
'documentFile'
,
default
:
[],
...
...
@@ -457,7 +458,7 @@ const handleDialogSelectChange = (val, row, info) => {
let
register
=
val
&&
registerSelectData
.
value
.
find
(
r
=>
r
.
guid
==
val
);
formItems
.
value
.
forEach
(
item
=>
{
item
.
default
=
info
[
item
.
field
];
if
(
item
.
field
==
'daName'
||
item
.
field
==
'
registerTime'
||
item
.
field
==
'
tenantGuid'
||
item
.
field
==
'tenantName'
)
{
if
(
item
.
field
==
'daName'
||
item
.
field
==
'tenantGuid'
||
item
.
field
==
'tenantName'
)
{
item
.
default
=
register
?.[
item
.
field
]
||
'-'
;
}
else
if
(
item
.
field
==
'issuingEntityGuid'
)
{
item
.
default
=
register
?.
exchangeGuid
||
''
;
...
...
src/views/data_asset/registerDetail.vue
View file @
ea325ee
...
...
@@ -1837,7 +1837,7 @@ const passCommonDialogBtnClick = (btn, info) => {
expandSwicth style="
margin
-
top
:
15
px
" :isExpand="
certificateExpand
" @expand="
(
v
)
=>
certificateExpand
=
v
">
<div class="
list_panel
">
<div class="
list_item
">
<span class="
item_label
">
资产
编码:</span>
<span class="
item_label
">
证件
编码:</span>
<span class="
item_value
"
>
{{
detailInfo
.
daCode
??
'--'
}}
<
/span
>
<
/div
>
<
div
class
=
"list_item"
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment