zhongtianhaoyuan 3 years ago
parent
commit
2d857be4e2

+ 5 - 2
src/views/houseSelfCollect/weightCheck.vue

@@ -309,11 +309,14 @@
       } else if (this.tpyeNo == 2) {
         this.information = '皮重'
       }
-      this.$route.query.automaticWeightAcquisition = 0
+      // this.$route.query.automaticWeightAcquisition = 0
       // if(this.$route.query.automaticWeightAcquisition == '1'){
         // this.openPort()
-        this.isShowBalance = true
+        // this.isShowBalance = true
       // }
+       if (this.$route.query.automaticWeightAcquisition == '1') {
+        this.isShowBalance = true
+      }
       console.log(this.weighingList)
       
       this.getList()

+ 1 - 1
src/views/warehouse/warehouseManagementGross.vue

@@ -27,7 +27,7 @@
           <div class="top">
             <div class="car-type">毛重</div>
             <div class="weight">
-              {{ grossWeight }} <span class="kg-style">kg</span>
+              {{ deptBudgetList.grossWeight }} <span class="kg-style">kg</span>
             </div>
             <!-- <div v-else class="weight">{{weighingList.tare}} <span class="kg-style">kg</span></div> -->
             <div class="car-no">{{ deptBudgetList.carNo }}</div>

+ 0 - 1
src/views/warehouse/warehouseManagementNoWeightIn.vue

@@ -1361,7 +1361,6 @@
                 this.dataList.deductionAmount = Math.round(
                   this.dataList.deductionAmount * 1000
                 )
-
                 addstorageputList(this.dataList)
                   .toPromise()
                   .then((response) => {

+ 1 - 1
src/views/warehouse/warehouseManagementNoWeightOut.vue

@@ -27,7 +27,7 @@
           <div class="top">
             <div class="car-type">毛重</div>
             <div class="weight">
-              {{ grossWeight }}
+              {{ dataList.grossWeight }}
               <span class="kg-style">kg</span>
             </div>
             <!-- <div class="weight">{{dataList.tare}} <span class="kg-style">kg</span></div> -->

+ 1 - 1
src/views/warehouse/warehouseManagementTare.vue

@@ -27,7 +27,7 @@
             <div class="car-type">皮重</div>
             <!-- <div class="weight">{{deptBudgetList.grossWeight}} <span class="kg-style">kg</span></div> -->
             <div class="weight">
-              {{ tare }} <span class="kg-style">kg</span>
+              {{ deptBudgetList.tare }} <span class="kg-style">kg</span>
             </div>
             <div class="car-no">{{ deptBudgetList.carNo }}</div>
           </div>