|
@ -417,6 +417,11 @@ |
|
|
// return |
|
|
// return |
|
|
// } |
|
|
// } |
|
|
this.toLocationCode = code; |
|
|
this.toLocationCode = code; |
|
|
|
|
|
this.detailSource.forEach(item => { |
|
|
|
|
|
item.subList.forEach(detail => { |
|
|
|
|
|
detail.toLocationCode = code |
|
|
|
|
|
}) |
|
|
|
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
showCommitSuccessMessage(hint) { |
|
|
showCommitSuccessMessage(hint) { |
|
|