解决bug:销售订单转采购订单之后单价换为采购价
This commit is contained in:
@@ -327,6 +327,7 @@
|
|||||||
let info = selectBillDetailRows[j];
|
let info = selectBillDetailRows[j];
|
||||||
if (info.preNumber) {
|
if (info.preNumber) {
|
||||||
info.operNumber = info.preNumber - info.finishNumber
|
info.operNumber = info.preNumber - info.finishNumber
|
||||||
|
info.unitPrice = info.purchaseDecimal
|
||||||
info.allPrice = (info.operNumber * info.unitPrice).toFixed(2) - 0;
|
info.allPrice = (info.operNumber * info.unitPrice).toFixed(2) - 0;
|
||||||
info.taxRate = 0
|
info.taxRate = 0
|
||||||
info.taxMoney = 0
|
info.taxMoney = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user