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 @@