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" > - + + - + +