Sfoglia il codice sorgente

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

jbb 2 anni fa
parent
commit
3c0ecd7697
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;