增加转采购退货、转销售退货、转零售退货的功能

This commit is contained in:
jishenghua
2025-05-02 22:12:58 +08:00
parent f3a40d0d02
commit 8425744e3c
7 changed files with 42 additions and 8 deletions

View File

@@ -316,6 +316,10 @@
if (this.action === 'add') {
this.addInit(this.prefixNo)
this.fileList = []
this.$nextTick(() => {
let tp = this.transferParam
this.linkBillListOk(tp.list, tp.number, tp.organId, tp.discountMoney, tp.deposit, tp.remark, this.defaultDepotId, tp.accountId)
})
} else {
if(this.model.linkNumber) {
this.rowCanEdit = false
@@ -412,8 +416,10 @@
}
info.linkId = info.id
allTaxLastMoney += info.taxLastMoney
listEx.push(info)
this.changeColumnShow(info)
if(info.operNumber>0) {
listEx.push(info)
this.changeColumnShow(info)
}
}
this.materialTable.dataSource = listEx
///给优惠后金额重新赋值