Commit 0ccb3c0f by nanrui

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

parent 00a78cc6
......@@ -349,16 +349,17 @@ export default {
},
methods: {
...Event,
multipleSelect() {
console.log(111);
},
change() {
if (this.model.bodgrp.rec.focflg) {
async change() {
if (this.model.bodgrp.rec.focflg === "X") {
this.isDisabled = true;
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 {
this.isDisabled = false;
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) {
......
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