|
@@ -269,8 +269,7 @@ export default {
|
|
|
this.loading = true;
|
|
|
if (this.submitType === "20") {
|
|
|
this.form.productList = this.form.productList.map((x) => ({
|
|
|
- productId: x.productId,
|
|
|
- combinationQuantity: x.combinationQuantity,
|
|
|
+ ...x,
|
|
|
combinationWarehouseId: this.form.combinationWarehouseId,
|
|
|
sourceWarehouseId: this.form.sourceWarehouseId,
|
|
|
}));
|