From 3dff11627b6f7fad39960be47e2b76fcf89e5a22 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 10 Mar 2025 17:34:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../picking/apply/component/AddPicking1.vue | 1 + .../claimAndreturn/picking/outbound/index.vue | 1578 +++++++++-------- 2 files changed, 797 insertions(+), 782 deletions(-) diff --git a/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue b/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue index c488560..a8bde99 100644 --- a/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue +++ b/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue @@ -705,6 +705,7 @@ export default { this.queryParams.agreementCode = data.agreementCode this.queryParams.agreementId = data.agreementId this.queryParams.estimateLeaseTime = data.estimateLeaseTime + this.queryParams.wholeTypeName = data.wholeTypeName // this.queryParams.leaseType = data.leaseType this.$set(this.queryParams, 'leaseType', data.leaseType) diff --git a/src/views/claimAndreturn/picking/outbound/index.vue b/src/views/claimAndreturn/picking/outbound/index.vue index 3ecaffd..4a2d2ca 100644 --- a/src/views/claimAndreturn/picking/outbound/index.vue +++ b/src/views/claimAndreturn/picking/outbound/index.vue @@ -1,302 +1,298 @@