|
|
|
@ -2050,7 +2050,8 @@ export default { |
|
|
|
site: this.mainData.site, |
|
|
|
partNo: this.mainData.partNo, |
|
|
|
revNo: this.currentRow.revNo, |
|
|
|
itemNo: this.currentRow.itemNo |
|
|
|
itemNo: this.currentRow.itemNo, |
|
|
|
workCenterNo: this.currentRow.workCenterNo, |
|
|
|
} |
|
|
|
searchUsedResource(data2).then(({data}) => { |
|
|
|
this.resourceList2 = data.rows |
|
|
|
@ -2131,7 +2132,8 @@ export default { |
|
|
|
site: this.mainData.site, |
|
|
|
partNo: this.mainData.partNo, |
|
|
|
revNo: this.currentRow.revNo, |
|
|
|
itemNo: this.currentRow.itemNo |
|
|
|
itemNo: this.currentRow.itemNo, |
|
|
|
workCenterNo: this.currentRow.workCenterNo, |
|
|
|
} |
|
|
|
searchUsedResource(data2).then(({data}) => { |
|
|
|
this.resourceList2 = data.rows |
|
|
|
@ -2341,7 +2343,8 @@ export default { |
|
|
|
site: this.mainData.site, |
|
|
|
partNo: this.mainData.partNo, |
|
|
|
revNo: this.currentRow.revNo, |
|
|
|
itemNo: this.currentRow.itemNo |
|
|
|
itemNo: this.currentRow.itemNo, |
|
|
|
workCenterNo: this.currentRow.workCenterNo, |
|
|
|
} |
|
|
|
searchUsedResource(data2).then(({data}) => { |
|
|
|
this.resourceList2 = data.rows |
|
|
|
|