解决bug:单据录入的时候批次商品批号修改导致数量变化的bug

This commit is contained in:
jishenghua
2025-04-22 10:27:10 +08:00
parent 705329215d
commit 72bd97acff

View File

@@ -533,6 +533,8 @@ export const BillModalMixin = {
}
break;
case "batchNumber":
//只针对销售出库、采购退货、其它出库
if(this.prefixNo === 'XSCK' || this.prefixNo === 'CGTH' || this.prefixNo === 'QTCK') {
batchNumber = value
let depotItemId = ''
if(this.model.id) {
@@ -559,6 +561,7 @@ export const BillModalMixin = {
}
}
})
}
break;
case "operNumber":
operNumber = value-0