--no commit message
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -159,7 +159,7 @@ | ... | @@ -159,7 +159,7 @@ |
159 | </el-radio-group> | 159 | </el-radio-group> |
160 | </el-form-item> | 160 | </el-form-item> |
161 | </el-col> | 161 | </el-col> |
162 | <el-col :span="6" v-if="ruleForm.sldyList[0].gyfs!=0"> | 162 | <el-col :span="6" v-if="ruleForm.sldyList[0].gyfs!=0&&ruleForm.sldyList[0].sqfbcz=='0'"> |
163 | <el-form-item label="持证人:"> | 163 | <el-form-item label="持证人:"> |
164 | <el-select | 164 | <el-select |
165 | v-model="ruleForm.czr" | 165 | v-model="ruleForm.czr" | ... | ... |
... | @@ -160,7 +160,7 @@ | ... | @@ -160,7 +160,7 @@ |
160 | </el-radio-group> | 160 | </el-radio-group> |
161 | </el-form-item> | 161 | </el-form-item> |
162 | </el-col> | 162 | </el-col> |
163 | <el-col :span="5" v-show="ruleForm.sldyList[0].gyfs != '0'"> | 163 | <el-col :span="5" v-show="ruleForm.sldyList[0].gyfs != '0'&&ruleForm.sldyList[0].sqfbcz == '0' "> |
164 | <el-form-item label="持证人:"> | 164 | <el-form-item label="持证人:"> |
165 | <el-select v-model="ruleForm.czr" placeholder="持证人" :disabled="!viewEdit"> | 165 | <el-select v-model="ruleForm.czr" placeholder="持证人" :disabled="!viewEdit"> |
166 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> | 166 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> |
... | @@ -253,7 +253,7 @@ | ... | @@ -253,7 +253,7 @@ |
253 | */ | 253 | */ |
254 | onSubmitClick () { | 254 | onSubmitClick () { |
255 | let that = this | 255 | let that = this |
256 | 256 | ||
257 | saveBatchData(this.ruleForm, this.propsParam.djlx).then((res) => { | 257 | saveBatchData(this.ruleForm, this.propsParam.djlx).then((res) => { |
258 | if (res.code === 200) { | 258 | if (res.code === 200) { |
259 | this.$message({ | 259 | this.$message({ | ... | ... |
-
Please register or sign in to post a comment