Browse Source

装箱出货bug

cz 1 year ago
parent
commit
44d1ca6777
1 changed files with 1 additions and 1 deletions
  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,