修复从订单转销售出库或者采购入库单的时候没有把订金带过来的bug
This commit is contained in:
@@ -755,12 +755,13 @@ export const BillListMixin = {
|
||||
}
|
||||
getAction('/depotItem/getDetailList', param).then((res) => {
|
||||
if (res.code === 200) {
|
||||
let deposit = info.changeAmount - info.finishDeposit
|
||||
let transferParam = {
|
||||
list: res.data.rows,
|
||||
number: info.number,
|
||||
organId: info.organId,
|
||||
discountMoney: info.discountMoney,
|
||||
deposit: info.deposit,
|
||||
deposit: deposit,
|
||||
remark: info.remark,
|
||||
accountId: info.accountId,
|
||||
salesMan: info.salesMan
|
||||
|
||||
Reference in New Issue
Block a user