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
a1643f14
authored
2023-09-14 19:35:02 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改补录对应的查封信息字段修改
1 parent
d8030ea9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
src/views/djbworkflow/djbBook/components/blxxtabs/cfdj.vue
src/views/djbworkflow/djbBook/components/blxxtabs/cfdj.vue
View file @
a1643f1
...
...
@@ -135,7 +135,7 @@
label=
"上手权利信息:"
prop=
"ssQlxx.bdcqzh"
:rules=
"rules.ssQlxxrules"
v-if=
"ruleForm.
cfdj.sfbxf == '1
'"
>
v-if=
"ruleForm.
qlxx.djlx == '300
'"
>
<select-table
v-model=
"ruleForm.ssQlxx"
:table-width=
"730"
...
...
@@ -190,9 +190,9 @@
label=
"是否被续封:"
prop=
"cfdj.sfbxf"
:rules=
"rules.sfbxfrules"
>
<el-radio-group
v-model=
"ruleForm.
cfdj.sfbxf
"
@
change=
"djlxchange"
>
<el-radio
label=
"
1
"
>
是
</el-radio>
<el-radio
label=
"
2
"
>
否
</el-radio>
<el-radio-group
v-model=
"ruleForm.
qlxx.djlx
"
@
change=
"djlxchange"
>
<el-radio
label=
"
800
"
>
是
</el-radio>
<el-radio
label=
"
300
"
>
否
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
...
...
@@ -547,9 +547,9 @@
init
(
this
.
propsParam
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
ruleForm
=
res
.
result
;
if
(
this
.
ruleForm
.
cfdj
)
{
this
.
ruleForm
.
cfdj
.
sfbxf
=
"2"
}
//
if (this.ruleForm.cfdj) {
//
this.ruleForm.cfdj.sfbxf = "2"
//
}
this
.
isShow
=
true
;
let
djlx
=
this
.
ruleForm
.
qlxx
.
djlx
;
this
.
$endLoading
();
...
...
Please
register
or
sign in
to post a comment