gjy hace 3 años
padre
commit
4b93a1b791
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      src/views/outboundManagement/weighingManagementNew.vue

+ 5 - 5
src/views/outboundManagement/weighingManagementNew.vue

@@ -605,11 +605,11 @@
           .toPromise()
           .then((response) => {
             this.weighingList = response
-            this.weighingList.grossWeight = this.weighingList.grossWeight * 1000
-            this.weighingList.tare = this.weighingList.tare * 1000
-            this.weighingList.netWeight = this.weighingList.netWeight * 1000
-            this.weighingList.buckleMiscellaneous =
-              this.weighingList.buckleMiscellaneous * 1000
+            // this.weighingList.grossWeight = this.weighingList.grossWeight * 1000
+            // this.weighingList.tare = this.weighingList.tare * 1000
+            // this.weighingList.netWeight = this.weighingList.netWeight * 1000
+            // this.weighingList.buckleMiscellaneous =
+            //   this.weighingList.buckleMiscellaneous * 1000
             this.weighingList.carNo =
               response.qualityInspectionManagement.carNumber
             this.weighingList.boxNo = response.boxNo