Commit fdd4c1b5 by 1377875331@qq.com

MT799属性显示

parent be40f0b4
......@@ -674,6 +674,7 @@
maxlength="35"
show-word-limit
placeholder="请输入联行名称 电证用"
:disabled="this.jigomcFlag"
></c-input>
</el-form-item>
</el-col>
......@@ -701,6 +702,7 @@ export default {
uri: "/ditopn/getElcsRef",
},
flag: true,
jigomcFlag:false,
trade: "",
};
},
......@@ -720,6 +722,7 @@ export default {
this.model.didgrp.apl.rolsetflg = data.didgrp_apl_rolsetflg;
this.model.didgrp.rec.nam = data.didgrp_rec_nam; //摘要
this.model.didgrp.apl.pts.extact = data.didgrp_apl_pts_extact; //申请人账号
this.model.ditp.aplname = data.ditp_aplname;
this.flag = false;
}
}
......@@ -745,7 +748,6 @@ export default {
if (temp.length < 6){
return;
}
// 011451000006
Api.post("ditopn/executeRule/didgrp.beb.pts.bankno", data).then(
(res) => {
if (res.respCode = "AAAAAA"){
......@@ -756,9 +758,11 @@ export default {
type: 'error'
});
}else{
this.jigomcFlag = true;
const data = res.data;
this.model.didgrp.beb.pts.bankno = data.didgrp_beb_pts_bankno;
this.model.didgrp.beb.pts.jigomc = data.didgrp_beb_pts_jigomc;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment