浏览代码

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