|
|
@@ -124,9 +124,12 @@ import {approveTaskWithVariables, rejectTask} from '@/api/bpm/task';
|
|
|
id: this.businessId,
|
|
|
isAdd: filterArr.numKey == 'surplusQuantity' ? true : false,
|
|
|
packingNo: item.packageNo,
|
|
|
- quantity: item[filterArr.numKey]
|
|
|
+ quantity: item[filterArr.numKey],
|
|
|
+ categoryId: item.categoryId,
|
|
|
+ batchNo: item.batchNo
|
|
|
};
|
|
|
});
|
|
|
+ console.log('params~~~', params);
|
|
|
try {
|
|
|
await storageApi.addSubtractStockPacking(params);
|
|
|
} catch (error) {
|