|
|
@@ -1136,9 +1136,9 @@
|
|
|
builders: this.saleProductList.map((item) => {
|
|
|
return {
|
|
|
categoryId: item.productId || item.categoryId,
|
|
|
- num: item.totalCount
|
|
|
+ num: item.totalCount,
|
|
|
// warehouseId: this.bizType == 3 ? item.warehouseId : ''
|
|
|
- // batchNo: item.batchNo || '',
|
|
|
+ batchNo: item.batchNo || '',
|
|
|
};
|
|
|
})
|
|
|
};
|