From ebc96a1cf0424c04dceacbc42f9ad2a897223be9 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 25 六月 2024 14:42:04 +0800
Subject: [PATCH] css

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

diff --git a/h5/pages/staff/vehicle/apply.vue b/h5/pages/staff/vehicle/apply.vue
index 174c512..fa6f395 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,8 +200,15 @@
         }
       })
     },
+    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')
       this.isShowDatetime = false
     }
@@ -281,7 +288,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