Houjie
2025-07-07 0a48655d2162b709ecb80d249a4085971add6140
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}`
               });