Ver Fonte

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

jbb há 2 anos atrás
pai
commit
cef2745824
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
     },
   },