瀏覽代碼

装箱出货bug

cz 1 年之前
父節點
當前提交
44d1ca6777
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/salesMange/shipmentMange/packing/index.vue

+ 1 - 1
src/views/salesMange/shipmentMange/packing/index.vue

@@ -1356,7 +1356,7 @@ const submitForm = () => {
 
               packQuantity: x.packQuantity,
               netWeight: x.netWeight,
-              roughWeight: x.netWeight,
+              roughWeight: x.roughWeight,
               boxLong: x.boxLong,
               boxWide: x.boxWide,
               boxHigh: x.boxHigh,