diff --git a/src/config/getData.js b/src/config/getData.js index b5617a4..99b6146 100644 --- a/src/config/getData.js +++ b/src/config/getData.js @@ -24,6 +24,10 @@ export const queryTaskList = () => post('api/task/queryTaskList', {}) export const deleteTask = (taskNum) => post('api/task/deleteTask', { task_num: taskNum }) +export const querySingleTask = () => post('api/task/querySingleTask', {}) +export const deleteSingleTask = (taskNum) => post('api/task/deleteSingleTask', { + task_num: taskNum +}) // 1.5调整任务顺序 export const updateTask = (arr) => post('api/task/updateTask', { param: arr diff --git a/src/config/getData2.js b/src/config/getData2.js index 17cc54c..82bf0ff 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -1,3 +1,4 @@ +/* eslint-disable */ import {post} from '@config/http.js' // import store from '../vuex/store' @@ -134,6 +135,271 @@ export const updatePass = (newPass, oldPass) => post('api/users/updatePass', { // 用户登录获取菜单 export const sysMenuBuild = () => post('api/sysMenu/build', { }) +// export const sysMenuBuild = () => { +// let res = [ +// { +// "menuId": "1654807438270009344", +// "pid": "1324783485328", +// "label": "首页", +// "router": "", +// "index": "1", +// "children": [ +// { +// "menuId": "1654807784312672256", +// "pid": "1654807438270009344", +// "label": "首页", +// "router": "/index/home", +// "index": "1", +// "children": null, +// "title": "首页", +// "zhTitle": "首页", +// "enTitle": "Index", +// "inTitle": null, +// "zh_title": "首页", +// "en_title": "Index", +// "in_title": null +// } +// ], +// "title": "首页", +// "zhTitle": "首页", +// "enTitle": "Index", +// "inTitle": null, +// "zh_title": "首页", +// "en_title": "Index", +// "in_title": null +// }, +// { +// "menuId": "1654808014131171328", +// "pid": "1324783485328", +// "label": "任务", +// "router": "", +// "index": "2", +// "children": [ +// { +// "menuId": "1654808296076480512", +// "pid": "1654808014131171328", +// "label": "搬运起点", +// "router": "/index/carrypoint", +// "index": "1", +// "children": null, +// "title": "搬运起点", +// "zhTitle": "搬运起点", +// "enTitle": "Carry Point", +// "inTitle": null, +// "zh_title": "搬运起点", +// "en_title": "Carry\nPoint", +// "in_title": null +// } +// ], +// "title": "任务", +// "zhTitle": "任务", +// "enTitle": "Task", +// "inTitle": null, +// "zh_title": "任务", +// "en_title": "Task", +// "in_title": null +// }, +// { +// "menuId": "1654808791742550016", +// "pid": "1324783485328", +// "label": "车辆", +// "router": "", +// "index": "4", +// "children": [ +// { +// "menuId": "1654808864970903552", +// "pid": "1654808791742550016", +// "label": "车辆状态", +// "router": "/index/vehiclestatus", +// "index": "1", +// "children": null, +// "title": "车辆状态", +// "zhTitle": "车辆状态", +// "enTitle": "Vehicle State ", +// "inTitle": null, +// "zh_title": "车辆状态", +// "en_title": "Vehicle\nState", +// "in_title": null +// }, +// { +// "menuId": "1654808966481448960", +// "pid": "1654808791742550016", +// "label": "车辆控制", +// "router": "/index/vehiclecontrol", +// "index": "2", +// "children": null, +// "title": "车辆控制", +// "zhTitle": "车辆控制", +// "enTitle": "Vehicle Control", +// "inTitle": null, +// "zh_title": "车辆控制", +// "en_title": "Vehicle\nControl", +// "in_title": null +// }, +// { +// "menuId": "1654808966481448961", +// "pid": "1654808791742550016", +// "label": "恢复定位", +// "router": "/index/slam", +// "index": "3", +// "children": null, +// "title": "恢复定位", +// "zhTitle": "恢复定位", +// "enTitle": "Vehicle Control", +// "inTitle": null, +// "zh_title": "恢复定位", +// "en_title": "Vehicle\nControl", +// "in_title": null +// } +// ], +// "title": "车辆", +// "zhTitle": "车辆", +// "enTitle": "Vehicle", +// "inTitle": null, +// "zh_title": "车辆", +// "en_title": "Vehicle", +// "in_title": null +// }, +// { +// "menuId": "1654808657013116928", +// "pid": "1324783485328", +// "label": "故障", +// "router": "", +// "index": "3", +// "children": [ +// { +// "menuId": "1654808721102082048", +// "pid": "1654808657013116928", +// "label": "故障信息", +// "router": "/index/errorinfo", +// "index": "1", +// "children": null, +// "title": "故障信息", +// "zhTitle": "故障信息", +// "enTitle": "Fault Information", +// "inTitle": null, +// "zh_title": "故障信息", +// "en_title": "Fault\nInformation", +// "in_title": null +// } +// ], +// "title": "故障", +// "zhTitle": "故障", +// "enTitle": "Fault ", +// "inTitle": null, +// "zh_title": "故障", +// "en_title": "Fault", +// "in_title": null +// }, +// { +// "menuId": "1654809097821884416", +// "pid": "1324783485328", +// "label": "示教", +// "router": "/index/teach", +// "index": "5", +// "children": null, +// "title": "示教", +// "zhTitle": "示教", +// "enTitle": "Teach", +// "inTitle": null, +// "zh_title": "示教", +// "en_title": "Teach", +// "in_title": null +// }, +// { +// "menuId": "1664808014131171329", +// "pid": "1324783485328", +// "label": "系统", +// "router": "", +// "index": "6", +// "children": [ +// { +// "menuId": "1664808014131171330", +// "pid": "1664808014131171329", +// "label": "用户管理", +// "router": "/index/user", +// "index": "1", +// "children": null, +// "title": "用户管理", +// "zhTitle": "用户管理", +// "enTitle": "User Management", +// "inTitle": null, +// "zh_title": "用户管理", +// "en_title": "User\nManagement", +// "in_title": null +// }, +// { +// "menuId": "1664808014131171331", +// "pid": "1664808014131171329", +// "label": "角色管理", +// "router": "/index/role", +// "index": "2", +// "children": null, +// "title": "角色管理", +// "zhTitle": "角色管理", +// "enTitle": "Role Management", +// "inTitle": null, +// "zh_title": "角色管理", +// "en_title": "Role\nManagement", +// "in_title": null +// }, +// { +// "menuId": "1664808014131171335", +// "pid": "1664808014131171329", +// "label": "系统管理", +// "router": "/index/system", +// "index": "3", +// "children": null, +// "title": "系统管理", +// "zhTitle": "系统管理", +// "enTitle": "System Param", +// "inTitle": null, +// "zh_title": "系统管理", +// "en_title": "System\nParam", +// "in_title": null +// }, +// { +// "menuId": "1664808014131171334", +// "pid": "1664808014131171329", +// "label": "开发者选项", +// "router": "/index/developer", +// "index": "4", +// "children": null, +// "title": "开发者选项", +// "zhTitle": "开发者选项", +// "enTitle": "Developer Param", +// "inTitle": null, +// "zh_title": "开发者选项", +// "en_title": "Developer\nParam", +// "in_title": null +// }, +// { +// "menuId": "1664808014131171336", +// "pid": "1664808014131171329", +// "label": "远程支持", +// "router": "/index/remote", +// "index": "5", +// "children": null, +// "title": "远程支持", +// "zhTitle": "远程支持", +// "enTitle": "Remote Support", +// "inTitle": null, +// "zh_title": "远程支持", +// "en_title": "Remote\nSupport", +// "in_title": null +// } +// ], +// "title": "系统", +// "zhTitle": "系统", +// "enTitle": "System", +// "inTitle": null, +// "zh_title": "系统", +// "en_title": "System", +// "in_title": null +// } +// ] +// return res +// } // 用户退出 export const authLogout = () => post('auth/logout', { diff --git a/src/config/mork.js b/src/config/mork.js index 45c1445..9d270e9 100644 --- a/src/config/mork.js +++ b/src/config/mork.js @@ -1,281 +1,346 @@ /* eslint-disable */ +export const queryTaskList = () => { + let res = { + code: '1', + result: [{next_point_code: '3', task_status: '01'}, {next_point_code: '4', task_status: '00'}, {next_point_code: '5', task_status: '00'}] + } + return res +} +export const querySingleTask = () => { + let res = { + code: '1', + result: {'next_point_code': '4'}, + desc: 'ok' + } + return res +} +export const queryPoint = () => { + let res = { + code: '1', + result: [ + { + point_code: '01', + code_name: '18-一线起升电机', + en_code_name: 'english-test' + }, + { + point_code: '02', + code_name: '二楼中间层休息点位与茶水间的充电桩交叉点1', + en_code_name: 'english-002' + }, + { + point_code: '3', + code_name: 'A-ZD103' + }, + { + point_code: '4', + code_name: 'A-ZD101' + }, + { + point_code: '5', + code_name: 'A-ZD101' + }, + { + point_code: '6', + code_name: 'A-ZD101' + }, + { + point_code: '7', + code_name: '二楼中间层休息点位与茶水间的充电桩交叉点1' + }, + { + point_code: '8', + code_name: '我是一个超级长的标题,显示不下' + }, + { + point_code: '9', + code_name: 'aaammm brown head big so daijgsd jigna whcignaig ijanoghoniojojio jsi ' + }, + { + point_code: '10', + code_name: 'A-ZD101' + } + ] + } + return res +} export const sysMenuBuild = () => { - let res = [ - { - "menuId": "1654807438270009344", - "pid": "1324783485328", - "label": "首页", - "router": "", - "index": "1", - "children": [ - { - "menuId": "1654807784312672256", - "pid": "1654807438270009344", - "label": "首页", - "router": "/index/home", - "index": "1", - "children": null, - "title": "首页", - "zhTitle": "首页", - "enTitle": "Index", - "inTitle": null, - "zh_title": "首页", - "en_title": "Index", - "in_title": null - } - ], - "title": "首页", - "zhTitle": "首页", - "enTitle": "Index", - "inTitle": null, - "zh_title": "首页", - "en_title": "Index", - "in_title": null - }, - { - "menuId": "1654808014131171328", - "pid": "1324783485328", - "label": "任务", - "router": "", - "index": "2", - "children": [ - { - "menuId": "1654808296076480512", - "pid": "1654808014131171328", - "label": "搬运起点", - "router": "/index/carrypoint", - "index": "1", - "children": null, - "title": "搬运起点", - "zhTitle": "搬运起点", - "enTitle": "Carry Point", - "inTitle": null, - "zh_title": "搬运起点", - "en_title": "Carry\nPoint", - "in_title": null - } - ], - "title": "任务", - "zhTitle": "任务", - "enTitle": "Task", - "inTitle": null, - "zh_title": "任务", - "en_title": "Task", - "in_title": null - }, - { - "menuId": "1654808791742550016", - "pid": "1324783485328", - "label": "车辆", - "router": "", - "index": "4", - "children": [ - { - "menuId": "1654808864970903552", - "pid": "1654808791742550016", - "label": "车辆状态", - "router": "/index/vehiclestatus", - "index": "1", - "children": null, - "title": "车辆状态", - "zhTitle": "车辆状态", - "enTitle": "Vehicle State ", - "inTitle": null, - "zh_title": "车辆状态", - "en_title": "Vehicle\nState", - "in_title": null - }, - { - "menuId": "1654808966481448960", - "pid": "1654808791742550016", - "label": "车辆控制", - "router": "/index/vehiclecontrol", - "index": "2", - "children": null, - "title": "车辆控制", - "zhTitle": "车辆控制", - "enTitle": "Vehicle Control", - "inTitle": null, - "zh_title": "车辆控制", - "en_title": "Vehicle\nControl", - "in_title": null - }, - { - "menuId": "1654808966481448961", - "pid": "1654808791742550016", - "label": "恢复定位", - "router": "/index/slam", - "index": "3", - "children": null, - "title": "恢复定位", - "zhTitle": "恢复定位", - "enTitle": "Vehicle Control", - "inTitle": null, - "zh_title": "恢复定位", - "en_title": "Vehicle\nControl", - "in_title": null - } - ], - "title": "车辆", - "zhTitle": "车辆", - "enTitle": "Vehicle", - "inTitle": null, - "zh_title": "车辆", - "en_title": "Vehicle", - "in_title": null - }, - { - "menuId": "1654808657013116928", - "pid": "1324783485328", - "label": "故障", - "router": "", - "index": "3", - "children": [ - { - "menuId": "1654808721102082048", - "pid": "1654808657013116928", - "label": "故障信息", - "router": "/index/errorinfo", - "index": "1", - "children": null, - "title": "故障信息", - "zhTitle": "故障信息", - "enTitle": "Fault Information", - "inTitle": null, - "zh_title": "故障信息", - "en_title": "Fault\nInformation", - "in_title": null - } - ], - "title": "故障", - "zhTitle": "故障", - "enTitle": "Fault ", - "inTitle": null, - "zh_title": "故障", - "en_title": "Fault", - "in_title": null - }, - { - "menuId": "1654809097821884416", - "pid": "1324783485328", - "label": "示教", - "router": "/index/teach", - "index": "5", - "children": null, - "title": "示教", - "zhTitle": "示教", - "enTitle": "Teach", - "inTitle": null, - "zh_title": "示教", - "en_title": "Teach", - "in_title": null - }, - { - "menuId": "1664808014131171329", - "pid": "1324783485328", - "label": "系统", - "router": "", - "index": "6", - "children": [ - { - "menuId": "1664808014131171330", - "pid": "1664808014131171329", - "label": "用户管理", - "router": "/index/user", - "index": "1", - "children": null, - "title": "用户管理", - "zhTitle": "用户管理", - "enTitle": "User Management", - "inTitle": null, - "zh_title": "用户管理", - "en_title": "User\nManagement", - "in_title": null - }, - { - "menuId": "1664808014131171331", - "pid": "1664808014131171329", - "label": "角色管理", - "router": "/index/role", - "index": "2", - "children": null, - "title": "角色管理", - "zhTitle": "角色管理", - "enTitle": "Role Management", - "inTitle": null, - "zh_title": "角色管理", - "en_title": "Role\nManagement", - "in_title": null - }, - { - "menuId": "1664808014131171335", - "pid": "1664808014131171329", - "label": "系统管理", - "router": "/index/system", - "index": "3", - "children": null, - "title": "系统管理", - "zhTitle": "系统管理", - "enTitle": "System Param", - "inTitle": null, - "zh_title": "系统管理", - "en_title": "System\nParam", - "in_title": null - }, - { - "menuId": "1664808014131171334", - "pid": "1664808014131171329", - "label": "开发者选项", - "router": "/index/developer", - "index": "4", - "children": null, - "title": "开发者选项", - "zhTitle": "开发者选项", - "enTitle": "Developer Param", - "inTitle": null, - "zh_title": "开发者选项", - "en_title": "Developer\nParam", - "in_title": null - }, - { - "menuId": "1664808014131171336", - "pid": "1664808014131171329", - "label": "远程支持", - "router": "/index/remote", - "index": "5", - "children": null, - "title": "远程支持", - "zhTitle": "远程支持", - "enTitle": "Remote Support", - "inTitle": null, - "zh_title": "远程支持", - "en_title": "Remote\nSupport", - "in_title": null - } - ], - "title": "系统", - "zhTitle": "系统", - "enTitle": "System", - "inTitle": null, - "zh_title": "系统", - "en_title": "System", - "in_title": null - }, - { - "menuId": "1654809097821884416", - "pid": "1324783485328", - "label": "调试", - "router": "/index/debug", - "index": "7", - "children": null, - "title": "调试", - "zhTitle": "调试", - "enTitle": "Test", - "inTitle": null, - "zh_title": "调试", - "en_title": "Test", - "in_title": null - } - ] - return res + let res = [ + { + "menuId": "1654807438270009344", + "pid": "1324783485328", + "label": "首页", + "router": "", + "index": "1", + "children": [ + { + "menuId": "1654807784312672256", + "pid": "1654807438270009344", + "label": "首页", + "router": "/index/home", + "index": "1", + "children": null, + "title": "首页", + "zhTitle": "首页", + "enTitle": "Index", + "inTitle": null, + "zh_title": "首页", + "en_title": "Index", + "in_title": null + } + ], + "title": "首页", + "zhTitle": "首页", + "enTitle": "Index", + "inTitle": null, + "zh_title": "首页", + "en_title": "Index", + "in_title": null + }, + { + "menuId": "1654808014131171328", + "pid": "1324783485328", + "label": "任务", + "router": "", + "index": "2", + "children": [ + { + "menuId": "1654808296076480512", + "pid": "1654808014131171328", + "label": "搬运起点", + "router": "/index/carrypoint", + "index": "1", + "children": null, + "title": "搬运起点", + "zhTitle": "搬运起点", + "enTitle": "Carry Point", + "inTitle": null, + "zh_title": "搬运起点", + "en_title": "Carry\nPoint", + "in_title": null + } + ], + "title": "任务", + "zhTitle": "任务", + "enTitle": "Task", + "inTitle": null, + "zh_title": "任务", + "en_title": "Task", + "in_title": null + }, + { + "menuId": "1654808791742550016", + "pid": "1324783485328", + "label": "车辆", + "router": "", + "index": "4", + "children": [ + { + "menuId": "1654808864970903552", + "pid": "1654808791742550016", + "label": "车辆状态", + "router": "/index/vehiclestatus", + "index": "1", + "children": null, + "title": "车辆状态", + "zhTitle": "车辆状态", + "enTitle": "Vehicle State ", + "inTitle": null, + "zh_title": "车辆状态", + "en_title": "Vehicle\nState", + "in_title": null + }, + { + "menuId": "1654808966481448960", + "pid": "1654808791742550016", + "label": "车辆控制", + "router": "/index/vehiclecontrol", + "index": "2", + "children": null, + "title": "车辆控制", + "zhTitle": "车辆控制", + "enTitle": "Vehicle Control", + "inTitle": null, + "zh_title": "车辆控制", + "en_title": "Vehicle\nControl", + "in_title": null + }, + { + "menuId": "1654808966481448961", + "pid": "1654808791742550016", + "label": "恢复定位", + "router": "/index/slam", + "index": "3", + "children": null, + "title": "恢复定位", + "zhTitle": "恢复定位", + "enTitle": "Vehicle Control", + "inTitle": null, + "zh_title": "恢复定位", + "en_title": "Vehicle\nControl", + "in_title": null + } + ], + "title": "车辆", + "zhTitle": "车辆", + "enTitle": "Vehicle", + "inTitle": null, + "zh_title": "车辆", + "en_title": "Vehicle", + "in_title": null + }, + { + "menuId": "1654808657013116928", + "pid": "1324783485328", + "label": "故障", + "router": "", + "index": "3", + "children": [ + { + "menuId": "1654808721102082048", + "pid": "1654808657013116928", + "label": "故障信息", + "router": "/index/errorinfo", + "index": "1", + "children": null, + "title": "故障信息", + "zhTitle": "故障信息", + "enTitle": "Fault Information", + "inTitle": null, + "zh_title": "故障信息", + "en_title": "Fault\nInformation", + "in_title": null + } + ], + "title": "故障", + "zhTitle": "故障", + "enTitle": "Fault ", + "inTitle": null, + "zh_title": "故障", + "en_title": "Fault", + "in_title": null + }, + { + "menuId": "1654809097821884416", + "pid": "1324783485328", + "label": "示教", + "router": "/index/teach", + "index": "5", + "children": null, + "title": "示教", + "zhTitle": "示教", + "enTitle": "Teach", + "inTitle": null, + "zh_title": "示教", + "en_title": "Teach", + "in_title": null + }, + { + "menuId": "1664808014131171329", + "pid": "1324783485328", + "label": "系统", + "router": "", + "index": "6", + "children": [ + { + "menuId": "1664808014131171330", + "pid": "1664808014131171329", + "label": "用户管理", + "router": "/index/user", + "index": "1", + "children": null, + "title": "用户管理", + "zhTitle": "用户管理", + "enTitle": "User Management", + "inTitle": null, + "zh_title": "用户管理", + "en_title": "User\nManagement", + "in_title": null + }, + { + "menuId": "1664808014131171331", + "pid": "1664808014131171329", + "label": "角色管理", + "router": "/index/role", + "index": "2", + "children": null, + "title": "角色管理", + "zhTitle": "角色管理", + "enTitle": "Role Management", + "inTitle": null, + "zh_title": "角色管理", + "en_title": "Role\nManagement", + "in_title": null + }, + { + "menuId": "1664808014131171335", + "pid": "1664808014131171329", + "label": "系统管理", + "router": "/index/system", + "index": "3", + "children": null, + "title": "系统管理", + "zhTitle": "系统管理", + "enTitle": "System Param", + "inTitle": null, + "zh_title": "系统管理", + "en_title": "System\nParam", + "in_title": null + }, + { + "menuId": "1664808014131171334", + "pid": "1664808014131171329", + "label": "开发者选项", + "router": "/index/developer", + "index": "4", + "children": null, + "title": "开发者选项", + "zhTitle": "开发者选项", + "enTitle": "Developer Param", + "inTitle": null, + "zh_title": "开发者选项", + "en_title": "Developer\nParam", + "in_title": null + }, + { + "menuId": "1664808014131171336", + "pid": "1664808014131171329", + "label": "远程支持", + "router": "/index/remote", + "index": "5", + "children": null, + "title": "远程支持", + "zhTitle": "远程支持", + "enTitle": "Remote Support", + "inTitle": null, + "zh_title": "远程支持", + "en_title": "Remote\nSupport", + "in_title": null + } + ], + "title": "系统", + "zhTitle": "系统", + "enTitle": "System", + "inTitle": null, + "zh_title": "系统", + "en_title": "System", + "in_title": null + }, + { + "menuId": "1654809097821884416", + "pid": "1324783485328", + "label": "调试", + "router": "/index/debug", + "index": "7", + "children": null, + "title": "调试", + "zhTitle": "调试", + "enTitle": "Test", + "inTitle": null, + "zh_title": "调试", + "en_title": "Test", + "in_title": null + } + ] + return res } \ No newline at end of file diff --git a/src/config/rem.js b/src/config/rem.js index ed61b49..6999213 100644 --- a/src/config/rem.js +++ b/src/config/rem.js @@ -1,10 +1,12 @@ +/** 10.4寸屏,4:3的,1366*768 */ +// apt设备尺寸分辨率1024*768 现在新设备2560*1440 (function (doc, win) { var docEl = doc.documentElement var resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize' var recalc = function () { var clientWidth = docEl.clientWidth if (!clientWidth) return - docEl.style.fontSize = 100 * (clientWidth / 1920) + 'px' + docEl.style.fontSize = 100 * (clientWidth / 1366) + 'px' } if (!doc.addEventListener) return win.addEventListener(resizeEvt, recalc, false) diff --git a/src/i18n/langs/en.js b/src/i18n/langs/en.js index dcb87ea..7b7933c 100644 --- a/src/i18n/langs/en.js +++ b/src/i18n/langs/en.js @@ -28,7 +28,8 @@ module.exports = { button1: 'Auto Pickup', button2: 'Auto Release', button3: 'Input Target Position', - button4: 'Set Target Position' + button4: 'Set Target Position', + button5: 'Task Distribution' }, tasklists: { topinfo: 'Task Management', diff --git a/src/i18n/langs/zh.js b/src/i18n/langs/zh.js index cd1bb9b..cd148ed 100644 --- a/src/i18n/langs/zh.js +++ b/src/i18n/langs/zh.js @@ -28,7 +28,8 @@ module.exports = { button1: '自动取货', button2: '自动放货', button3: '输入点位', - button4: '定位目标站点' + button4: '定位目标站点', + button5: '任务下发' }, tasklists: { topinfo: '任务管理', diff --git a/src/images/new/button_gray.png b/src/images/new/button_gray.png new file mode 100644 index 0000000..734294d Binary files /dev/null and b/src/images/new/button_gray.png differ diff --git a/src/pages/modules/taskmanage/CarryPoint.vue b/src/pages/modules/taskmanage/CarryPoint.vue index 533a654..4649520 100644 --- a/src/pages/modules/taskmanage/CarryPoint.vue +++ b/src/pages/modules/taskmanage/CarryPoint.vue @@ -5,448 +5,184 @@

{{ $t('carrypoint.topinfo') }}

-
-
-
-
- {{hover}} - -
- {{e.code_name}} - - -
-
-
-
- - - - - - -
- - -
-
-
-
*{{ $t('carrypoint.pointcode') }}
-
- - +
+
+
+

{{e.code_name}}

+
{{e.code_name}}
-
-
{{ $t('carrypoint.returnsitecode') }}
-
- - -
+
+ + + +
-
-
-
-
{{ $t('carrypoint.returnsite') }}
-
- - - - -
-
-
-
-
-
diff --git a/src/pages/modules/taskmanage/CarryPoint_back.vue b/src/pages/modules/taskmanage/CarryPoint_back.vue new file mode 100644 index 0000000..533a654 --- /dev/null +++ b/src/pages/modules/taskmanage/CarryPoint_back.vue @@ -0,0 +1,452 @@ + + + + diff --git a/src/pages/shells/index/index.vue b/src/pages/shells/index/index.vue index 7119084..d37715f 100644 --- a/src/pages/shells/index/index.vue +++ b/src/pages/shells/index/index.vue @@ -96,8 +96,8 @@