Houjie
5 天以前 964faa1077a89713910063c39ebe08fac4e4c56e
pages/TaskManager/TaskManagerList.vue
@@ -49,16 +49,17 @@
                  @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">
                     <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">
                     <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}}
                     </view>
                  </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-orange   radius text-right">
@@ -214,6 +215,9 @@
               case (name === '维修执行' && type === '设备维修'):
                  url = '/pages/ToDoList/ToDoSpareParts/ToDoSpareParts';
                  break;
               case (name === '维修工接单' && type === '设备维修'):
                  url = '/pages/ToDoList/ToDoSpareParts/ToDoSpareParts';
                  break;
               case (name === '点检工单' && type === '设备点检'):
                  url = '/pages/ToDoList/ToDoListCheckSure/ToDoListCheckSure';
                  break;
@@ -226,10 +230,14 @@
            }
            if (url) {
               uni.redirectTo({
               uni.navigateTo({
                  url: `${url}?item=${encodeURIComponent(JSON.stringify(item))}&flag=${flag}`
               });
               // uni.redirectTo({
               //    url: `${url}?item=${encodeURIComponent(JSON.stringify(item))}&flag=${flag}`
               // });
            }
         },
@@ -348,7 +356,7 @@
   }
   .popupView {
      margin-top: 45px;
      margin-top: 55px;
      height: auto;
   }
</style>