|
|
@@ -1653,6 +1653,10 @@
|
|
|
this.packingList = this.packingList.map((packingItem) => {
|
|
|
return {
|
|
|
...packingItem,
|
|
|
+ workOrderId: this.detailProductList[0].workOrderId,
|
|
|
+ taskId: this.detailProductList[0].taskId,
|
|
|
+ outsourceBatchNo: this.detailProductList[0].batchNo,
|
|
|
+ outsourceCode: this.detailProductList[0].sourceCode,
|
|
|
materialDetailList: this.materialList.filter(
|
|
|
(item) => item.parentIndex === packingItem.index
|
|
|
)
|
|
|
@@ -1706,6 +1710,10 @@
|
|
|
this.showPackingList = this.showPackingList.concat(
|
|
|
this.packingList.slice(start, end)
|
|
|
);
|
|
|
+ console.log(
|
|
|
+ this.showPackingList,
|
|
|
+ '999999999999999999999999999999999999'
|
|
|
+ );
|
|
|
},
|
|
|
materielHandleScroll() {
|
|
|
console.log('---------materielHandleScroll------------');
|