|
@@ -1212,7 +1212,9 @@
|
|
|
return {
|
|
return {
|
|
|
categoryId: item.productId || item.categoryId,
|
|
categoryId: item.productId || item.categoryId,
|
|
|
num: item.totalCount,
|
|
num: item.totalCount,
|
|
|
- // warehouseId: this.bizType == 3 ? item.warehouseId : ''
|
|
|
|
|
|
|
+ // 处理销售发货时物品清单和出库清单仓库不一致的问题
|
|
|
|
|
+ warehouseId: this.bizType == 3 ? item.warehouseId : '',
|
|
|
|
|
+ colorKey: item.colorKey || '',
|
|
|
batchNo: item.batchNo || '',
|
|
batchNo: item.batchNo || '',
|
|
|
};
|
|
};
|
|
|
})
|
|
})
|