From fe92a1e7b00dc7a2302390203bc70426f1e53649 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 1 Aug 2025 10:42:06 +0800 Subject: [PATCH] =?UTF-8?q?w=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/claimAndreturn/picking/outbound/index.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/claimAndreturn/picking/outbound/index.vue b/src/views/claimAndreturn/picking/outbound/index.vue index 9578b4c..c6c2a6d 100644 --- a/src/views/claimAndreturn/picking/outbound/index.vue +++ b/src/views/claimAndreturn/picking/outbound/index.vue @@ -662,7 +662,6 @@ export default { ], }, outTime:'', - remarkLease:'', groupedLeaseOutDetailRecord: [], oldGroupedLeaseOutDetailRecord: [], } @@ -846,7 +845,6 @@ export default { this.leaseType = row.leaseType this.resetDialogQuery() this.timeTemp = row.estimateLeaseTime - this.remarkLease = row.remarkLease // this.getDialogList() }, @@ -861,7 +859,7 @@ export default { // 提取年、月、日并格式化为 YYYY-MM-DD 格式 const formattedDate = `${date.getFullYear()}-${String(date.getMonth() + 1).padStart(2, '0')}-${String(date.getDate()).padStart(2, '0')}`; this.codeOutForm.createTime = formattedDate; - this.codeOutForm.remark = this.remarkLease + this.codeOutForm.remark = row.remark this.outNum = row.outNum this.outQuery.typeId = row.typeId this.outObj = row @@ -884,7 +882,7 @@ export default { // 提取年、月、日并格式化为 YYYY-MM-DD 格式 const formattedDate = `${date.getFullYear()}-${String(date.getMonth() + 1).padStart(2, '0')}-${String(date.getDate()).padStart(2, '0')}`; this.numOutForm.createTime = formattedDate - this.numOutForm.remark = this.remarkLease + this.numOutForm.remark = row.remark // console.log(row) let obj = {} this.$set(obj, 'taskId', row.taskId)