| | |
| | | menu: true, |
| | | }, |
| | | fistPage: { |
| | | name: '工单管理首页', |
| | | path: '/', |
| | | }, |
| | | //配置菜单的属性 |
| | |
| | | |
| | | let toMenu = findRouteByPath(newMenu, to.path) |
| | | |
| | | store.commit('ADD_TAG', { |
| | | name: firstMenu.name, |
| | | path: firstMenu.path, |
| | | fullPath: firstMenu.path, |
| | | params: firstMenu.params || {}, |
| | | query: firstMenu.query || {}, |
| | | meta: firstMenu.meta || {}, |
| | | }) |
| | | // store.commit('ADD_TAG', { |
| | | // name: firstMenu.name, |
| | | // path: firstMenu.path, |
| | | // fullPath: firstMenu.path, |
| | | // params: firstMenu.params || {}, |
| | | // query: firstMenu.query || {}, |
| | | // meta: firstMenu.meta || {}, |
| | | // }) |
| | | store.commit('ADD_TAG', { |
| | | name: toMenu.name, |
| | | path: toMenu.path, |
| | |
| | | export default [ |
| | | { |
| | | path: '/', |
| | | name:'工单管理首页', |
| | | redirect: '/orderView/orderManage/orderManage/index', |
| | | }, |
| | | { |
| | |
| | | setStore({ name: 'tag', content: state.tag }) |
| | | if (state.bsTagList.some(ele => ele.fullPath == action.fullPath)) return |
| | | state.bsTagList.push(action) |
| | | console.log(state.bsTagList,'99') |
| | | setStore({ name: 'bsTagList', content: state.bsTagList }) |
| | | }, |
| | | DEL_TAG: (state, action) => { |
| | |
| | | background: #5B6BFF; |
| | | |
| | | .is-icon-close { |
| | | margin: 0 10px; |
| | | //margin: 0 10px; |
| | | } |
| | | } |
| | | |
| | |
| | | padding: 1px 0 0 15px; |
| | | box-sizing: border-box; |
| | | } |
| | | } |
| | | } |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="executeTime" show-overflow-tooltip label="任务执行时间" /> |
| | | <el-table-column prop="feishou" show-overflow-tooltip label="选择飞手" /> |
| | | <el-table-column prop="deviceId" show-overflow-tooltip label="选择设备" /> |
| | | <el-table-column label="操作" class-name="operation-btns"> |
| | | <template v-slot="{ row }"> |
| | | <el-link type="primary" @click="">查看</el-link> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="recommendFlyerName" show-overflow-tooltip label="选择飞手" /> |
| | | <el-table-column prop="deviceName" show-overflow-tooltip label="选择设备" /> |
| | | </el-table> |
| | | </template> |
| | | </div> |
| | |
| | | <el-table-column prop="devicePayload" label="设备负载" /> |
| | | </el-table> |
| | | </template> |
| | | <div v-else>请先选择设备需求并绘制范围</div> |
| | | <div v-else>请先选择设备需求并在地图上绘制工单范围</div> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | </el-button> |
| | | <el-button v-if="gdStatus === '10'" @click="addDescription">拒绝接单</el-button> |
| | | <el-button v-if="gdStatus === '10'" @click="statusChange(1)">接单</el-button> |
| | | <el-button v-if="gdStatus === '22'" @click="statusChange(7)">同意修改</el-button> |
| | | <el-button v-if="gdStatus === '22'" @click="statusChange(8)">不同意修改</el-button> |
| | | <el-button v-if="gdStatus === '21'" @click="statusChange(5)">同意取消</el-button> |
| | | <el-button v-if="gdStatus === '22'" @click="statusChange(7)">同意修改</el-button> |
| | | <el-button v-if="gdStatus === '21'" @click="addDescription">不同意取消</el-button> |
| | | <el-button v-if="gdStatus === '21'" @click="statusChange(5)">同意取消</el-button> |
| | | <el-button v-if="gdStatus === '30'" @click="addDescription">协商修改</el-button> |
| | | <el-button v-if="gdStatus === '31'" @click="statusChange(10)">同意</el-button> |
| | | </template> |
| | |
| | | hasPatrolTaskList.value && gdPatrolTaskPage() |
| | | dialogMode.value === 'edit' ? editPolygon() : viewPolygon() |
| | | } |
| | | await getDeviceList() |
| | | // setMapDevice() |
| | | await nextTick() |
| | | syncSelection() |
| | |
| | | |
| | | .processBox { |
| | | width: 312px; |
| | | .el-timeline{ |
| | | .el-timeline { |
| | | padding-left: 100px; |
| | | } |
| | | .item-content{ |
| | | .item-content { |
| | | position: relative; |
| | | .flowName{ |
| | | .flowName { |
| | | position: absolute; |
| | | left: -100px; |
| | | top: 0; |
| | | } |
| | | } |
| | | |
| | | } |
| | | } |
| | | |
| | |
| | | <el-option |
| | | v-for="item in dictObj.workOrderStatus" |
| | | :key="item.dictKey" |
| | | :label="item.dictValue" |
| | | :label="item.dictValue.split('_')[1]" |
| | | :value="item.dictKey" |
| | | /> |
| | | </el-select> |