Explorar el Código

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

liujt hace 1 semana
padre
commit
e0e3a8fa7a

+ 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;
         });