Explorar o código

预装箱单总体积保留小数位数修改

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
3c0ecd7697
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/advance-packingList/addAdpackingDrawer.vue

+ 1 - 1
src/views/advance-packingList/addAdpackingDrawer.vue

@@ -872,7 +872,7 @@ export default {
       headData.totalBoxes = totalBoxes;
       headData.totalNetWeight = totalNetWeight;
       headData.totalGrossWeight = totalGrossWeight;
-      headData.totalVolume = totalVolume;
+      headData.totalVolume = totalVolume.toFixed(3);
       headData.totalPrice = totalPrice.toFixed(2); 
       headData.total = total
       this.addAdpacking = headData;