|
@@ -695,7 +695,7 @@ export default {
|
|
spanArr: [],
|
|
spanArr: [],
|
|
options1: [],
|
|
options1: [],
|
|
id: '',
|
|
id: '',
|
|
-
|
|
|
|
|
|
+ avgCost:'',
|
|
customerInfo: {},
|
|
customerInfo: {},
|
|
appendixIdss: [],
|
|
appendixIdss: [],
|
|
paymentScreenshot: '',
|
|
paymentScreenshot: '',
|
|
@@ -1980,6 +1980,7 @@ export default {
|
|
});
|
|
});
|
|
this.getList()
|
|
this.getList()
|
|
}
|
|
}
|
|
|
|
+ this.rejectshow = false
|
|
}
|
|
}
|
|
|
|
|
|
},
|
|
},
|
|
@@ -2028,6 +2029,7 @@ export default {
|
|
data[q].inWarehouseWeight1 = data[q].inWarehouseWeight.toFixed(3)
|
|
data[q].inWarehouseWeight1 = data[q].inWarehouseWeight.toFixed(3)
|
|
data[q].surplusWeight =(data[q].inWarehouseWeight - data[q].outWarehouseWeight + data[q].profitAndLoss).toFixed(3)
|
|
data[q].surplusWeight =(data[q].inWarehouseWeight - data[q].outWarehouseWeight + data[q].profitAndLoss).toFixed(3)
|
|
}
|
|
}
|
|
|
|
+ data[q].avgCost = Number(data[q].avgCost).toFixed(2)
|
|
console.log(response.records[i].warehouseType)
|
|
console.log(response.records[i].warehouseType)
|
|
data[q].select = false
|
|
data[q].select = false
|
|
data[q].weightedit = false
|
|
data[q].weightedit = false
|