增加转采购入库和转销售出库的功能

This commit is contained in:
jishenghua
2025-05-01 22:26:41 +08:00
parent 7583207640
commit f3a40d0d02
6 changed files with 104 additions and 4 deletions

View File

@@ -355,6 +355,8 @@
this.fileList = []
this.$nextTick(() => {
handleIntroJs(this.prefixNo, 1)
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) {
@@ -466,8 +468,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
///给优惠后金额重新赋值