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
e62bc02f
authored
2023-08-17 17:11:18 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
ea595c52
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
e62bc02
...
...
@@ -159,7 +159,7 @@
</el-radio-group>
</el-form-item>
</el-col>
<el-col
:span=
"6"
v-if=
"ruleForm.sldyList[0].gyfs!=0"
>
<el-col
:span=
"6"
v-if=
"ruleForm.sldyList[0].gyfs!=0
&&ruleForm.sldyList[0].sqfbcz=='0'
"
>
<el-form-item
label=
"持证人:"
>
<el-select
v-model=
"ruleForm.czr"
...
...
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
View file @
e62bc02
...
...
@@ -160,7 +160,7 @@
</el-radio-group>
</el-form-item>
</el-col>
<el-col
:span=
"5"
v-show=
"ruleForm.sldyList[0].gyfs != '0'"
>
<el-col
:span=
"5"
v-show=
"ruleForm.sldyList[0].gyfs != '0'
&&ruleForm.sldyList[0].sqfbcz == '0'
"
>
<el-form-item
label=
"持证人:"
>
<el-select
v-model=
"ruleForm.czr"
placeholder=
"持证人"
:disabled=
"!viewEdit"
>
<el-option
v-for=
"item in czrOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
...
...
Please
register
or
sign in
to post a comment