gjy 3 年 前
コミット
4b93a1b791
1 ファイル変更5 行追加5 行削除
  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