Просмотр исходного кода

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

liujt 1 неделя назад
Родитель
Сommit
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;
         });