解决bug:销售订单转采购订单之后单价换为采购价

This commit is contained in:
季圣华 2022-05-26 21:37:38 +08:00
parent 63a980392d
commit f67f772f76

View File

@ -327,6 +327,7 @@
let info = selectBillDetailRows[j];
if (info.preNumber) {
info.operNumber = info.preNumber - info.finishNumber
info.unitPrice = info.purchaseDecimal
info.allPrice = (info.operNumber * info.unitPrice).toFixed(2) - 0;
info.taxRate = 0
info.taxMoney = 0