gjy 3 anos atrás
pai
commit
e5e6d64582

+ 2 - 2
src/views/tranManagement/tranManagementFireFeedback.vue

@@ -314,7 +314,7 @@
         for (var i = 0; i < this.freightspace.length; i++) {
           maxStorage += Number(this.freightspace[i].maxStorage)
         }
-        return maxStorage
+        return maxStorage.toFixed(2)
       },
       total: function() {
         if (this.deptBudgetList.tranCarInfoList != null) {
@@ -324,7 +324,7 @@
               this.deptBudgetList.tranCarInfoList[i].loadNetWeight
             )
           }
-          return maxStorage
+          return maxStorage.toFixed(2)
         } else {
           return 0
         }

+ 2 - 2
src/views/tranManagement/tranManagementFireFeedbackLook.vue

@@ -335,7 +335,7 @@ export default {
       for (var i = 0; i < this.freightspace.length; i++) {
         maxStorage += Number(this.freightspace[i].maxStorage)
       }
-      return maxStorage
+      return maxStorage.toFixed(2)
     },
     total: function () {
       if (this.deptBudgetList.tranCarInfoList != null) {
@@ -345,7 +345,7 @@ export default {
             this.deptBudgetList.tranCarInfoList[i].loadNetWeight
           )
         }
-        return maxStorage
+        return maxStorage.toFixed(2)
       } else {
         return 0
       }

+ 2 - 2
src/views/tranManagement/tranManagementFireReceivingFeedback.vue

@@ -444,7 +444,7 @@ export default {
       for (var i = 0; i < this.freightspace.length; i++) {
         maxStorage += Number(this.freightspace[i].maxStorage)
       }
-      return maxStorage
+      return maxStorage.toFixed(2)
     },
     total: function () {
       if (this.deptBudgetList.tranCarInfoList != null) {
@@ -454,7 +454,7 @@ export default {
             this.deptBudgetList.tranCarInfoList[i].loadNetWeight
           )
         }
-        return maxStorage
+        return maxStorage.toFixed(2)
       } else {
         return 0
       }

+ 2 - 2
src/views/tranManagement/tranManagementFireReceivingFeedbackLook.vue

@@ -351,7 +351,7 @@ export default {
       for (var i = 0; i < this.freightspace.length; i++) {
         maxStorage += Number(this.freightspace[i].maxStorage)
       }
-      return maxStorage
+      return maxStorage.toFixed(2)
     },
     total: function () {
       var maxStorage = 0
@@ -360,7 +360,7 @@ export default {
           this.deptBudgetList.tranCarInfoList[i].loadNetWeight
         )
       }
-      return maxStorage
+      return maxStorage.toFixed(2)
     },
     label1: function () {
       for (var i = 0; i < this.deptBudgetList.tranCarInfoList.length; i++) {

+ 1 - 1
src/views/tranManagement/tranManagementReceivingloading.vue

@@ -457,7 +457,7 @@ export default {
           this.deptBudgetList.tranCarInfoList[i].unloadNetWeight
         )
       }
-      return maxStorage
+      return maxStorage.toFixed(2)
     },
   },
   mounted() {

+ 2 - 2
src/views/tranManagement/tranManagementReceivingloadingLook.vue

@@ -333,7 +333,7 @@ activated(){
       for (var i = 0; i < this.freightspace.length; i++) {
         maxStorage += Number(this.freightspace[i].maxStorage)
       }
-      return maxStorage
+      return maxStorage.toFixed(2)
     },
     total: function () {
       var maxStorage = 0
@@ -342,7 +342,7 @@ activated(){
           this.deptBudgetList.tranCarInfoList[i].loadNetWeight
         )
       }
-      return maxStorage
+      return maxStorage.toFixed(2)
     },
     label1: function () {
        for (var i = 0; i < this.deptBudgetList.tranCarInfoList.length; i++) {

+ 2 - 2
src/views/tranManagement/tranManagementShippingArrangemen.vue

@@ -344,7 +344,7 @@
         for (var i = 0; i < this.freightspace.length; i++) {
           maxStorage += Number(this.freightspace[i].maxStorage)
         }
-        return maxStorage
+        return maxStorage.toFixed(2)
       },
       total: function() {
         if (this.deptBudgetList.tranCarInfoList.length > 0) {
@@ -354,7 +354,7 @@
               this.deptBudgetList.tranCarInfoList[i].positionWeight
             )
           }
-          return maxStorage
+          return maxStorage.toFixed(2)
         }
       },
     },

