소스 검색

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

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;