|
@@ -2031,6 +2031,7 @@ export default {
|
|
|
data[q].surplusWeight =(data[q].inWarehouseWeight - data[q].outWarehouseWeight + data[q].profitAndLoss).toFixed(3)
|
|
|
}
|
|
|
data[q].avgCost = Number(data[q].avgCost).toFixed(2)
|
|
|
+ data[q].amountMoney = Number(data[q].amountMoney).toFixed(4)
|
|
|
console.log(response.records[i].warehouseType)
|
|
|
data[q].select = false
|
|
|
data[q].weightedit = false
|