From f3cde48afbf0fdcee388ee4901d071f3934106ac Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Tue, 24 Jun 2025 11:30:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E9=80=80=E6=96=99=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../claimAndreturn/picking/outbound/index.vue | 6 +++++- src/views/stquery/backRecord.vue | 12 +++++++++-- src/views/stquery/leaseRecord.vue | 20 ++++++++++++++----- 3 files changed, 30 insertions(+), 8 deletions(-) diff --git a/src/views/claimAndreturn/picking/outbound/index.vue b/src/views/claimAndreturn/picking/outbound/index.vue index 0a3738f..30e57e7 100644 --- a/src/views/claimAndreturn/picking/outbound/index.vue +++ b/src/views/claimAndreturn/picking/outbound/index.vue @@ -665,7 +665,8 @@ export default { trigger: 'change', }, ], - } + }, + outTime:'', } }, created() { @@ -1036,6 +1037,7 @@ export default { this.leaseOutDetailRecord = res.data.leaseOutDetailRecord this.leaseOutData = res.data this.leaseOutData.outTime = res.data.outTime ? new Date(res.data.outTime) : '' + this.outTime = this.leaseOutData.outTime }, // 领料单 打印 print() { @@ -1144,6 +1146,8 @@ export default { id: this.rowTemp.id, // 假设需要传递记录的 ID updateTime: newValue, taskId: this.rowTemp.taskId, + preTime: this.outTime, + outTime:newValue, }).then((response) => { if (response.code === 200) { // 假设接口返回成功状态码为 200 this.leaseOutData.outTime = newValue; diff --git a/src/views/stquery/backRecord.vue b/src/views/stquery/backRecord.vue index bdd1d02..3c1537f 100644 --- a/src/views/stquery/backRecord.vue +++ b/src/views/stquery/backRecord.vue @@ -8,7 +8,7 @@ v-show="showSearch" label-width="80px" > - + + - + +