Browse Source

前端dev

gjy 3 years ago
parent
commit
d592ac77e4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/houseSelfCollect/newWeighingManagement.vue

+ 2 - 0
src/views/houseSelfCollect/newWeighingManagement.vue

@@ -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)