3bb29bd7 by zhangmeng

证件类型3不显示证号,证件类型

1 parent c474c94e
......@@ -101,9 +101,11 @@
<el-input v-model="form.certName" :disabled="editgay" />
</el-form-item>
<el-form-item
v-if="form.idcType!=3 "
:label="language==0?'证件类型':'ID Type'" :required="!form.wdsfMin&&form.labelArr.indexOf('0')>-1"
prop="idcType"
>
<el-select v-model="form.idcType" :disabled="editgay" style="width: 100%;">
<el-option
v-for="item in certificates"
......@@ -114,6 +116,7 @@
</el-select>
</el-form-item>
<el-form-item
v-if="form.idcType!=3 "
:label="language==0?'证件号码':'ID NO'" :required="!form.wdsfMin&&form.labelArr.indexOf('0')>-1"
prop="idcCode"
>
......@@ -286,14 +289,15 @@ const open = (params) => {
if (form.value.wdsfMin) {
editDis.value = true
}
if (form.value.idcType == '3') {
form.value.idcType = ''
form.value.idcCode = ''
}
// if (form.value.idcType == '3') {
// form.value.idcType = ''
// form.value.idcCode = ''
// }
if (form.value.label) {
// {0:0,1:1,2:3}
form.value.labelArr = form.value.label.split(',')
}
console.log(form.value)
})
} else {
editgay.value = false
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!