|
|
@@ -427,7 +427,8 @@
|
|
|
supplierName,
|
|
|
sourceType,
|
|
|
sourceTypeName,
|
|
|
- pricingWay
|
|
|
+ pricingWay,
|
|
|
+ id
|
|
|
} = data;
|
|
|
if (productList && productList.length > 0) {
|
|
|
productList.forEach((v) => {
|
|
|
@@ -447,7 +448,8 @@
|
|
|
sendNoteNo,
|
|
|
carNo,
|
|
|
pricingWay,
|
|
|
- outsourceSendCode: code
|
|
|
+ outsourceSendCode: code,
|
|
|
+ outsourceSendId: id,
|
|
|
});
|
|
|
productList.forEach((item) => {
|
|
|
item.id = '';
|