| | |
| | | <el-table-column |
| | | prop="beneficiaryname" |
| | | align="center" |
| | | label="姓名" |
| | | label="专家/单位" |
| | | width="120" |
| | | v-if="form.applytype == '1' || form.applytype == '2'" |
| | | > |
| | |
| | | <el-table-column |
| | | prop="unitno" |
| | | align="center" |
| | | label="单位名称" |
| | | label="专家所在单位" |
| | | width="250" |
| | | v-if="form.applytype != '4' && form.applytype != '3'" |
| | | > |
| | |
| | | <el-form-item :error="scope.row.error" label-width="0"> |
| | | <el-input |
| | | v-model.number="scope.row.idcardno" |
| | | @input="tableParValueChange(scope.row)" |
| | | @input="tableParValueChange1(scope.row)" |
| | | placeholder="身份证号" |
| | | /> |
| | | </el-form-item> |
| | |
| | | </el-col> |
| | | <el-col :span="24" v-if="experthear == 'unit'"> |
| | | <el-form-item |
| | | label="人员姓名" |
| | | label="专家/单位" |
| | | prop="beneficiaryname" |
| | | label-width="80px" |
| | | > |
| | |
| | | ] |
| | | }, |
| | | funddrules: { |
| | | expertidcardno: [{ validator: validatePass, trigger: "blur" }], |
| | | // expertidcardno: [{ validator: validatePass, trigger: "blur" }], |
| | | expertdepositbank: [ |
| | | { required: true, message: "请输入开户银行", trigger: "change" } |
| | | ], |
| | |
| | | ); |
| | | return; |
| | | } |
| | | |
| | | /* |
| | | if ( |
| | | tempDetail.idcardno == null && |
| | | this.businessType != "3" && |
| | |
| | | ); |
| | | return; |
| | | } |
| | | */ |
| | | |
| | | if (this.businessType == "1") { |
| | | if (tempDetail.servicesscope == null) { |