瀏覽代碼

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

jbb 2 年之前
父節點
當前提交
3c0ecd7697
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;