| | |
| | | @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"> |
| | |
| | | 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; |
| | |
| | | } |
| | | |
| | | 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}` |
| | | // }); |
| | | } |
| | | }, |
| | | |
| | |
| | | } |
| | | |
| | | .popupView { |
| | | margin-top: 45px; |
| | | margin-top: 55px; |
| | | height: auto; |
| | | } |
| | | </style> |