|
@@ -748,6 +748,7 @@
|
|
|
this.weighingList = this.pList[0]
|
|
|
this.weighingList.inOutType = this.pList[0].qualityInspectionManagement.inOutType
|
|
|
this.weighingList.inOutTypeKey = this.pList[0].qualityInspectionManagement.inOutTypeKey
|
|
|
+ this.weighingList.deductionAmount = this.pList[0].qualityInspectionManagement.deductionAmount
|
|
|
console.log(this.weighingList)
|
|
|
this.carWeightInfo = {
|
|
|
carNumber: this.pList[0].carNumber,
|
|
@@ -1368,6 +1369,7 @@
|
|
|
console.log(that.weighingList)
|
|
|
warehousing.inOutTypeKey=that.weighingList.inOutTypeKey
|
|
|
warehousing.inOutType=that.weighingList.inOutType
|
|
|
+ warehousing.deductionAmount=that.weighingList.deductionAmount
|
|
|
warehousing.id=warehousing.warehouseInOutId
|
|
|
// delete that.inOutDate.status
|
|
|
that.inOutDate = Object.assign(that.inOutDate, warehousing)
|