From 0a48655d2162b709ecb80d249a4085971add6140 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期一, 07 七月 2025 17:26:30 +0800 Subject: [PATCH] 企业微信 --- pages/TaskManager/TaskManagerList.vue | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/pages/TaskManager/TaskManagerList.vue b/pages/TaskManager/TaskManagerList.vue index 3570fdb..e8cbec6 100644 --- a/pages/TaskManager/TaskManagerList.vue +++ b/pages/TaskManager/TaskManagerList.vue @@ -48,6 +48,12 @@ <uni-card margin="10px" spacing="1px" v-for="(item,index) in msgList" :key="index" @click="onClickProductionTask(item)"> <view class="flex"> + <view class="flex-sub text-light bg-white padding-xs margin-xs radius">娴佺▼鍒嗙被:</view> + <view class="flex-sub bg-white padding-xs margin-xs text-bold text-blue radius text-right"> + {{item.category_dictText}} + </view> + </view> + <view class="flex"> <view class="flex-sub text-light bg-white padding-xs margin-xs radius">娴佺▼鍚嶇О:</view> <view class="flex-sub bg-white padding-xs margin-xs text-bold radius text-right"> {{item.procDefName}} @@ -184,6 +190,9 @@ case (name === '鍛ㄤ繚鎵ц' && type === '璁惧鍛ㄤ繚'): url = '/pages/ToDoList/ToDoBaoZhouSure/ToDoBaoZhouSure'; break; + case (name === '鍛ㄤ繚棰嗗彇' && type === '璁惧鍛ㄤ繚'): + url = '/pages/ToDoList/ToDoBaoZhouSure/ToDoBaoZhouSure'; + break; case (name === '鐝粍闀跨‘璁�' && type === '璁惧鐐规'): url = '/pages/ToDoList/ToDoListCheckSure/ToDoListCheckSure'; break; @@ -217,7 +226,7 @@ } if (url) { - uni.navigateTo({ + uni.redirectTo({ url: `${url}?item=${encodeURIComponent(JSON.stringify(item))}&flag=${flag}` }); -- Gitblit v1.9.3