Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
3ebdc222
authored
2023-11-10 14:07:14 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书入库编辑
1 parent
2c000c6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
6 deletions
src/views/zsgl/zsrk/components/addDialog.vue
src/views/zsgl/zsrk/components/addDialog.vue
View file @
3ebdc22
...
...
@@ -206,12 +206,23 @@
this
.
ruleForm
=
res
.
result
;
this
.
$refs
.
ruleForm
.
resetFields
()
this
.
readOnly
=
false
;
this
.
ruleForm
.
tableForm
[
0
].
ksysxlh
=
res
.
result
.
zsstarno
;
this
.
ruleForm
.
tableForm
[
0
].
jsysxlh
=
res
.
result
.
zsendno
;
this
.
ruleForm
.
tableForm
[
0
].
bs
=
res
.
result
.
zsnum
;
this
.
ruleForm
.
tableForm
[
1
].
ksysxlh
=
res
.
result
.
zmstarno
;
this
.
ruleForm
.
tableForm
[
1
].
jsysxlh
=
res
.
result
.
zmendno
;
this
.
ruleForm
.
tableForm
[
1
].
bs
=
res
.
result
.
zmnum
;
this
.
ruleForm
.
tableForm
=
[
{
ksysxlh
:
''
,
jsysxlh
:
''
,
bs
:
0
},
{
ksysxlh
:
''
,
jsysxlh
:
''
,
bs
:
0
}
]
let
zss
=
{
ksysxlh
:
res
.
result
.
zsstarno
,
jsysxlh
:
res
.
result
.
zsendno
,
bs
:
res
.
result
.
zsnum
,
name
:
'不动产权证书'
,
zslx
:
1
};
this
.
$set
(
this
.
ruleForm
.
tableForm
,
0
,
zss
)
let
zms
=
{
ksysxlh
:
res
.
result
.
zmstarno
,
jsysxlh
:
res
.
result
.
zmendno
,
bs
:
res
.
result
.
zmnum
,
name
:
'不动产登记证明'
,
zslx
:
2
};
this
.
$set
(
this
.
ruleForm
.
tableForm
,
1
,
zms
)
}
})
},
...
...
Please
register
or
sign in
to post a comment