소스 검색

feat: 库存式订单新增不需要带批次号到物品清单

liujt 1 주 전
부모
커밋
e0e3a8fa7a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/BIZComponents/selectStockLedger/selectStockLedgerDialog.vue

+ 1 - 0
src/BIZComponents/selectStockLedger/selectStockLedgerDialog.vue

@@ -453,6 +453,7 @@
           // item.warehouseNum = item.measureQuantity;
           item.productId = item.categoryId;
           item.id = '';
+          item.batchNo = this.dimension != 1 ? item.batchNo : '';
 
           // item.specification = item.specification;
         });