Commit 0ccb3c0f by nanrui

botpay “setp”面板测试bug 表单数据显示与复选框事件关联处理

parent 00a78cc6
...@@ -349,16 +349,17 @@ export default { ...@@ -349,16 +349,17 @@ export default {
}, },
methods: { methods: {
...Event, ...Event,
multipleSelect() { async change() {
console.log(111); if (this.model.bodgrp.rec.focflg === "X") {
},
change() {
if (this.model.bodgrp.rec.focflg) {
this.isDisabled = true; this.isDisabled = true;
this.model.setmod.redamt = this.model.setmod.docamt; this.model.setmod.redamt = this.model.setmod.docamt;
let rtnmsg = await this.executeDefault("liaall.tenstm");
this.model.bodgrp.rec.docsta = rtnmsg.data.bodgrp_rec_matpertyp;
} else { } else {
this.isDisabled = false; this.isDisabled = false;
this.model.setmod.redamt = "0.00"; this.model.setmod.redamt = "0.00";
let rtnmsg = await this.executeDefault("liaall.tenstm");
this.model.bodgrp.rec.docsta = rtnmsg.data.bodgrp_rec_docsta;
} }
}, },
async multipleSelect(selection) { async multipleSelect(selection) {
......
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