Преглед на файлове

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