소스 검색

装箱出货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,