diff --git a/pages/customerReturn/record/returnRecord.vue b/pages/customerReturn/record/returnRecord.vue index 41d0fe8d..fc4f596a 100644 --- a/pages/customerReturn/record/returnRecord.vue +++ b/pages/customerReturn/record/returnRecord.vue @@ -388,6 +388,11 @@ }, getToLocationCode(location, code) { this.toLocationCode = code; + this.detailSource.forEach(item => { + item.subList.forEach(detail => { + detail.toLocationCode = code + }) + }) }, showCommitSuccessMessage(hint) {