From c3c67ee9e88c579e8ac784821ab41f58d0372ebb Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 11 六月 2024 15:46:34 +0800
Subject: [PATCH] 最新版本

---
 h5/pages/staff/vehicle/apply.vue |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/h5/pages/staff/vehicle/apply.vue b/h5/pages/staff/vehicle/apply.vue
index 174c512..61bed1d 100644
--- a/h5/pages/staff/vehicle/apply.vue
+++ b/h5/pages/staff/vehicle/apply.vue
@@ -80,7 +80,7 @@
           <text>*</text>
           <text>涔樿溅浜哄憳</text>
         </view>
-        <view class="value" @click="$jump('/pages/staff/vehicle/applePeo')">
+        <view class="value" @click="selPeople">
           <text
             class="mr6"
             :style="{
@@ -200,6 +200,14 @@
         }
       })
     },
+    selPeople() {
+      if(this.param.memberList && this.param.memberList.length > 0){
+        setTimeout(() => {
+          this.$eventBus.$emit('applePeoDetail', this.param.memberList || [])
+        }, 500)
+      }
+      this.$jump('/pages/staff/vehicle/applePeo')
+    },
     confirmDate(e) {
 
       this.param.planUseDate = dayjs(e.value).format('YYYY-MM-DD HH:mm')
@@ -281,7 +289,7 @@
   height: 88rpx;
   line-height: 88rpx;
   text-align: center;
-  background: #279baa;
+  background: $uni-color-primary;
   box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee;
   border-radius: 44rpx;
   font-size: 30rpx;

--
Gitblit v1.9.3