|
|
@@ -1133,6 +1133,7 @@
|
|
|
console.log(this.saleProductList, 'this.saleProductList11111');
|
|
|
let pData = {
|
|
|
type: '1',
|
|
|
+ deliveryNo: this.formData.sourceBizNo,
|
|
|
builders: this.saleProductList.map((item) => {
|
|
|
return {
|
|
|
categoryId: item.productId || item.categoryId,
|
|
|
@@ -1144,6 +1145,7 @@
|
|
|
};
|
|
|
let pData2 = {
|
|
|
type: this.wwType,
|
|
|
+ deliveryNo: this.formData.sourceBizNo,
|
|
|
taskIds: this.extractedList.map((item) => item.taskId),
|
|
|
workOrderIds: this.extractedList.map((item) => item.workOrderId)
|
|
|
};
|