+ 2 - 2
src/views/tranManagement/tranManagementShippingFeedback.vue

@@ -517,7 +517,7 @@ export default {
       for (var i = 0; i < this.freightspace.length; i++) {
         maxStorage += Number(this.freightspace[i].maxStorage)
       }
-      return maxStorage
+      return maxStorage.toFixed(2)
     },
     total: function () {
       if (this.deptBudgetList.tranCarInfoList != null) {
@@ -527,7 +527,7 @@ export default {
             this.deptBudgetList.tranCarInfoList[i].loadNetWeight
           )
         }
-        return maxStorage
+        return maxStorage.toFixed(2)
       } else {
         return 0
       }

+ 2 - 2
src/views/tranManagement/tranManagementShippingFeedbackLook.vue

@@ -262,7 +262,7 @@
         for (var i = 0; i < this.freightspace.length; i++) {
           maxStorage += Number(this.freightspace[i].maxStorage)
         }
-        return maxStorage
+        return maxStorage.toFixed(2)
       },
       total: function() {
         if (this.deptBudgetList.tranCarInfoList != null) {
@@ -272,7 +272,7 @@
               this.deptBudgetList.tranCarInfoList[i].loadNetWeight
             )
           }
-          return maxStorage
+          return maxStorage.toFixed(2)
         } else {
           return 0
         }

+ 2 - 2
src/views/tranManagement/tranManagementTransporFeedback.vue

@@ -320,7 +320,7 @@
         for (var i = 0; i < this.freightspace.length; i++) {
           maxStorage += Number(this.freightspace[i].maxStorage)
         }
-        return maxStorage
+        return maxStorage.toFixed(2)
       },
       total: function() {
         if (this.deptBudgetList.tranCarInfoList != null) {
@@ -330,7 +330,7 @@
               this.deptBudgetList.tranCarInfoList[i].loadNetWeight
             )
           }
-          return maxStorage
+          return maxStorage.toFixed(2)
         } else {
           return 0
         }

+ 2 - 2
src/views/tranManagement/tranManagementTransporFeedbackLook.vue

@@ -337,7 +337,7 @@ export default {
       for (var i = 0; i < this.freightspace.length; i++) {
         maxStorage += Number(this.freightspace[i].maxStorage)
       }
-      return maxStorage
+      return maxStorage.toFixed(2)
     },
     total: function () {
       if (this.deptBudgetList.tranCarInfoList != null) {
@@ -347,7 +347,7 @@ export default {
             this.deptBudgetList.tranCarInfoList[i].loadNetWeight
           )
         }
-        return maxStorage
+        return maxStorage.toFixed(2)
       } else {
         return 0
       }

+ 2 - 2
src/views/tranManagement/tranManagementUnShippingFeedback.vue

@@ -471,7 +471,7 @@ export default {
       for (var i = 0; i < this.freightspace.length; i++) {
         maxStorage += Number(this.freightspace[i].maxStorage)
       }
-      return maxStorage
+      return maxStorage.toFixed(2)
     },
     total: function () {
       if (this.deptBudgetList.tranCarInfoList != null) {
@@ -481,7 +481,7 @@ export default {
             this.deptBudgetList.tranCarInfoList[i].unloadNetWeight
           )
         }
-        return maxStorage
+        return maxStorage.toFixed(2)
       } else {
         return 0
       }

+ 2 - 2
src/views/tranManagement/tranManagementUnShippingFeedbackLook.vue

@@ -371,7 +371,7 @@ export default {
       for (var i = 0; i < this.freightspace.length; i++) {
         maxStorage += Number(this.freightspace[i].maxStorage)
       }
-      return maxStorage
+      return maxStorage.toFixed(2)
     },
     total: function () {
       if (this.deptBudgetList.tranCarInfoList != null) {
@@ -381,7 +381,7 @@ export default {
             this.deptBudgetList.tranCarInfoList[i].loadNetWeight
           )
         }
-        return maxStorage
+        return maxStorage.toFixed(2)
       } else {
         return 0
       }