From 7298d5354963a88643a543b51b90192dc9fc934c Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 11 九月 2025 18:43:14 +0800
Subject: [PATCH] 最新版本541200007

---
 h5/pages/staff/task/index.vue |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/h5/pages/staff/task/index.vue b/h5/pages/staff/task/index.vue
index ec10077..b3556c2 100644
--- a/h5/pages/staff/task/index.vue
+++ b/h5/pages/staff/task/index.vue
@@ -8,6 +8,7 @@
             v-model="search.title"
             @blur="querylist"
             type="text"
+						confirm-type="search"
             placeholder="鎼滅储浠诲姟鍚嶇О"
           />
         </view>
@@ -250,7 +251,7 @@
         { name: '璁垮鎶ュ', id: 1 },
         { name: '鐢ㄨ溅鐢宠', id: 2 },
         { name: '闅愭偅闅忔墜鎷�', id: 3 },
-        { name: '鐗╂祦杞︾敵璇�', id: 4 },
+        { name: '鐗╂祦杞︾敵璇�', id: 6 },
         { name: '鑰冨嫟浠e姙', id: 7 },
       ],
       startDate: dayjs().format('YYYY-MM-DD'),
@@ -379,10 +380,13 @@
           this.getHeadList()
         })
       }
-			if (item.type == 7) {
-			  window.open('https://atwl.ahzyssl.com/dps/web/wxAuth/loginV2?oaId=atwl&redirectId=index')
+		if (item.type == 7) {
+			if(item.remark){
+				window.open(item.remark);
+				// window.open('https://atwl.ahzyssl.com/dps/web/wxAuth/loginV2?oaId=atwl&redirectId=index')
 				return 
-			} 
+			}
+		} 
       if (objType === 2) {
         uni.navigateTo({
           url: `/pages/staff/vehicle/sendACarDetail?id=${objId}&info=${info}`
@@ -497,7 +501,7 @@
       justify-content: space-between;
       align-items: center;
       .active {
-        border: 1rpx solid #4c99a8 !important;
+        border: 2rpx solid #4c99a8 !important;
         color: #4c99a8 !important;
       }
       .box_head_item {
@@ -507,7 +511,7 @@
         line-height: 60rpx;
         box-sizing: border-box;
         border-radius: 30rpx;
-        border: 1rpx solid #999999;
+        border: 2rpx solid #999999;
         font-size: 26rpx;
         font-weight: 400;
         color: #333333;

--
Gitblit v1.9.3