소스 검색

出库批次号

yusheng 7 달 전
부모
커밋
31cc409274
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/bpm/outgoingManagement/outbound.vue

+ 2 - 2
src/views/bpm/outgoingManagement/outbound.vue

@@ -1136,9 +1136,9 @@
             builders: this.saleProductList.map((item) => {
               return {
                 categoryId: item.productId || item.categoryId,
-                num: item.totalCount
+                num: item.totalCount,
                 // warehouseId: this.bizType == 3 ? item.warehouseId : ''
-                // batchNo: item.batchNo || '',
+                batchNo: item.batchNo || '',
               };
             })
           };