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
cd3475f4
authored
2023-08-18 14:00:36 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
2634909f
610a6876
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 @
cd3475f
...
...
@@ -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 @
cd3475f
...
...
@@ -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