瀏覽代碼

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

jbb 2 年之前
父節點
當前提交
254a98a2ed
共有 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
+      headData.total = total.toFixed(2)
       this.addAdpacking = headData;
     },
   },