소스 검색

预装箱单新增总件数保留整数

jbb 2 년 전
부모
커밋
cef2745824
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/advance-packingList/addAdpackingDrawer.vue

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

@@ -884,7 +884,7 @@ export default {
       headData.totalGrossWeight = totalGrossWeight;
       headData.totalVolume = totalVolume.toFixed(3);
       headData.totalPrice = totalPrice.toFixed(2); 
-      headData.total = total.toFixed(2)
+      headData.total = total.toFixed(0)
       this.addAdpacking = headData;
     },
   },