|
|
@ -306,6 +306,7 @@ export default { |
|
|
lineNo: this.lineNo, |
|
|
lineNo: this.lineNo, |
|
|
partNo: this.partNo, |
|
|
partNo: this.partNo, |
|
|
issueQty: this.totalIssueQty, |
|
|
issueQty: this.totalIssueQty, |
|
|
|
|
|
releaseNo: this.material.releaseNo, |
|
|
selectedMaterials: this.labelList.map((label) => ({ |
|
|
selectedMaterials: this.labelList.map((label) => ({ |
|
|
labelCode: label.labelCode, |
|
|
labelCode: label.labelCode, |
|
|
issueQty: label.quantity, |
|
|
issueQty: label.quantity, |
|
|
|