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