| | |
| | | <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.flowName}} |
| | |
| | | |
| | | <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-blue radius text-right"> |
| | | <view class="flex-sub bg-white padding-xs margin-xs radius text-right"> |
| | | {{item.preNodeAssignee_dictText}} |
| | | </view> |
| | | </view> |
| | |
| | | url = '/pages/ToDoList/ToDoSpareParts/ToDoSpareParts'; |
| | | break; |
| | | case (name === '点检工单' && type === '设备点检'): |
| | | url = '/pages/ToDoList/ToDoListDeils/ToDoCheckDetils/ToDoCheckDetils'; |
| | | url = '/pages/ToDoList/ToDoListDeils/ToDoCheckDetils'; |
| | | |
| | | break; |
| | | default: |
| | | default:ToDoCheckDetils |
| | | console.warn(`No URL found for name: ${name} and type: ${type}`); |
| | | return; |
| | | } |