|
|
|
|
@ -992,6 +992,7 @@ export default { |
|
|
|
|
const { ldOneOutStorage, ldOneOutStorageDetails } = |
|
|
|
|
res.data.result || {}; |
|
|
|
|
// this.sizeForm = res.data.result.ldOneOutStorage |
|
|
|
|
// this.sizeForm.id = |
|
|
|
|
this.sizeForm.inTableData = res.data.result.ldOneOutStorageDetails; |
|
|
|
|
this.sizeForm.orderNo = ldOneOutStorage.orderNo; |
|
|
|
|
this.sizeForm.reason = ldOneOutStorage.reason; |
|
|
|
|
@ -1004,6 +1005,9 @@ export default { |
|
|
|
|
if (this.sizeForm.options == 2 && this.sizeForm.optionType == "YH") { |
|
|
|
|
this.getMaterialList(); |
|
|
|
|
} |
|
|
|
|
this.sizeForm.inTableData.forEach((row) => { |
|
|
|
|
row.id = row.oneFormId; |
|
|
|
|
}); |
|
|
|
|
this.$set(this.sizeForm, "inTableData", ldOneOutStorageDetails); |
|
|
|
|
this.getStatistics(); |
|
|
|
|
}); |
|
|
|
|
|