解决单据中多账户金额修改的bug

This commit is contained in:
季圣华
2021-07-10 21:40:02 +08:00
parent f682cee831
commit ff9e778a76
5 changed files with 14 additions and 32 deletions

View File

@@ -288,13 +288,6 @@
rows: JSON.stringify(detailArr),
}
},
manyAccountModalFormOk(idList, moneyList, allPrice) {
this.accountIdList = idList
this.accountMoneyList = moneyList
this.$nextTick(() => {
this.form.setFieldsValue({'changeAmount':allPrice})
});
},
onSearchLinkNumber() {
this.$refs.linkBillList.show('其它', '销售订单', '客户', "1")
this.$refs.linkBillList.title = "选择销售订单"