解决bug:销售订单转采购订单之后单价换为采购价
This commit is contained in:
parent
63a980392d
commit
f67f772f76
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user