调整多余配置路径
This commit is contained in:
parent
93e927c39f
commit
316249fbd6
@ -22,13 +22,7 @@ export function deleteCompany(id) {
|
||||
method: 'delete'
|
||||
});
|
||||
}
|
||||
// /** 根据id查询公司信心 */
|
||||
// export function getCompanyById(id) {
|
||||
// return request({
|
||||
// url: `/api/company/${id}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 更新公司信息 */
|
||||
export function updateCompany(id, data) {
|
||||
return request({
|
||||
|
@ -7,20 +7,7 @@ export function refereeExitSimulation(group) {
|
||||
method: 'delete'
|
||||
});
|
||||
}
|
||||
// /** 裁判进入仿真 */
|
||||
// export function refereeEnterSimulation(group) {
|
||||
// return request({
|
||||
// url: `/api/v1/competition/room/${group}/refree`,
|
||||
// method: 'post'
|
||||
// });
|
||||
// }
|
||||
// /** 裁判查询竞赛人员的房间列表 */
|
||||
// export function refereeGetCompetitionList(id) {
|
||||
// return request({
|
||||
// url: `/api/v1/competition/${id}/room`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 参赛者创建演练房间 */
|
||||
export function participantCreatTrainingRoom(id, data) {
|
||||
return request({
|
||||
@ -30,23 +17,6 @@ export function participantCreatTrainingRoom(id, data) {
|
||||
});
|
||||
}
|
||||
|
||||
// // 加载试卷
|
||||
// export function loadingPaper(competitionId, data) {
|
||||
// return request({
|
||||
// url: `/api/v1/competition/${competitionId}/testPaper`,
|
||||
// method: 'post',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
// /** 竞赛报名 */
|
||||
// export function postSignUp(id, data) {
|
||||
// return request({
|
||||
// url: `/api/race/${id}/signUp`,
|
||||
// method: 'post',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 查询用户是否已经报名该竞赛 */
|
||||
export function getIsSignUp(raceId, params = {}) {
|
||||
return request({
|
||||
@ -56,24 +26,6 @@ export function getIsSignUp(raceId, params = {}) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 分页查询竞赛报名人员 */
|
||||
// export function getRaceUserList(params) {
|
||||
// return request({
|
||||
// url: `/api/race/${params.raceId}/raceUser/page`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 裁判打分 */
|
||||
// export function putRefereeScoring(data) {
|
||||
// return request({
|
||||
// url: `/api/v1/competition/referee/scoring`,
|
||||
// method: 'put',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 提交试卷 */
|
||||
export function postCompetitionTheory(data) {
|
||||
return request({
|
||||
@ -83,14 +35,6 @@ export function postCompetitionTheory(data) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 查询本竞赛用的实操列表 */
|
||||
// export function getCompetitionPractical(competitionId) {
|
||||
// return request({
|
||||
// url: `/api/v1/competitionPractical/competition/${competitionId}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 查询竞赛报名人员详情 */
|
||||
export function getRaceUserById(raceId) {
|
||||
return request({
|
||||
@ -169,68 +113,6 @@ export function getPracticalCompetitionResult(competitionId) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 回访准备 */
|
||||
// export function playBackReady(params) {
|
||||
// return request({
|
||||
// url: `/api/v1/simulationRecord/playback/ready`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 设置倍速 */
|
||||
// export function setPlaySpeed(params) {
|
||||
// return request({
|
||||
// url: `/api/v1/simulationRecord/playback/setPlaySpeed`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 开始播放 */
|
||||
// export function startPlaying(params) {
|
||||
// return request({
|
||||
// url: `/api/v1/simulationRecord/playback/startPlaying`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 暂停播放 */
|
||||
// export function playingPause(params) {
|
||||
// return request({
|
||||
// url: `/api/v1/simulationRecord/playback/pausePlaying`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 结束播放 */
|
||||
// export function endPlaying(params) {
|
||||
// return request({
|
||||
// url: `/api/v1/simulationRecord/playback/endPlaying`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 从暂停中播放 */
|
||||
// export function fromPauseToPlay(params) {
|
||||
// return request({
|
||||
// url: `/api/v1/simulationRecord/playback/playing`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 裁判查询理论考试结果 */
|
||||
// export function getTheroyCompetitionResult(competitionId, raceUserId) {
|
||||
// return request({
|
||||
// url: `api/v1/competitionTheory/detail/competition/${competitionId}/raceUser/${raceUserId}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// 以下drts项目使用
|
||||
|
||||
/** 项目获取试题列表 */
|
||||
@ -360,16 +242,6 @@ export function getEmptyOperationalStatistics(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 草稿场景数据导入*/
|
||||
// export function postSceneImport(scriptId, data) {
|
||||
// return request({
|
||||
// url: `/api/v1/competitionPractical/${scriptId}/import`,
|
||||
// method: 'post',
|
||||
// data: data,
|
||||
// time: 60000
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 草稿场景数据导出 */
|
||||
export function getSceneExport(id) {
|
||||
return request({
|
||||
|
@ -138,14 +138,6 @@ export function previewRunPlan(planId) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 加载剧本 */
|
||||
// export function loadDraftScript(scriptId, memberId, group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptDraft/${scriptId}?memberId=${memberId}`,
|
||||
// method: 'post'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 剧本预览选择角色 */
|
||||
export function loadDraftScriptNew(memberId, group) {
|
||||
return request({
|
||||
@ -153,12 +145,3 @@ export function loadDraftScriptNew(memberId, group) {
|
||||
method: 'put'
|
||||
});
|
||||
}
|
||||
|
||||
// /** 剧本预览选择角色 */
|
||||
// export function loadDraftScriptNewMode(memberId, group, mode) {
|
||||
// return request({
|
||||
// url: `/api/scriptSimulation/${group}/chooseMemberAndStart?memberId=${memberId}&mode=${mode}`,
|
||||
// method: 'put'
|
||||
// });
|
||||
// }
|
||||
|
||||
|
@ -85,15 +85,6 @@ export function getLessonChapterDetail(data) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 发布课程*/
|
||||
// export function publishLesson(data) {
|
||||
// return request({
|
||||
// url: `/api/lessonDraft/${data.id}/publish`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 课程章节拖拽排序*/
|
||||
export function dragSortLessonChapter(data) {
|
||||
return request({
|
||||
|
@ -16,14 +16,6 @@ export function getPublishMapListOnline() {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 根据皮肤获取发布地图列表*/
|
||||
// export function getPublishMapListByLineCode(lineCode) {
|
||||
// return request({
|
||||
// url: `/api/map/${lineCode}/list`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 根据地图id获取地图版本信息*/
|
||||
export function getPublishMapVersionById(id) {
|
||||
return request({
|
||||
@ -107,15 +99,6 @@ export function putMapOffLine(mapId) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 修改发布地图名称*/
|
||||
// export function updatePublishMapName(data) {
|
||||
// return request({
|
||||
// url: `/api/map/${data.mapId}/updateName`,
|
||||
// method: 'put',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// 检测地图名称唯一性
|
||||
export function checkMapName(name) {
|
||||
return request({
|
||||
@ -133,23 +116,6 @@ export function getPublishMapDetailList(params, code) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 获取有屏蔽门的站台列表*/
|
||||
// export function hasDoorStationList(mapId) {
|
||||
// return request({
|
||||
// url: `/api/map/${mapId}/stand/hasDoor`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 修改发布地图城市*/
|
||||
// export function updatePublishMapCity(data) {
|
||||
// return request({
|
||||
// url: `/api/map/${data.mapId}/city`,
|
||||
// method: 'put',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// 修改地图基本信息
|
||||
export function updatePublishMapInfo(data) {
|
||||
return request({
|
||||
@ -263,14 +229,6 @@ export function publisMapCityList(data) {
|
||||
});
|
||||
}
|
||||
|
||||
// // 获取所有需要值班员的车站(新版)
|
||||
// export function getAvailableStaionList(mapId) {
|
||||
// return request({
|
||||
// url: `/api/map/${mapId}/station/needSupervisor`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 新版地图根据仿真mapId获取仿真地图数据 */
|
||||
export function getNewMapDataByMapId(mapId) {
|
||||
return request({
|
||||
|
@ -60,15 +60,6 @@ export function saveMap(data) {
|
||||
});
|
||||
}
|
||||
|
||||
// 保存新草稿地图
|
||||
// export function saveNewMap(data) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/${data.mapId}/saveNewElements`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 草稿地图另存为*/
|
||||
export function saveAsMap(data) {
|
||||
return request({
|
||||
@ -124,78 +115,6 @@ export function getBuildMapExport(mapId) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 查询进路列表*/
|
||||
// export function listRouteRoute(mapId, params) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/${mapId}/route`,
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
// /** 查询进路地图列表*/
|
||||
// export function listRouteMapRoute(mapId) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/${mapId}/route/all`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
// /** 查询进路明细*/
|
||||
// export function queryRouteRouteDetail(data) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/route/${data.id}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
// /** 创建进路*/
|
||||
// export function createRouteRoute(data) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/route`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
// /** 删除进路*/
|
||||
// export function deleteRouteRoute(id) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/route/${id}`,
|
||||
// method: 'delete'
|
||||
// });
|
||||
// }
|
||||
// /** 更新进路*/
|
||||
// export function updateRouteRoute(data) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/route/${data.id}`,
|
||||
// method: 'put',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 创建联动道岔*/
|
||||
// export function createLinkageSwitch(data) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/switchCoupled`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 删除联动道岔*/
|
||||
// export function deleteLinkageSwitch(coupleId) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/switchCoupled/${coupleId}`,
|
||||
// method: 'delete'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** get联动道岔列表*/
|
||||
// export function listLinkageSwitch(mapId, params) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/${mapId}/switchCoupled`,
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 草稿地图数据校验*/
|
||||
export function verifyMap(id) {
|
||||
return request({
|
||||
@ -204,49 +123,6 @@ export function verifyMap(id) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 分页查询交路数据*/
|
||||
// export function listRouting(mapId, params) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/${mapId}/routing`,
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 创建交路*/
|
||||
// export function addRouting(data) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/routing`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 删除交路*/
|
||||
// export function deleteRouting(routingId) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/routing/${routingId}`,
|
||||
// method: 'delete'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取交路详情*/
|
||||
// export function getRouting(routingId) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/routing/${routingId}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 更新交路*/
|
||||
// export function updateRouting(data) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/routing/${data.id}`,
|
||||
// method: 'put',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 分页查询交路数据(新版)*/
|
||||
export function listRoutingData(mapId, params) {
|
||||
return request({
|
||||
@ -307,49 +183,6 @@ export function generateStationRunData(routingId) {
|
||||
});
|
||||
}
|
||||
|
||||
// // 创建自动信号 old(旧数据)
|
||||
// export function postAutoSignal(data) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/autoSignal`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 删除自动信号 old(旧数据)
|
||||
// export function delAutoSignal(autoSignalId) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/autoSignal/${autoSignalId}`,
|
||||
// method: 'delete'
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 分页获取自动信号列表 old(旧数据)
|
||||
// export function getAutoSignalList(mapId, params) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/${mapId}/autoSignal`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 获取自动信号详情 old(旧数据)
|
||||
// export function getAutoSignalDetail(autoSignalId) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/autoSignal/${autoSignalId}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 更新自动信号 old(旧数据)
|
||||
// export function putAutoSignal(data) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/autoSignal/${data.autoSignalId}`,
|
||||
// method: 'put',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// 分页获取自动信号列表 new(新数据)
|
||||
export function getAutoSignalListNew(mapId, params) {
|
||||
return request({
|
||||
@ -392,14 +225,6 @@ export function putAutoSignalNew(data) {
|
||||
data: data
|
||||
});
|
||||
}
|
||||
|
||||
// export function getListByCityCode(cityCode) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/${cityCode}/list`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// 创建信号机接近区段
|
||||
export function postApproachSection(data) {
|
||||
return request({
|
||||
@ -464,12 +289,6 @@ export function delContinueProtect(id) {
|
||||
method: 'delete'
|
||||
});
|
||||
}
|
||||
// export function getContinueProtectById(id) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/overlap/${id}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
export function getContinueProtectList(mapId, params) {
|
||||
return request({
|
||||
url: `/api/mapBuild/${mapId}/overlap/paging`,
|
||||
@ -545,15 +364,6 @@ export function getRouteNewList(mapId, params) {
|
||||
params
|
||||
});
|
||||
}
|
||||
// // 获取自动折返分组列表
|
||||
// export function getAutoReentryGroupList(mapId, params) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/${mapId}/autoReentry/group/reentryTrack`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// 新建进路侧防
|
||||
export function postFlankProtection(data) {
|
||||
return request({
|
||||
|
@ -1,44 +1,2 @@
|
||||
// import request from '@/utils/request';
|
||||
|
||||
// /** 获取路径单元列表*/
|
||||
// export function getRouteUnitList(id, data) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/${id}/routeUnit`,
|
||||
// method: 'get',
|
||||
// params: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 创建路径单元*/
|
||||
// export function addRouteUnit(data) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/routeUnit`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 删除路径单元*/
|
||||
// export function delRouteUnit(id) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/routeUnit/${id}`,
|
||||
// method: 'DELETE'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取路径单元*/
|
||||
// export function getRouteUnit(id) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/routeUnit/${id}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 更新路径单元*/
|
||||
// export function setRouteUnit(data) {
|
||||
// return request({
|
||||
// url: `/api/mapBuild/routeUnit/${data.id}`,
|
||||
// method: 'put',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
@ -1,29 +1,5 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
// /** 开始实训 0*/
|
||||
// export function startTraining(args, group) {
|
||||
// return request({
|
||||
// url: `/api/training/${args.id}/start`,
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// group
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 实训结束*/
|
||||
// export function endTraining(args, group) {
|
||||
// return request({
|
||||
// url: `/api/training/${args.lessonId}/${args.id}/end`,
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// mode: args.mode,
|
||||
// usedTime: args.usedTime,
|
||||
// group
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 发送步骤数据*/
|
||||
export function sendTrainingNextStep(data, group) {
|
||||
return request({
|
||||
@ -35,32 +11,6 @@ export function sendTrainingNextStep(data, group) {
|
||||
}
|
||||
});
|
||||
}
|
||||
// /** 获取章节基本信息 0*/
|
||||
// export function getTrainingDetail(trainingId) {
|
||||
// return request({
|
||||
// url: `/api/training/${trainingId}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 添加实训 0*/
|
||||
// export function addTraining(data) {
|
||||
// return request({
|
||||
// url: '/api/training',
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取实训步骤数据 0*/
|
||||
// export function getTrainingStepsDetail(trainingId, params) {
|
||||
// return request({
|
||||
// url: `/api/training/${trainingId}/detail`,
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 查询实训列表 0*/
|
||||
export function pageQueryTraining(params) {
|
||||
return request({
|
||||
@ -69,41 +19,6 @@ export function pageQueryTraining(params) {
|
||||
params: params
|
||||
});
|
||||
}
|
||||
// /** 自动生成实训操作 0*/
|
||||
// export function addAutoTraining(data) {
|
||||
// return request({
|
||||
// url: `/api/training/generate`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 修改自动删除实训操作 0*/
|
||||
// export function updateAutoTraining(data) {
|
||||
// return request({
|
||||
// url: `/api/training/batchUpdateGenerate`,
|
||||
// method: 'put',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
// /** 删除自动生成实训 0*/
|
||||
// export function deleteAutoTraining(params) {
|
||||
// return request({
|
||||
// url: `/api/training/generate`,
|
||||
// method: 'delete',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取用户实训列表 0*/
|
||||
// export function getTrainingList(data) {
|
||||
// return request({
|
||||
// url: `/api/training/list`,
|
||||
// method: 'get',
|
||||
// params: data
|
||||
// });
|
||||
// }
|
||||
|
||||
export function sendCommand(group, command) {
|
||||
return request({
|
||||
url: `/api/training/deviceChange?group=${group}`,
|
||||
@ -125,29 +40,6 @@ export function sendCommandNew(group, commandDefinitionId, command) {
|
||||
data: command
|
||||
});
|
||||
}
|
||||
// // 添加用户实训数据 0
|
||||
// export function addUserTraining(data) {
|
||||
// return request({
|
||||
// url: `/api/training/userTraining`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
// // 更新用户实训数据 0
|
||||
// export function putUserTraining(data) {
|
||||
// return request({
|
||||
// url: `/api/training/userTraining/${data.id}`,
|
||||
// method: 'put',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
// // 清除实训数据 0
|
||||
// export function deleteUserTraining(statsId) {
|
||||
// return request({
|
||||
// url: `/api/training/userTraining/${statsId}`,
|
||||
// method: 'delete'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 开始实训 (新版地图) */
|
||||
export function startTrainingNew (args, group) {
|
||||
|
@ -1,34 +1,5 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
// // 文字聊天 发送文字
|
||||
// export function chatWithTextNew(data, group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/chatWithText?group=${group}`,
|
||||
// method: 'post',
|
||||
// data: {
|
||||
// message: data
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 生成分发二维码
|
||||
// export function getJoinTrainCodeNew(data, group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/qrCode?group=${group}`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 创建房间
|
||||
// export function postCreateRoomNew(data) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// 检查房间存在
|
||||
export function checkRoomExistNew(params) {
|
||||
return request({
|
||||
@ -38,45 +9,6 @@ export function checkRoomExistNew(params) {
|
||||
});
|
||||
}
|
||||
|
||||
// // 获取房间详情
|
||||
// export function postRoomDetailNew(group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/${group}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 销毁房间
|
||||
// export function deljointTrainRoomNew(group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room`,
|
||||
// method: 'delete',
|
||||
// params: {
|
||||
// group: group
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 查询有权限房间列表
|
||||
// export function getjointTrainListNew(params) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/list`,
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 加入房间
|
||||
// export function getjointTrainingNew(group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/join`,
|
||||
// method: 'put',
|
||||
// params: {
|
||||
// group: group
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// 设置人员角色
|
||||
export function putUserRolesNew(data, group) {
|
||||
return request({
|
||||
@ -86,70 +18,6 @@ export function putUserRolesNew(data, group) {
|
||||
});
|
||||
}
|
||||
|
||||
// // 获取房间里的用户列表
|
||||
// export function getJointTrainRoomUserListNew(group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/${group}/user/list`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 离开房间接口
|
||||
// export function putJointTrainingExitNew(group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/exit`,
|
||||
// method: 'put',
|
||||
// params: {
|
||||
// group: group
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 开始联合演练
|
||||
// export function startJointTrainingNew(group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/simulation`,
|
||||
// method: 'post',
|
||||
// params: {
|
||||
// group: group
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 获取个人信息
|
||||
// export function getUserRolesNew(group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/user/role`,
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// group: group
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 踢出用户
|
||||
// export function putJointTrainingUserkickedNew(userId, group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/user`,
|
||||
// method: 'put',
|
||||
// params: {
|
||||
// userId: userId,
|
||||
// group: group
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 管理员结束所有人的仿真
|
||||
// export function putJointTrainingSimulationNew(group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/simulation/all`,
|
||||
// method: 'put',
|
||||
// params: {
|
||||
// group: group
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// 结束仿真返回房间
|
||||
export function putJointTrainingSimulationUserNew(group) {
|
||||
return request({
|
||||
@ -160,82 +28,3 @@ export function putJointTrainingSimulationUserNew(group) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// // 进入仿真
|
||||
// export function putJointTrainingSimulationEntranceNew(group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/simulation/user/entrance`,
|
||||
// method: 'put',
|
||||
// params: {
|
||||
// group: group
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// /**
|
||||
// * 权限获取(房间权限)
|
||||
// */
|
||||
// export function getPermissionJointNew(group) {
|
||||
// return request({
|
||||
// url: '/api/v1/jointTraining/qrCode',
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// group: group
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 添加或更新真实设备和仿真对象连接
|
||||
// export function setRealDeviceNew(group, data) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/realDevice?group=${group}`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 删除真实设备和仿真对象连接
|
||||
// export function delRealDeviceNew(id, group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/realDevice/${id}`,
|
||||
// method: 'delete',
|
||||
// params: { group: group }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 获取真实设备列表
|
||||
// export function getRealDevicesNew(group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/${group}/devices`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 获取房间真实设备连接关系
|
||||
// export function getRealDevicesInRoomNew(group) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/${group}/realDevice/connect`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 更新真实设备的连接关系
|
||||
// export function updateRealDevicesNew(group, data) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/${group}/realDevice`,
|
||||
// method: 'put',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 真实设备是否被其他仿真使用
|
||||
// export function realDeviceIsUsedNew(group, projectCode) {
|
||||
// return request({
|
||||
// url: `/api/v1/jointTraining/room/${group}/realDeviceUsed`,
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// projectCode: projectCode
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
|
@ -10,15 +10,6 @@ export function getLessonPermissonPageList(params) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 创建课程权限*/
|
||||
// export function createLessonPermisson(data) {
|
||||
// return request({
|
||||
// url: '/api/permission',
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 获取权限详情*/
|
||||
export function getPermissonDetail(id) {
|
||||
return request({
|
||||
@ -44,14 +35,6 @@ export function postPermissonList(mapId) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 获取用户某课程某段时间内可用的权限数量*/
|
||||
// export function getTotalRemains(params) {
|
||||
// return request({
|
||||
// url: '/api/userPermission/totalRemains',
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
/** 设置权限失效或有效*/
|
||||
export function setLessonPermisson(data) {
|
||||
return request({
|
||||
@ -61,25 +44,7 @@ export function setLessonPermisson(data) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 设置权限失效或有效*/
|
||||
// export function getPermissionList(id) {
|
||||
// return request({
|
||||
// url: `/api/permission/${id}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取大屏权限列表*/
|
||||
// export function queryPermissionScreen() {
|
||||
// return request({
|
||||
// url: `/api/userPermission/bigScreen`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/**
|
||||
* 用户权限列表
|
||||
*/
|
||||
/** 用户权限列表*/
|
||||
export function listPermision(params) {
|
||||
return request({
|
||||
url: `/api/userPermission`,
|
||||
@ -88,9 +53,7 @@ export function listPermision(params) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 个人权限列表
|
||||
*/
|
||||
/** 个人权限列表*/
|
||||
export function listUserPermision(params) {
|
||||
return request({
|
||||
url: `/api/userPermission/my`,
|
||||
@ -99,14 +62,6 @@ export function listUserPermision(params) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 用户权限列表 */
|
||||
// export function getDistribute(id) {
|
||||
// return request({
|
||||
// url: `/api/distribute/${id}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 设置权限所有者 */
|
||||
export function putPermissionOwner(data) {
|
||||
return request({
|
||||
|
@ -48,10 +48,7 @@ export function update(data) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据字典code获取明细列表
|
||||
* @param {*} code
|
||||
*/
|
||||
/** 根据字典code获取明细列表*/
|
||||
export function getDetailList(code) {
|
||||
return request({
|
||||
url: '/api/dictionary/getDetailListByCode',
|
||||
|
@ -1,32 +1,5 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
// /** 权限转增*/
|
||||
// export function getLessons(data) {
|
||||
// return request({
|
||||
// url: '/api/distribute/getLessons',
|
||||
// method: 'get',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 权限分发*/
|
||||
// export function giveLessons(data) {
|
||||
// return request({
|
||||
// url: '/api/distribute/distribute',
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 权限转增*/
|
||||
// export function permissionTurnAdd(data) {
|
||||
// return request({
|
||||
// url: '/api/distribute/transfer',
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 权限获取*/
|
||||
export function getPermission(state) {
|
||||
return request({
|
||||
@ -35,24 +8,6 @@ export function getPermission(state) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 接收课程权限*/
|
||||
// export function receiveLessons(data) {
|
||||
// return request({
|
||||
// url: '/api/distribute/receiveLessons',
|
||||
// method: 'get',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 考试权限分发*/
|
||||
// export function giveExams(data) {
|
||||
// return request({
|
||||
// url: `/api/distribute/giveExams`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 权限打包分页查询*/
|
||||
export function listPackagePermission(params) {
|
||||
return request({
|
||||
@ -62,15 +17,6 @@ export function listPackagePermission(params) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 打包权限*/
|
||||
// export function packagePermissionDistribute(data) {
|
||||
// return request({
|
||||
// url: `/api/distribute/givePermission/package`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 权限回收*/
|
||||
export function restorePackagePermission(id) {
|
||||
return request({
|
||||
@ -97,32 +43,6 @@ export function getPermissionPackageDetail(id, params) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 权限分发打包*/
|
||||
// export function permissionDistributePackage(data) {
|
||||
// return request({
|
||||
// url: `/api/distribute/package`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 权限分发解包*/
|
||||
// export function permissionDistributeUnPackage(permissionId) {
|
||||
// return request({
|
||||
// url: `/api/distribute/${permissionId}/unPackage`,
|
||||
// method: 'delete'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 查询可打包的权限分发*/
|
||||
// export function listCanPackagePermission(params) {
|
||||
// return request({
|
||||
// url: `/api/distribute/package`,
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
// 设置权限分发列表 权限失效
|
||||
export function setCommodityStatus(id) {
|
||||
return request({
|
||||
@ -148,11 +68,3 @@ export function givePermission(data) {
|
||||
data: data
|
||||
});
|
||||
}
|
||||
|
||||
// /** 查询权限分发领取用户列表 */
|
||||
// export function distributeUsers(distributeId) {
|
||||
// return request({
|
||||
// url: `/api/distribute/${distributeId}/distributeUsers`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
@ -93,11 +93,3 @@ export function updateExamRules(data) {
|
||||
data: data
|
||||
});
|
||||
}
|
||||
|
||||
// /** 根据课程ID获取试卷 */
|
||||
// export function getExamParperList(lessonId) {
|
||||
// return request({
|
||||
// url: `/api/exam/${lessonId}/list`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
@ -9,9 +9,7 @@ export function getCommodityDetailByParams(data) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取商品明细列表
|
||||
*/
|
||||
/** 获取商品明细列表*/
|
||||
export function getCommodityList(params) {
|
||||
return request({
|
||||
url: '/api/goods',
|
||||
@ -20,20 +18,7 @@ export function getCommodityList(params) {
|
||||
});
|
||||
}
|
||||
|
||||
// /**
|
||||
// * 保存商品明细列表
|
||||
// */
|
||||
// export function saveCommodityList(params) {
|
||||
// return request({
|
||||
// url: '/api/goods',
|
||||
// method: 'post',
|
||||
// data: params
|
||||
// });
|
||||
// }
|
||||
|
||||
/**
|
||||
* 删除商品明细
|
||||
*/
|
||||
/** 删除商品明细*/
|
||||
export function delCommodity(id) {
|
||||
return request({
|
||||
url: `/api/goods/${id}`,
|
||||
@ -41,29 +26,7 @@ export function delCommodity(id) {
|
||||
});
|
||||
}
|
||||
|
||||
// /**
|
||||
// * 获取商品地图,产品,课程列表
|
||||
// */
|
||||
// export function getMapLesson() {
|
||||
// return request({
|
||||
// url: `/api/goods/tree`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /**
|
||||
// * 获取商品地图,产品,课程列表
|
||||
// */
|
||||
// export function getCommodityDetailById(id) {
|
||||
// return request({
|
||||
// url: `/api/goods/${id}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/**
|
||||
* 获取商品地图,产品,课程列表
|
||||
*/
|
||||
/** 获取商品地图,产品,课程列表*/
|
||||
export function updataCommodityList(data) {
|
||||
return request({
|
||||
url: `/api/goods/${data.id}`,
|
||||
@ -72,9 +35,7 @@ export function updataCommodityList(data) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置失效或有效切换
|
||||
*/
|
||||
/** 设置失效或有效切换*/
|
||||
export function setCommodityStatus(id) {
|
||||
return request({
|
||||
url: `/api/goods/${id}/status`,
|
||||
@ -110,44 +71,6 @@ export function getGoodsList() {
|
||||
});
|
||||
}
|
||||
|
||||
// // 根据权限id查询商品
|
||||
// export function getGoodsByPermissionId(id) {
|
||||
// return request({
|
||||
// url: `/api/goods/permissionId`,
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// permissionId: id
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 创建商品
|
||||
// export function postsPermissionGoods(data) {
|
||||
// return request({
|
||||
// // url: `/api/goods`,
|
||||
// url: `/api/goods/create/list`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 创建万能权限商品
|
||||
// export function postPermissionIdsGoods(data) {
|
||||
// return request({
|
||||
// url: `/api/goods/permissionIds`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 创建万能权限商品
|
||||
// export function postCreatePackage(data) {
|
||||
// return request({
|
||||
// url: `/api/goods/create/package`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
// 获取订单对应的商品列表
|
||||
export function getGoodsListByOrderId(id) {
|
||||
return request({
|
||||
|
@ -26,14 +26,6 @@ export function delSkinCode(id) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 根据id查询真实线路 */
|
||||
// export function querySkinCode(id) {
|
||||
// return request({
|
||||
// url: `/api/realLine/${id}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 修改真实线路*/
|
||||
export function updateSkinCode(data) {
|
||||
return request({
|
||||
@ -60,23 +52,6 @@ export function putRealLineConfig(id, data) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 通过皮肤Code更新地图皮肤*/
|
||||
// export function updateSkinCodeByCode(data) {
|
||||
// return request({
|
||||
// url: `/api/realLine/${data.code}/update`,
|
||||
// method: 'put',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 检查code是否存在*/
|
||||
// export function querySkinCodeExistByCode(code) {
|
||||
// return request({
|
||||
// url: `/api/realLine/${code}/exist`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 获取真实线路列表*/
|
||||
export function getLineCodeList() {
|
||||
return request({
|
||||
|
@ -10,15 +10,6 @@ export function getOrderPageList(params) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 根据ID获取订单数据*/
|
||||
// export function getOrderDetail(id, params) {
|
||||
// return request({
|
||||
// url: `/api/order/${id}`,
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 创建一个订单*/
|
||||
export function createOrder(data) {
|
||||
return request({
|
||||
@ -37,31 +28,6 @@ export function updateOrder(data) {
|
||||
});
|
||||
}
|
||||
|
||||
// export function deleteOrder(id) {
|
||||
// return request({
|
||||
// url: `/api/order/${id}`,
|
||||
// method: 'delete'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 订单权限领取*/
|
||||
// export function getOrder(params) {
|
||||
// return request({
|
||||
// url: '/api/order/getOrder',
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 订单权限分发*/
|
||||
// export function giveOrder(data) {
|
||||
// return request({
|
||||
// url: '/api/order/giveOrder',
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 订单续费*/
|
||||
export function getOrderCharge(id) {
|
||||
return request({
|
||||
@ -104,14 +70,6 @@ export function cancalOrder(orderId) {
|
||||
});
|
||||
}
|
||||
|
||||
// // 万能权限查询权限包商品
|
||||
// export function postFindPermission(ids) {
|
||||
// return request({
|
||||
// url: `/api/goods/permissionIds?ids=${ids}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// 获取订单的分发二维码
|
||||
export function getDistributeFromOrder(orderCode) {
|
||||
return request({
|
||||
|
@ -1,29 +1,4 @@
|
||||
import request from '@/utils/request';
|
||||
// /** 注册用户*/
|
||||
// export function createUserInfo(data) {
|
||||
// return request({
|
||||
// url: '/api/userinfo/create',
|
||||
// method: 'put',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
// /** 根据用户Id获取用户信息*/
|
||||
// export function getUserInfoByOpenId(params) {
|
||||
// return request({
|
||||
// url: '/api/userinfo/getByOpenId',
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 根据姓名或者手机号查询用户*/
|
||||
// export function getUserInfoByNameOrMobile(params) {
|
||||
// return request({
|
||||
// url: '/api/userinfo/nameOrMobile',
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 查询用户参数*/
|
||||
export function getUserConfigInfo() {
|
||||
@ -33,15 +8,6 @@ export function getUserConfigInfo() {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 设置用户参数*/
|
||||
// export function setUserConfigInfo(data) {
|
||||
// return request({
|
||||
// url: '/api/user/config',
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 获取销售列表*/
|
||||
export function getSellerList() {
|
||||
return request({
|
||||
@ -211,14 +177,6 @@ export function exportStudentResults(projectCode, data) {
|
||||
data: data
|
||||
});
|
||||
}
|
||||
// // 生成绑定微信二维码
|
||||
// export function getWxQrCode(params) {
|
||||
// return request({
|
||||
// url: `/api/user/wmurl`,
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
// 获取微信小程序绑定二维码
|
||||
export function getBindWxQrCodeUrl() {
|
||||
|
@ -51,22 +51,6 @@ export function delPublishExam(id) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 删除用户实训*/
|
||||
// export function delTrainingList() {
|
||||
// return request({
|
||||
// url: `/api/userExam/list`,
|
||||
// method: 'delet'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 设置试卷失效 */
|
||||
// export function setExamGive(id) {
|
||||
// return request({
|
||||
// url: `/api/userExam/${id}/abandon`,
|
||||
// method: 'put'
|
||||
// });
|
||||
// }
|
||||
|
||||
export function updateExam(data) {
|
||||
return request({
|
||||
url: `/api/userExam/${data.id}`,
|
||||
|
@ -85,14 +85,7 @@ export function setPscConfig(id, data) {
|
||||
data: data
|
||||
});
|
||||
}
|
||||
// /** 查询项目下的所有设备 */
|
||||
// export function getAllDeviceInProject(params) {
|
||||
// return request({
|
||||
// url: `/api/project/device/project`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 添加/修改ibp设备配置 */
|
||||
export function setVrIbpConfig(id, data) {
|
||||
return request({
|
||||
|
@ -1,12 +1,5 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
// /** 获取出题规则列表 */
|
||||
// export function getQuestionRuleList() {
|
||||
// return request({
|
||||
// url: `/api/questionsRule`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
/** 添加出题规则 */
|
||||
export function addQuestionRule(data) {
|
||||
return request({
|
||||
@ -30,13 +23,7 @@ export function deleteQuestionRule(id) {
|
||||
method: 'delete'
|
||||
});
|
||||
}
|
||||
// /** 查询单个出题规则 */
|
||||
// export function selectedQuestionRule(id) {
|
||||
// return request({
|
||||
// url: `/api/questionsRule/${id}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 更改出题规则内容 */
|
||||
export function updateQuestionRule(id, data) {
|
||||
return request({
|
||||
|
@ -1,38 +1,5 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
// /** 分页查询竞赛 */
|
||||
// export function getRaceList(params) {
|
||||
// return request({
|
||||
// url: `/api/race`,
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
// /** 创建竞赛 */
|
||||
// export function createRace(data) {
|
||||
// return request({
|
||||
// url: `/api/race`,
|
||||
// method: 'post',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
// /** 修改竞赛信息 */
|
||||
// export function updateRace(id, data) {
|
||||
// return request({
|
||||
// url: `/api/race/${id}`,
|
||||
// method: 'put',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取实操试题列表(题库)*/
|
||||
// export function getPracticeList(params) {
|
||||
// return request({
|
||||
// url: `/api/v1/competitionPractical`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
/** 导入项目试题库 */
|
||||
export function importQuestionBand(data, companyId) {
|
||||
return request({
|
||||
|
@ -1,8 +1,6 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
/**
|
||||
* 查询运行图列表
|
||||
*/
|
||||
/** 查询运行图列表*/
|
||||
export function listRps() {
|
||||
return request({
|
||||
url: `/api/rpTools`,
|
||||
@ -10,9 +8,7 @@ export function listRps() {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 创建运行图
|
||||
*/
|
||||
/** 创建运行图*/
|
||||
export function createRp(data) {
|
||||
return request({
|
||||
url: `/api/rpTools`,
|
||||
@ -21,9 +17,7 @@ export function createRp(data) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除运行图
|
||||
*/
|
||||
/** 删除运行图*/
|
||||
export function deleteRp(planId) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}`,
|
||||
@ -31,9 +25,7 @@ export function deleteRp(planId) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取运行图配置
|
||||
*/
|
||||
/** 获取运行图配置*/
|
||||
export function getRpConfig(planId) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/config`,
|
||||
@ -41,9 +33,7 @@ export function getRpConfig(planId) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改运行图配置
|
||||
*/
|
||||
/** 修改运行图配置*/
|
||||
export function modifyRpConfig(planId, data) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/config`,
|
||||
@ -52,9 +42,7 @@ export function modifyRpConfig(planId, data) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取运行图数据
|
||||
*/
|
||||
/** 获取运行图数据*/
|
||||
export function getRpTools(planId) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}`,
|
||||
@ -62,19 +50,7 @@ export function getRpTools(planId) {
|
||||
});
|
||||
}
|
||||
|
||||
// /**
|
||||
// * 清除运行图
|
||||
// */
|
||||
// export function clearRpPlan(planId) {
|
||||
// return request({
|
||||
// url: `/api/rpTools/${planId}/clear`,
|
||||
// method: 'put'
|
||||
// });
|
||||
// }
|
||||
|
||||
/**
|
||||
* 添加车次
|
||||
*/
|
||||
/** 添加车次*/
|
||||
export function addRpTrip(planId, data) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/trip`,
|
||||
@ -83,9 +59,7 @@ export function addRpTrip(planId, data) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除车次
|
||||
*/
|
||||
/** 删除车次*/
|
||||
export function delRpTrip(planId, tripNo) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/${tripNo}/trip`,
|
||||
@ -93,9 +67,7 @@ export function delRpTrip(planId, tripNo) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 平移服务
|
||||
*/
|
||||
/** 平移服务*/
|
||||
export function translateRpService(planId, serviceNo, data) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/${serviceNo}/service`,
|
||||
@ -104,9 +76,7 @@ export function translateRpService(planId, serviceNo, data) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除服务
|
||||
*/
|
||||
/** 删除服务*/
|
||||
export function delRpService(planId, serviceNo) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/${serviceNo}/service`,
|
||||
@ -114,9 +84,7 @@ export function delRpService(planId, serviceNo) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 添加区域
|
||||
*/
|
||||
/** 添加区域*/
|
||||
export function createRpArea(planId, data) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/area`,
|
||||
@ -125,9 +93,7 @@ export function createRpArea(planId, data) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改区域
|
||||
*/
|
||||
/** 修改区域*/
|
||||
export function modifyRpArea(planId, areaNo, data) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/${areaNo}/area`,
|
||||
@ -136,9 +102,7 @@ export function modifyRpArea(planId, areaNo, data) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改区域文字
|
||||
*/
|
||||
/** 修改区域文字*/
|
||||
export function modifyAreaNote(planId, areaNo, data) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/${areaNo}/text`,
|
||||
@ -146,9 +110,7 @@ export function modifyAreaNote(planId, areaNo, data) {
|
||||
data
|
||||
});
|
||||
}
|
||||
/**
|
||||
* 删除区域
|
||||
*/
|
||||
/** 删除区域*/
|
||||
export function delRpArea(planId, areaNo) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/${areaNo}/area`,
|
||||
@ -156,9 +118,7 @@ export function delRpArea(planId, areaNo) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改运行时间
|
||||
*/
|
||||
/** 修改运行时间*/
|
||||
export function justTripNoRunning(planId, tripNo, data) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/${tripNo}/running`,
|
||||
@ -167,9 +127,7 @@ export function justTripNoRunning(planId, tripNo, data) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改停站时间
|
||||
*/
|
||||
/** 修改停站时间*/
|
||||
export function justTripNoStop(planId, tripNo, data) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/${tripNo}/stop`,
|
||||
@ -178,9 +136,7 @@ export function justTripNoStop(planId, tripNo, data) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改折返时间
|
||||
*/
|
||||
/** 修改折返时间*/
|
||||
export function justTripTurnBack(planId, tripNo, data) {
|
||||
return request({
|
||||
url: `/api/rpTools/${planId}/${tripNo}/turnBack`,
|
||||
|
@ -1,19 +1,6 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
// /**
|
||||
// * 新建地图速度等级列表
|
||||
// */
|
||||
// export function newSpeedLevels(data) {
|
||||
// return request({
|
||||
// url: '/api/runPlan/draft/speed',
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/**
|
||||
* 获取运行图的车站列表
|
||||
*/
|
||||
/** 获取运行图的车站列表*/
|
||||
export function getStationList(mapId) {
|
||||
return request({
|
||||
url: `/api/runPlan/draft/station/${mapId}`,
|
||||
@ -30,20 +17,7 @@ export function populatingGenericData(planId, data) {
|
||||
});
|
||||
}
|
||||
|
||||
// /**
|
||||
// * 创建运行图
|
||||
// */
|
||||
// export function newRunPlan(data) {
|
||||
// return request({
|
||||
// url: '/api/runPlan/draft',
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/**
|
||||
* 查询运行图获取数据
|
||||
*/
|
||||
/** 查询运行图获取数据*/
|
||||
export function queryRunPlan(planId) {
|
||||
return request({
|
||||
url: `/api/runPlan/draft/${planId}`,
|
||||
@ -96,9 +70,7 @@ export function publishRunPlan(data) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 导入真实运行图
|
||||
*/
|
||||
/** 导入真实运行图*/
|
||||
export function importRunPlan(data) {
|
||||
return request({
|
||||
url: `/api/runPlan/draft/${data.mapId}/prdPlan`,
|
||||
@ -115,13 +87,6 @@ export function getRpListByMapId(mapId) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 获取站间运行时间*/
|
||||
// export function getStationRunning(mapId) {
|
||||
// return request({
|
||||
// url: `/api/runPlan/draft/${mapId}/stationRunning`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
/** 获取地图原始站间运行等级 */
|
||||
export function getMapStationRun(mapId) {
|
||||
return request({
|
||||
|
@ -1,58 +1,12 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
// export function querySecheduling(group, params) {
|
||||
// return request({
|
||||
// url: `/api/scheduling/${group}/day`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// export function generateScheduling(group, params) {
|
||||
// return request({
|
||||
// url: `/api/scheduling/${group}/generate`,
|
||||
// method: 'post',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// export function getSchedulingAllTrains(group) {
|
||||
// return request({
|
||||
// url: `/api/scheduling/${group}/train/all`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// export function checkScheduling(group, data) {
|
||||
// return request({
|
||||
// url: `/api/scheduling/${group}/check`,
|
||||
// method: 'post',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
// export function saveScheduling(group, data) {
|
||||
// return request({
|
||||
// url: `/api/scheduling/${group}/save`,
|
||||
// method: 'post',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
export function generateSchedulingAgain(group) {
|
||||
return request({
|
||||
url: `/api/scheduling/${group}/rebuild`,
|
||||
method: 'delete'
|
||||
});
|
||||
}
|
||||
// /** 生成地图通用派班计划 */
|
||||
// export function generateCommonScheduling (data) {
|
||||
// return request({
|
||||
// url: `/api/v1/scheduling/generate/common`,
|
||||
// method: 'post',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 查询某天的派班计划 */
|
||||
export function querySechedulingNew (group, params) {
|
||||
return request({
|
||||
|
@ -1,14 +1,5 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
// /** 分页查找上线的剧本*/
|
||||
// export function getScriptPageListOnline(params) {
|
||||
// return request({
|
||||
// url: `/api/script/paging/online`,
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 分页查找上线的剧本(新版)*/
|
||||
export function getScriptPageListOnlineNew(params) {
|
||||
return request({
|
||||
@ -18,14 +9,6 @@ export function getScriptPageListOnlineNew(params) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 通过ID查询发布的剧本的详细信息 */
|
||||
// export function getScriptById(id) {
|
||||
// return request({
|
||||
// url: `/api/script/${id}/detail`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 通过ID查询发布的剧本的详细信息(新版) */
|
||||
export function getScriptByIdNew(id) {
|
||||
return request({
|
||||
@ -34,14 +17,6 @@ export function getScriptByIdNew(id) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 通过group查询未发布剧本的详细信息 */
|
||||
// export function getDraftScriptByGroup(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/script/loadedScript`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 通过group查询未发布剧本的详细信息(新版) */
|
||||
export function getDraftScriptByGroupNew(group) {
|
||||
return request({
|
||||
@ -126,22 +101,6 @@ export function getAllSelectedScriptRole(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 加载剧本接口(仿真使用 竞赛) */
|
||||
// export function loadScript(group, scriptId) {
|
||||
// return request({
|
||||
// url: `/api/scriptSimulation/${group}/load/script/${scriptId}`,
|
||||
// method: 'PUT'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 剧本实训结束 接口(仿真使用 竞赛) */
|
||||
// export function endScriptTraining(group) {
|
||||
// return request({
|
||||
// url: `/api/scriptSimulation/${group}/finish`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 草稿剧本数据导入*/
|
||||
export function postScriptImport(mapId, data) {
|
||||
return request({
|
||||
|
@ -1,23 +1,5 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
// /** 获取故障规则列表*/
|
||||
// export function getFailureGenerateRules(params) {
|
||||
// return request({
|
||||
// url: `/api/simulation/failureGenerateRules`,
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 设置自动故障*/
|
||||
// export function setFailureMode(data, group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/failureMode`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 设置自动故障(新版)*/
|
||||
export function setFailureModeNew(data, group) {
|
||||
return request({
|
||||
@ -41,15 +23,6 @@ export function getSimulationFaultRules(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// // 创建故障规则(新版)
|
||||
// export function addFailureRule(data) {
|
||||
// return request({
|
||||
// url: `/api/v1/faultRule`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 根据id删除故障规则 */
|
||||
export function deleteFailureRule(id) {
|
||||
return request({
|
||||
@ -58,56 +31,7 @@ export function deleteFailureRule(id) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 获取故障规则列表(新版)*/
|
||||
// export function getFailureRulesNew(params) {
|
||||
// return request({
|
||||
// url: `/api/v1/faultRule/page`,
|
||||
// method: 'get',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 修改故障规则(新版)
|
||||
// export function modifyFailureRule(data) {
|
||||
// return request({
|
||||
// url: `/api/v1/faultRule`,
|
||||
// method: 'put',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 通过id获取故障规则(新版)*/
|
||||
// export function getFailureRulesByIdNew(id) {
|
||||
// return request({
|
||||
// url: `/api/v1/faultRule/${id}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /**
|
||||
// * 仿真系统按计划行车
|
||||
// */
|
||||
// export function runDiagramStart(params, group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/start`,
|
||||
// method: 'put',
|
||||
// params: params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /**
|
||||
// * 仿真系统结束计划行车
|
||||
// */
|
||||
// export function runDiagramOver(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/over`,
|
||||
// method: 'put'
|
||||
// });
|
||||
// }
|
||||
|
||||
/**
|
||||
* 退出仿真系统
|
||||
*/
|
||||
/** 退出仿真系统*/
|
||||
export function runDiagramQuit(group) {
|
||||
return request({
|
||||
url: `/api/simulation/${group}/quit`,
|
||||
@ -115,43 +39,6 @@ export function runDiagramQuit(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 获取仿真系统时间*/
|
||||
// export function runDiagramGetTime(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/systemTime`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 查看是否开始按计划行车
|
||||
// export function runDiagramIsStart(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/isRunPlanStart`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /**
|
||||
// * 仿真系统CBTC
|
||||
// * @param {*} mapId
|
||||
// */
|
||||
// export function simulationNotify({ mapId, prdType }) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${mapId}/${prdType}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /**
|
||||
// * 实训系统CBTC
|
||||
// * @param {*} data
|
||||
// */
|
||||
// export function trainingNotify({ trainingId }) {
|
||||
// return request({
|
||||
// url: `/api/simulation/training/${trainingId}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
/** 实训系统(新版地图) */
|
||||
export function trainingNotifyNew({ trainingId }) {
|
||||
return request({
|
||||
@ -159,16 +46,7 @@ export function trainingNotifyNew({ trainingId }) {
|
||||
method: 'get'
|
||||
});
|
||||
}
|
||||
// /**
|
||||
// * 考试系统CBTC
|
||||
// * @param {*} data
|
||||
// */
|
||||
// export function examNotify({ examId }) {
|
||||
// return request({
|
||||
// url: `/api/simulation/exam/${examId}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 考试系统(新版地图)*/
|
||||
export function examNotifyNew({ examId }) {
|
||||
return request({
|
||||
@ -211,30 +89,6 @@ export function deleteSimulationStats(statsId) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 获取用户鼠标左键选中的设备信息*/
|
||||
// export function letfMouseSelectDevice(deviceCode, group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/device/${deviceCode}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取每日运行图*/
|
||||
// export function getEveryDayRunPlanData(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/runPlan`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 录制脚本仿真*/
|
||||
// export function scriptRecordNotify(scriptId) {
|
||||
// return request({
|
||||
// url: `/api/simulation/scriptWrite/${scriptId}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 录制脚本仿真(新版)*/
|
||||
export function scriptRecordNotifyNew(scriptId) {
|
||||
return request({
|
||||
@ -243,14 +97,6 @@ export function scriptRecordNotifyNew(scriptId) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 保存剧本背景*/
|
||||
// export function saveScriptScenes(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/scenes`,
|
||||
// method: 'put'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 保存剧本背景(新版)*/
|
||||
export function saveScriptScenesNew(group) {
|
||||
return request({
|
||||
@ -267,14 +113,6 @@ export function scriptRePreview(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 保存录制任务数据*/
|
||||
// export function saveScriptData(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/saveData`,
|
||||
// method: 'put'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 保存录制任务数据(新版)*/
|
||||
export function saveScriptDataNew(group) {
|
||||
return request({
|
||||
@ -283,15 +121,6 @@ export function saveScriptDataNew(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 更新任务地图定位信息*/
|
||||
// export function updateMapLocation(group, data) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/mapLocation`,
|
||||
// method: 'put',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 更新任务地图定位信息(新版)*/
|
||||
export function updateMapLocationNew(group, data) {
|
||||
return request({
|
||||
@ -301,82 +130,6 @@ export function updateMapLocationNew(group, data) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 获取剧本编制的所有成员角色*/
|
||||
// export function getScriptMemberData(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/members`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取剧本出演成员角色 */
|
||||
// export function getScriptPlayMember(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/players`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取剧本出演成员角色(新版地图) */
|
||||
// export function getScriptPlayMemberNew(group) {
|
||||
// return request({
|
||||
// url: `/api/scriptSimulation/${group}/allPlayer`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 取消剧本演出成员角色 */
|
||||
// export function cancleScriptMembers(group, data) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/removePlayers`,
|
||||
// method: 'put',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 取消剧本演出成员角色 */
|
||||
// export function cancleScriptMembersNew(group, data) {
|
||||
// return request({
|
||||
// url: `/api/scriptSimulation/${group}/removePlayers`,
|
||||
// method: 'put',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 选择剧本演出成员角色 */
|
||||
// export function selectScriptMembers(group, data) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/choosePlayers`,
|
||||
// method: 'put',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 选择剧本演出成员角色 (新版地图)*/
|
||||
// export function selectScriptMembersNew(group, data) {
|
||||
// return request({
|
||||
// url: `/api/scriptSimulation/${group}/choosePlayers`,
|
||||
// method: 'put',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 修改剧本演出成员性别 */
|
||||
// export function modifyScriptMemberSex(group, playerId, data) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/player/${playerId}?gender=${data.gender}`,
|
||||
// method: 'put'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 清除仿真剧本数据*/
|
||||
// export function dumpScriptData(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/saveData`,
|
||||
// method: 'delete'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 清除仿真剧本数据(新版)*/
|
||||
export function dumpScriptDataNew(group) {
|
||||
return request({
|
||||
@ -385,57 +138,6 @@ export function dumpScriptDataNew(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 查询录制剧本步骤*/
|
||||
// export function queryScriptStep(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptRecordStage`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取指定时间里可加载列车的个数*/
|
||||
// export function getDesignatedTimeTrainNum(params, group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/plan/trainNum`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
// /** 添加剧本动作 */
|
||||
// export function addScriptAction(group, data) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/action`,
|
||||
// method: 'post',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 添加剧本动作(新版) */
|
||||
// export function addScriptActionNew(group, data) {
|
||||
// return request({
|
||||
// url: `/api/scriptSimulation/${group}/addAction`,
|
||||
// method: 'PUT',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 删除剧本动作 */
|
||||
// export function deleteScriptAction(group, actionId) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/action/${actionId}`,
|
||||
// method: 'delete'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 修改剧本动作 */
|
||||
// export function modifyScriptAction(group, actionId, data) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/action/${actionId}`,
|
||||
// method: 'put',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 修改剧本动作(新版) */
|
||||
export function modifyScriptActionNew(group, data) {
|
||||
return request({
|
||||
@ -461,22 +163,6 @@ export function deleteExistingSimulation(group) {
|
||||
method: 'delete'
|
||||
});
|
||||
}
|
||||
// /** 根据设备类型获取设备列表 */
|
||||
// export function getDeviceCodeByDeviceType(group, params) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/deviceType/devices`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取任务录制的数据 */
|
||||
// export function getScriptRecord(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 获取任务录制的所有动作(新版)*/
|
||||
export function getScriptAllAction(group) {
|
||||
@ -486,22 +172,6 @@ export function getScriptAllAction(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 加载任务*/
|
||||
// export function loadQuest(questId, memberId, group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/quest/${questId}?memberId=${memberId}`,
|
||||
// method: 'post'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 加载剧本 */
|
||||
// export function loadScript(scriptId, memberId, group) {
|
||||
// return request({
|
||||
// url: `api/simulation/${group}/script/${scriptId}?memberId=${memberId}`,
|
||||
// method: 'post'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 加载剧本(新版) */
|
||||
export function loadScriptNew(scriptId, memberId, group) {
|
||||
return request({
|
||||
@ -510,14 +180,6 @@ export function loadScriptNew(scriptId, memberId, group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 退出剧本*/
|
||||
// export function quitScript(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/script`,
|
||||
// method: 'delete'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 退出剧本(新版)*/
|
||||
export function quitScriptNew(group) {
|
||||
return request({
|
||||
@ -526,48 +188,6 @@ export function quitScriptNew(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 退出任务*/
|
||||
// export function quitQuest(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/quest`,
|
||||
// method: 'put'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 根据group获取仿真对象*/
|
||||
// export function getSimulationInfo(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取可用的设备指令*/
|
||||
// export function getAvailableDeviceCommand(params) {
|
||||
// return request({
|
||||
// url: `/api/simulation/deviceCommand/available`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 保存/修改任务剧本*/
|
||||
// export function saveTaskScript(group, data) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/questRecord/script`,
|
||||
// method: 'post',
|
||||
// data
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 暂停剧本编制的仿真 */
|
||||
// export function scriptPause(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/pause`,
|
||||
// method: 'post'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 暂停仿真 */
|
||||
export function simulationPause(group) {
|
||||
return request({
|
||||
@ -576,14 +196,6 @@ export function simulationPause(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 恢复仿真运行并执行刚编辑的剧本动作 */
|
||||
// export function executeScript(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/scriptWrite/execute`,
|
||||
// method: 'post'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 恢复仿真运行并执行刚编辑的剧本动作(新版) */
|
||||
export function executeScriptNew(group) {
|
||||
return request({
|
||||
@ -592,31 +204,6 @@ export function executeScriptNew(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 生成用户自己的当日运行图*/
|
||||
// export function generateDayRunPlan(planId, group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/loadRunPlan/${planId}`,
|
||||
// method: 'post'
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 创建派班计划仿真*/
|
||||
// export function schedulingNotify(params) {
|
||||
// return request({
|
||||
// url: `/api/scheduling/simulation`,
|
||||
// method: 'post',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
// /** 获取PLC网关 */
|
||||
// export function getPlcGateway(group) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/plcGateway`,
|
||||
// method: 'get'
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 处理ibp盘事件 */
|
||||
export function handlerIbpEvent(group, button, stationCode) {
|
||||
return request({
|
||||
@ -664,14 +251,6 @@ export function getNewMapDataByGroup(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 新版地图指令操作定义 */
|
||||
// export function newMapOperate(group, operationId, data) {
|
||||
// return request({
|
||||
// url: `/simulation/${group}/operate/${operationId}`,
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// });
|
||||
// }
|
||||
/** 新版地图根据group获取仿真运行图 */
|
||||
export function getEveryDayRunPlanNew(group) {
|
||||
return request({
|
||||
@ -696,15 +275,6 @@ export function clearSimulation(group) {
|
||||
});
|
||||
}
|
||||
|
||||
// /** 查询进路信息*/
|
||||
// export function querySignalStatus(group, params) {
|
||||
// return request({
|
||||
// url: `/api/simulation/${group}/status/signal`,
|
||||
// method: 'get',
|
||||
// params
|
||||
// });
|
||||
// }
|
||||
|
||||
/** 获取仿真运行图车次号列表 */
|
||||
export function getTripNumberList(group) {
|
||||
return request({
|
||||
|
@ -1,89 +1 @@
|
||||
// import request from '@/utils/request';
|
||||
|
||||
// // 课程列表
|
||||
// export function getLessonList(code) {
|
||||
// return request({
|
||||
// url: '/api/stats/lesson/list',
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// wmCode: code
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 课程内实训数据统计
|
||||
// export function getLessonTimeChart(data) {
|
||||
// return request({
|
||||
// url: `/api/stats/lesson/${data.id}/stats`,
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// wmCode: data.code
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 查询参与考试的课程列表
|
||||
// export function getExamTree(code) {
|
||||
// return request({
|
||||
// url: '/api/stats/exam/lessonList',
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// wmCode: code
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 查询参与考试的试题列表
|
||||
// export function getstatsExamList(data) {
|
||||
// return request({
|
||||
// url: `/api/stats/exam/${data.lessonId}/list`,
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// wmCode: data.code
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 个人考试数据统计
|
||||
// export function getExamChart(data) {
|
||||
// return request({
|
||||
// url: `/api/stats/exam/${data.examId}/stats`,
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// wmCode: data.code
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 个人关注地图数据统计列表
|
||||
// export function getRelevanceMapList(code) {
|
||||
// return request({
|
||||
// url: `/api/user/subscribe`,
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// wmCode: code
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 仿真地图下产品列表
|
||||
// export function getSimulationPrdList(mapId, code) {
|
||||
// return request({
|
||||
// url: `/api/stats/simulation/${mapId}/prdList`,
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// wmCode: code
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// // 个人仿真数据统计
|
||||
// export function getSimulationTimeChart(data) {
|
||||
// return request({
|
||||
// url: `/api/stats/simulation/${data.mapId}/stats`,
|
||||
// method: 'get',
|
||||
// params: {
|
||||
// wmCode: data.code
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
@ -15,18 +15,18 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Hamburger',
|
||||
props: {
|
||||
isActive: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
toggleClick() {
|
||||
this.$emit('toggleClick');
|
||||
}
|
||||
}
|
||||
name: 'Hamburger',
|
||||
props: {
|
||||
isActive: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
toggleClick() {
|
||||
this.$emit('toggleClick');
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
|
@ -2,10 +2,10 @@
|
||||
<el-dialog :visible.sync="dialogVisible" :before-close="handleClose" title="试卷导出" width="500px">
|
||||
<el-form ref="form" :model="form" label-width="150px" :rules="rules">
|
||||
<el-form-item label="理论竞赛时长:" prop="theoryExamTime">
|
||||
<el-input-number v-model="form.theoryExamTime" controls-position :min="1" /><span>  分</span>
|
||||
<el-input-number v-model="form.theoryExamTime" controls-position :min="1" /><span> 分</span>
|
||||
</el-form-item>
|
||||
<el-form-item label="实操竞赛时长:" prop="operateExamTime">
|
||||
<el-input-number v-model="form.operateExamTime" controls-position :min="1" /><span>  分</span>
|
||||
<el-input-number v-model="form.operateExamTime" controls-position :min="1" /><span> 分</span>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" @click="handleExport">导出</el-button>
|
||||
|
@ -90,126 +90,126 @@ import { checkRectCollision } from '@/utils/index';
|
||||
import { EventBus } from '@/scripts/event-bus';
|
||||
|
||||
export default {
|
||||
name: 'PopMenu',
|
||||
props: {
|
||||
menu: {
|
||||
type: Array,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
show: false,
|
||||
defaultFontSize: 14,
|
||||
tPosition: {
|
||||
x: -1000,
|
||||
y: -1000
|
||||
},
|
||||
height: 'auto'
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
width() {
|
||||
let fontNum = 0;
|
||||
this.menu.forEach(elem => {
|
||||
if (elem.label && elem.label.length > fontNum) {
|
||||
fontNum = elem.label.length;
|
||||
}
|
||||
});
|
||||
var width = fontNum * this.defaultFontSize + 40 + 'px';
|
||||
return width;
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
EventBus.$on('closeMenu', () => {
|
||||
this.$nextTick(() => {
|
||||
this.show = false;
|
||||
});
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
resetShowPosition(point) {
|
||||
if (point) {
|
||||
this.show = true;
|
||||
const self = this;
|
||||
this.$nextTick(() => {
|
||||
const gutter = 3;
|
||||
// 位置
|
||||
const height = self.$el.clientHeight;
|
||||
const width = self.$el.clientWidth;
|
||||
let px = 0;
|
||||
let py = 0;
|
||||
if (point.x + width > document.documentElement.clientWidth) {
|
||||
px = document.documentElement.clientWidth - width - gutter;
|
||||
} else {
|
||||
px = point.x;
|
||||
}
|
||||
if (point.y + height > document.documentElement.clientHeight) {
|
||||
py = document.documentElement.clientHeight - height - gutter;
|
||||
} else {
|
||||
py = point.y;
|
||||
}
|
||||
// 处理和提示框重叠问题
|
||||
const popTipDialog = document.getElementById('pop_tip_dialog');
|
||||
if (popTipDialog) {
|
||||
const tipRect = {
|
||||
point: { x: popTipDialog.offsetLeft, y: popTipDialog.offsetTop },
|
||||
width: popTipDialog.offsetWidth,
|
||||
height: popTipDialog.offsetHeight
|
||||
};
|
||||
const menuRect = {
|
||||
point: { x: px, y: py },
|
||||
width: self.$el.offsetWidth,
|
||||
height: self.$el.offsetHeight
|
||||
};
|
||||
const collision = checkRectCollision(tipRect, menuRect);
|
||||
// 若重叠,调整位置
|
||||
if (collision) {
|
||||
px = tipRect.point.x + tipRect.width + gutter;
|
||||
if (px + width > document.documentElement.clientWidth) {
|
||||
px = tipRect.point.x - menuRect.width - gutter;
|
||||
}
|
||||
}
|
||||
}
|
||||
self.tPosition.x = px;
|
||||
self.tPosition.y = py;
|
||||
});
|
||||
}
|
||||
},
|
||||
close() {
|
||||
this.show = false;
|
||||
},
|
||||
checkIfDisabled(menuObj) {
|
||||
return menuObj.disabled === true;
|
||||
},
|
||||
isShow(menuObj) {
|
||||
if (typeof (menuObj.show) == 'undefined') {
|
||||
return true;
|
||||
} else {
|
||||
return menuObj.show;
|
||||
}
|
||||
},
|
||||
calculateSubWidth(item) {
|
||||
const children = item.children;
|
||||
let width = 0;
|
||||
let fontNum = 0;
|
||||
children.forEach(elem => {
|
||||
if (elem.label.length > fontNum) {
|
||||
fontNum = elem.label.length;
|
||||
}
|
||||
});
|
||||
width = fontNum * this.defaultFontSize + 20 + 'px';
|
||||
return width;
|
||||
},
|
||||
openLoadFile(item) {
|
||||
const obj = this.$refs[item.label][0];
|
||||
if (obj.files) {
|
||||
const file = obj.files[0];
|
||||
item.handler(file);
|
||||
obj.value = '';
|
||||
}
|
||||
}
|
||||
}
|
||||
name: 'PopMenu',
|
||||
props: {
|
||||
menu: {
|
||||
type: Array,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
show: false,
|
||||
defaultFontSize: 14,
|
||||
tPosition: {
|
||||
x: -1000,
|
||||
y: -1000
|
||||
},
|
||||
height: 'auto'
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
width() {
|
||||
let fontNum = 0;
|
||||
this.menu.forEach(elem => {
|
||||
if (elem.label && elem.label.length > fontNum) {
|
||||
fontNum = elem.label.length;
|
||||
}
|
||||
});
|
||||
var width = fontNum * this.defaultFontSize + 40 + 'px';
|
||||
return width;
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
EventBus.$on('closeMenu', () => {
|
||||
this.$nextTick(() => {
|
||||
this.show = false;
|
||||
});
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
resetShowPosition(point) {
|
||||
if (point) {
|
||||
this.show = true;
|
||||
const self = this;
|
||||
this.$nextTick(() => {
|
||||
const gutter = 3;
|
||||
// 位置
|
||||
const height = self.$el.clientHeight;
|
||||
const width = self.$el.clientWidth;
|
||||
let px = 0;
|
||||
let py = 0;
|
||||
if (point.x + width > document.documentElement.clientWidth) {
|
||||
px = document.documentElement.clientWidth - width - gutter;
|
||||
} else {
|
||||
px = point.x;
|
||||
}
|
||||
if (point.y + height > document.documentElement.clientHeight) {
|
||||
py = document.documentElement.clientHeight - height - gutter;
|
||||
} else {
|
||||
py = point.y;
|
||||
}
|
||||
// 处理和提示框重叠问题
|
||||
const popTipDialog = document.getElementById('pop_tip_dialog');
|
||||
if (popTipDialog) {
|
||||
const tipRect = {
|
||||
point: { x: popTipDialog.offsetLeft, y: popTipDialog.offsetTop },
|
||||
width: popTipDialog.offsetWidth,
|
||||
height: popTipDialog.offsetHeight
|
||||
};
|
||||
const menuRect = {
|
||||
point: { x: px, y: py },
|
||||
width: self.$el.offsetWidth,
|
||||
height: self.$el.offsetHeight
|
||||
};
|
||||
const collision = checkRectCollision(tipRect, menuRect);
|
||||
// 若重叠,调整位置
|
||||
if (collision) {
|
||||
px = tipRect.point.x + tipRect.width + gutter;
|
||||
if (px + width > document.documentElement.clientWidth) {
|
||||
px = tipRect.point.x - menuRect.width - gutter;
|
||||
}
|
||||
}
|
||||
}
|
||||
self.tPosition.x = px;
|
||||
self.tPosition.y = py;
|
||||
});
|
||||
}
|
||||
},
|
||||
close() {
|
||||
this.show = false;
|
||||
},
|
||||
checkIfDisabled(menuObj) {
|
||||
return menuObj.disabled === true;
|
||||
},
|
||||
isShow(menuObj) {
|
||||
if (typeof (menuObj.show) == 'undefined') {
|
||||
return true;
|
||||
} else {
|
||||
return menuObj.show;
|
||||
}
|
||||
},
|
||||
calculateSubWidth(item) {
|
||||
const children = item.children;
|
||||
let width = 0;
|
||||
let fontNum = 0;
|
||||
children.forEach(elem => {
|
||||
if (elem.label.length > fontNum) {
|
||||
fontNum = elem.label.length;
|
||||
}
|
||||
});
|
||||
width = fontNum * this.defaultFontSize + 20 + 'px';
|
||||
return width;
|
||||
},
|
||||
openLoadFile(item) {
|
||||
const obj = this.$refs[item.label][0];
|
||||
if (obj.files) {
|
||||
const file = obj.files[0];
|
||||
item.handler(file);
|
||||
obj.value = '';
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
|
@ -32,50 +32,50 @@
|
||||
import img_pay_fail from '@/assets/pay_images/PayFail.png';
|
||||
import img_pay_success from '@/assets/pay_images/PaySuccess.png';
|
||||
export default {
|
||||
name: 'FinishDraft',
|
||||
props: {
|
||||
finishStatus: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
count: 0,
|
||||
maxTime: 5,
|
||||
timer: null,
|
||||
images: {
|
||||
img_pay_fail,
|
||||
img_pay_success
|
||||
}
|
||||
};
|
||||
},
|
||||
beforeDestroy() {
|
||||
this.destroy();
|
||||
},
|
||||
methods: {
|
||||
// 设置计时器,maxTime后返回
|
||||
createCountTimer() {
|
||||
const that = this;
|
||||
// 如果计时器已存在,则先注销
|
||||
this.destroy();
|
||||
// 重新创建定时器
|
||||
if (this.timer == null) {
|
||||
this.count = this.maxTime;
|
||||
this.timer = setInterval(() => {
|
||||
(that.count-- <= 0) && that.finish();
|
||||
}, 1000);
|
||||
}
|
||||
},
|
||||
// 返回到课程首页
|
||||
finish() {
|
||||
this.$emit('finish');
|
||||
},
|
||||
// 注销计时器
|
||||
destroy() {
|
||||
clearInterval(this.timer);
|
||||
this.timer = null;
|
||||
}
|
||||
}
|
||||
name: 'FinishDraft',
|
||||
props: {
|
||||
finishStatus: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
count: 0,
|
||||
maxTime: 5,
|
||||
timer: null,
|
||||
images: {
|
||||
img_pay_fail,
|
||||
img_pay_success
|
||||
}
|
||||
};
|
||||
},
|
||||
beforeDestroy() {
|
||||
this.destroy();
|
||||
},
|
||||
methods: {
|
||||
// 设置计时器,maxTime后返回
|
||||
createCountTimer() {
|
||||
const that = this;
|
||||
// 如果计时器已存在,则先注销
|
||||
this.destroy();
|
||||
// 重新创建定时器
|
||||
if (this.timer == null) {
|
||||
this.count = this.maxTime;
|
||||
this.timer = setInterval(() => {
|
||||
(that.count-- <= 0) && that.finish();
|
||||
}, 1000);
|
||||
}
|
||||
},
|
||||
// 返回到课程首页
|
||||
finish() {
|
||||
this.$emit('finish');
|
||||
},
|
||||
// 注销计时器
|
||||
destroy() {
|
||||
clearInterval(this.timer);
|
||||
this.timer = null;
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
@ -14,8 +14,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import { requestAnimationFrame, cancelRequestAnimFrame } from '@/utils/animation';
|
||||
|
||||
export default {
|
||||
name: 'ProgressBar',
|
||||
props: {
|
||||
|
@ -1,175 +1,186 @@
|
||||
<template>
|
||||
<div class="quick-menu" ref="quickMenu" :style="quickMenuStyle">
|
||||
<div v-for="(n,key) in menuCount" class="sub-menu" :style="getSubMenu(n-1)">
|
||||
<router-link v-if="menuUrlList[n-1].isLink" :to="menuUrlList[n-1].url" :target="openNewTab"
|
||||
:style="subMenuStyle" @mouseover.stop="mouseEnterSubMenu" @mouseout.stop="mouseOutSubMenu">
|
||||
<i :class="iconClass[n-1]" ref="icon"></i>
|
||||
</router-link>
|
||||
<a v-else :style="subMenuStyle" @mouseover.stop="mouseEnterSubMenu" @mouseout.stop="mouseOutSubMenu"
|
||||
@click="processCallback(key)">
|
||||
<i :class="iconClass[n-1]" ref="icon"></i>
|
||||
</a>
|
||||
<div ref="quickMenu" class="quick-menu" :style="quickMenuStyle">
|
||||
<div v-for="(n,key) in menuCount" :key="key" class="sub-menu" :style="getSubMenu(n-1)">
|
||||
<router-link
|
||||
v-if="menuUrlList[n-1].isLink"
|
||||
:to="menuUrlList[n-1].url"
|
||||
:target="openNewTab"
|
||||
:style="subMenuStyle"
|
||||
@mouseover.stop="mouseEnterSubMenu"
|
||||
@mouseout.stop="mouseOutSubMenu"
|
||||
>
|
||||
<i ref="icon" :class="iconClass[n-1]" />
|
||||
</router-link>
|
||||
<a
|
||||
v-else
|
||||
:style="subMenuStyle"
|
||||
@mouseover.stop="mouseEnterSubMenu"
|
||||
@mouseout.stop="mouseOutSubMenu"
|
||||
@click="processCallback(key)"
|
||||
>
|
||||
<i ref="icon" :class="iconClass[n-1]" />
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class='menu' :style="menuStyle">
|
||||
<div class='core-menu' @click="toggleMenu">
|
||||
<div class='bar'></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="menu" :style="menuStyle">
|
||||
<div class="core-menu" @click="toggleMenu">
|
||||
<div class="bar" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name: 'quickMenu',
|
||||
props: {
|
||||
menuCount: {
|
||||
type: Number,
|
||||
required: true,
|
||||
default: 4
|
||||
},
|
||||
iconClass: {
|
||||
type: Array,
|
||||
required: true
|
||||
},
|
||||
menuUrlList: {
|
||||
type: Array,
|
||||
required: true
|
||||
},
|
||||
backgroundColor: {
|
||||
type: String,
|
||||
default: '#20babb'
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
default: '#fff'
|
||||
},
|
||||
isOpenNewTab: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
position: {
|
||||
type: String,
|
||||
default: 'top-left'
|
||||
}
|
||||
export default {
|
||||
name: 'QuickMenu',
|
||||
props: {
|
||||
menuCount: {
|
||||
type: Number,
|
||||
required: true,
|
||||
default: 4
|
||||
},
|
||||
computed: {
|
||||
openNewTab() {
|
||||
return this.isOpenNewTab ? '_blank' : '_self'
|
||||
},
|
||||
quickMenuStyle() {
|
||||
const topPosition = { top: '30px' },
|
||||
bottomPosition = { bottom: '30px' },
|
||||
leftPosition = { left: '30px' },
|
||||
rightPosition = { right: '30px' }
|
||||
|
||||
let style = this.isTop ? topPosition : bottomPosition
|
||||
Object.assign(style, this.isLeft ? leftPosition : rightPosition)
|
||||
Object.assign(style, { transform: this.isLeft ? "rotate(-180deg)" : "rotate(180deg)" })
|
||||
return style
|
||||
},
|
||||
menuStyle() {
|
||||
return {
|
||||
backgroundColor: this.backgroundColor,
|
||||
color: this.color
|
||||
}
|
||||
},
|
||||
subMenuStyle() {
|
||||
const style = {
|
||||
backgroundColor: this.backgroundColor,
|
||||
color: this.color
|
||||
}
|
||||
return style
|
||||
},
|
||||
|
||||
isTop() {
|
||||
return !!~this.position.toLowerCase().indexOf('top')
|
||||
},
|
||||
isLeft() {
|
||||
return !!~this.position.toLowerCase().indexOf('left')
|
||||
}
|
||||
iconClass: {
|
||||
type: Array,
|
||||
required: true
|
||||
},
|
||||
data() {
|
||||
menuUrlList: {
|
||||
type: Array,
|
||||
required: true
|
||||
},
|
||||
backgroundColor: {
|
||||
type: String,
|
||||
default: '#20babb'
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
default: '#fff'
|
||||
},
|
||||
isOpenNewTab: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
position: {
|
||||
type: String,
|
||||
default: 'top-left'
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
menuSize: 60,
|
||||
subMenu4: [[['0', '-160'], ['-80', '-138.6'], ['-138.6', '-80'], ['-160', '0']], [['0', '-160'], ['80', '-138.6'], ['138.6', '-80'], ['160', '0']], [['0', '160'], ['138.6', '80'], ['80', '138.6'], ['160', '0']], [['-160', '0'], ['-138.6', '80'], ['-80', '138.6'], ['0', '160']]],
|
||||
subMenu3: [[['-160', '0'], ['-113', '-113'], ['0', '-160']], [['0', '-160'], ['113', '-113'], ['160', '0']], [['0', '160'], ['113', '113'], ['160', '0']], [['-160', '0'], ['-113', '113'], ['0', '160']]],
|
||||
subMenu2: [[['-160', '0'], ['0', '-160']], [['0', '-160'], ['160', '0']], [['0', '160'], ['160', '0']], [['-160', '0'], ['0', '160']]]
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
openNewTab() {
|
||||
return this.isOpenNewTab ? '_blank' : '_self';
|
||||
},
|
||||
quickMenuStyle() {
|
||||
const topPosition = { top: '30px' };
|
||||
const bottomPosition = { bottom: '30px' };
|
||||
const leftPosition = { left: '30px' };
|
||||
const rightPosition = { right: '30px' };
|
||||
|
||||
const style = this.isTop ? topPosition : bottomPosition;
|
||||
Object.assign(style, this.isLeft ? leftPosition : rightPosition);
|
||||
Object.assign(style, { transform: this.isLeft ? 'rotate(-180deg)' : 'rotate(180deg)' });
|
||||
return style;
|
||||
},
|
||||
menuStyle() {
|
||||
return {
|
||||
menuSize: 60,
|
||||
subMenu4: [[["0", "-160"], ["-80", "-138.6"], ["-138.6", "-80"], ["-160", "0"]], [["0", "-160"], ["80", "-138.6"], ["138.6", "-80"], ["160", "0"]], [["0", "160"], ["138.6", "80"], ["80", "138.6"], ["160", "0"]], [["-160", "0"], ["-138.6", "80"], ["-80", "138.6"], ["0", "160"]]],
|
||||
subMenu3: [[["-160", "0"], ["-113", "-113"], ["0", "-160"]], [["0", "-160"], ["113", "-113"], ["160", "0"]], [["0", "160"], ["113", "113"], ["160", "0"]], [["-160", "0"], ["-113", "113"], ["0", "160"]]],
|
||||
subMenu2: [[["-160", "0"], ["0", "-160"]], [["0", "-160"], ["160", "0"]], [["0", "160"], ["160", "0"]], [["-160", "0"], ["0", "160"]]]
|
||||
}
|
||||
backgroundColor: this.backgroundColor,
|
||||
color: this.color
|
||||
};
|
||||
},
|
||||
subMenuStyle() {
|
||||
const style = {
|
||||
backgroundColor: this.backgroundColor,
|
||||
color: this.color
|
||||
};
|
||||
return style;
|
||||
},
|
||||
methods: {
|
||||
getSubMenu(n) {
|
||||
let menuPosition = this.menuCount === 4 ? this.subMenu4 : this.menuCount === 3 ? this.subMenu3 : this.subMenu2
|
||||
menuPosition = this.isTop && this.isLeft ? menuPosition[2] : this.isTop && !this.isLeft ? menuPosition[1] : !this.isTop && this.isLeft ? menuPosition[3] : menuPosition[0]
|
||||
return { top: menuPosition[n][0] + 'px', left: menuPosition[n][1] + 'px' }
|
||||
},
|
||||
toggleMenu(e) {
|
||||
let menuEl = this.$refs.quickMenu
|
||||
let menuIconEl = this.$refs.icon
|
||||
if (!~menuEl.className.indexOf(' active')) {
|
||||
menuEl.className += ' active';
|
||||
menuIconEl.forEach(function (element, index) {
|
||||
element.className += ' menu-animate';
|
||||
});
|
||||
} else {
|
||||
menuEl.className = menuEl.className.replace(' active', '')
|
||||
menuIconEl.forEach(function (element, index) {
|
||||
element.className = element.className.replace(' menu-animate', '')
|
||||
});
|
||||
}
|
||||
|
||||
},
|
||||
processCallback(key) {
|
||||
this.$emit('process', key)
|
||||
},
|
||||
mouseEnterSubMenu(e) {
|
||||
if (e.target.tagName === 'A') {
|
||||
e.target.style.backgroundColor = this.lightenColor(this.backgroundColor, 20)
|
||||
// e.target.firstElementChild.style.backgroundColor = this.lightenColor(this.backgroundColor, 20)
|
||||
} else if (e.target.tagName === 'I') {
|
||||
e.target.parentElement.style.backgroundColor = this.lightenColor(this.backgroundColor, 20)
|
||||
// e.target.style.backgroundColor = this.lightenColor(this.backgroundColor, 20)
|
||||
}
|
||||
|
||||
},
|
||||
mouseOutSubMenu(e) {
|
||||
if (e.target.tagName === 'A') {
|
||||
e.target.style.backgroundColor = this.backgroundColor
|
||||
// e.target.firstElementChild.style.backgroundColor = this.backgroundColor
|
||||
} else if (e.target.tagName === 'I') {
|
||||
e.target.parentElement.style.backgroundColor = this.backgroundColor
|
||||
// e.target.style.backgroundColor = this.backgroundColor
|
||||
}
|
||||
|
||||
},
|
||||
lightenColor(hex, amt) {
|
||||
|
||||
var usePound = false
|
||||
|
||||
if (hex[0] === '#') {
|
||||
hex = hex.slice(1)
|
||||
usePound = true
|
||||
}
|
||||
|
||||
var num = parseInt(hex, 16)
|
||||
var r = (num >> 16) + amt
|
||||
|
||||
if (r > 255) r = 255
|
||||
else if (r < 0) r = 0
|
||||
|
||||
var b = ((num >> 8) & 0x00FF) + amt
|
||||
|
||||
if (b > 255) b = 255
|
||||
else if (b < 0) b = 0
|
||||
|
||||
var g = (num & 0x0000FF) + amt
|
||||
|
||||
if (g > 255) g = 255
|
||||
else if (g < 0) g = 0
|
||||
return (usePound ? '#' : '') + (g | (b << 8) | (r << 16)).toString(16)
|
||||
isTop() {
|
||||
return !!~this.position.toLowerCase().indexOf('top');
|
||||
},
|
||||
isLeft() {
|
||||
return !!~this.position.toLowerCase().indexOf('left');
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
getSubMenu(n) {
|
||||
let menuPosition = this.menuCount === 4 ? this.subMenu4 : this.menuCount === 3 ? this.subMenu3 : this.subMenu2;
|
||||
menuPosition = this.isTop && this.isLeft ? menuPosition[2] : this.isTop && !this.isLeft ? menuPosition[1] : !this.isTop && this.isLeft ? menuPosition[3] : menuPosition[0];
|
||||
return { top: menuPosition[n][0] + 'px', left: menuPosition[n][1] + 'px' };
|
||||
},
|
||||
toggleMenu(e) {
|
||||
const menuEl = this.$refs.quickMenu;
|
||||
const menuIconEl = this.$refs.icon;
|
||||
if (!~menuEl.className.indexOf(' active')) {
|
||||
menuEl.className += ' active';
|
||||
menuIconEl.forEach(function (element, index) {
|
||||
element.className += ' menu-animate';
|
||||
});
|
||||
} else {
|
||||
menuEl.className = menuEl.className.replace(' active', '');
|
||||
menuIconEl.forEach(function (element, index) {
|
||||
element.className = element.className.replace(' menu-animate', '');
|
||||
});
|
||||
}
|
||||
|
||||
},
|
||||
processCallback(key) {
|
||||
this.$emit('process', key);
|
||||
},
|
||||
mouseEnterSubMenu(e) {
|
||||
if (e.target.tagName === 'A') {
|
||||
e.target.style.backgroundColor = this.lightenColor(this.backgroundColor, 20);
|
||||
// e.target.firstElementChild.style.backgroundColor = this.lightenColor(this.backgroundColor, 20)
|
||||
} else if (e.target.tagName === 'I') {
|
||||
e.target.parentElement.style.backgroundColor = this.lightenColor(this.backgroundColor, 20);
|
||||
// e.target.style.backgroundColor = this.lightenColor(this.backgroundColor, 20)
|
||||
}
|
||||
|
||||
},
|
||||
mouseOutSubMenu(e) {
|
||||
if (e.target.tagName === 'A') {
|
||||
e.target.style.backgroundColor = this.backgroundColor;
|
||||
// e.target.firstElementChild.style.backgroundColor = this.backgroundColor
|
||||
} else if (e.target.tagName === 'I') {
|
||||
e.target.parentElement.style.backgroundColor = this.backgroundColor;
|
||||
// e.target.style.backgroundColor = this.backgroundColor
|
||||
}
|
||||
|
||||
},
|
||||
lightenColor(hex, amt) {
|
||||
|
||||
var usePound = false;
|
||||
|
||||
if (hex[0] === '#') {
|
||||
hex = hex.slice(1);
|
||||
usePound = true;
|
||||
}
|
||||
|
||||
var num = parseInt(hex, 16);
|
||||
var r = (num >> 16) + amt;
|
||||
|
||||
if (r > 255) r = 255;
|
||||
else if (r < 0) r = 0;
|
||||
|
||||
var b = ((num >> 8) & 0x00FF) + amt;
|
||||
|
||||
if (b > 255) b = 255;
|
||||
else if (b < 0) b = 0;
|
||||
|
||||
var g = (num & 0x0000FF) + amt;
|
||||
|
||||
if (g > 255) g = 255;
|
||||
else if (g < 0) g = 0;
|
||||
return (usePound ? '#' : '') + (g | (b << 8) | (r << 16)).toString(16);
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
@import "src/styles/mixin.scss";
|
||||
@ -445,4 +456,4 @@
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
@ -7,21 +7,21 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Point',
|
||||
props: {
|
||||
zoom: {
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
fine: {
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
}
|
||||
name: 'Point',
|
||||
props: {
|
||||
zoom: {
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
fine: {
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
|
@ -9,35 +9,35 @@
|
||||
import Point from './point';
|
||||
|
||||
export default {
|
||||
name: 'Separator',
|
||||
components: {
|
||||
Point
|
||||
},
|
||||
props: {
|
||||
zoom: {
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
fine: {
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
p() {
|
||||
return this.fine * 1;
|
||||
},
|
||||
w() {
|
||||
return this.fine * 4;
|
||||
},
|
||||
h() {
|
||||
return this.zoom * 8 + this.fine * 6 + this.p*2;
|
||||
}
|
||||
}
|
||||
name: 'Separator',
|
||||
components: {
|
||||
Point
|
||||
},
|
||||
props: {
|
||||
zoom: {
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
fine: {
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
p() {
|
||||
return this.fine * 1;
|
||||
},
|
||||
w() {
|
||||
return this.fine * 4;
|
||||
},
|
||||
h() {
|
||||
return this.zoom * 8 + this.fine * 6 + this.p * 2;
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
|
@ -74,7 +74,7 @@ export default {
|
||||
async handleJoin() {
|
||||
try {
|
||||
this.loading = true;
|
||||
const rest = await getPublishMapInfo(this.mapId);
|
||||
await getPublishMapInfo(this.mapId);
|
||||
launchFullscreen();
|
||||
const query = { lineCode: this.lineCode, mapId: this.mapId, group: this.group};
|
||||
this.$router.push({path: `/jointTrainingNew`, query: query});
|
||||
|
@ -151,7 +151,7 @@ export default {
|
||||
name: this.$t('designPlatform.mapPreview'),
|
||||
type: 'mapPreview',
|
||||
mapId: elem.id,
|
||||
cityCode: elem.cityCode,
|
||||
cityCode: elem.cityCode
|
||||
}
|
||||
];
|
||||
this.isAdministrator() ? elem.children.push({id: '2', name: this.$t('designPlatform.lessonDesign'), type: 'lessonDesign', mapId: elem.id, cityCode: elem.cityCode, lineCode: elem.lineCode}) : '';
|
||||
@ -162,7 +162,7 @@ export default {
|
||||
type: 'scriptDesign',
|
||||
mapId: elem.id,
|
||||
cityCode: elem.cityCode,
|
||||
lineCode: elem.lineCode,
|
||||
lineCode: elem.lineCode
|
||||
// code:elem.children.find(n => { return n.name.includes("行调")})
|
||||
});
|
||||
elem.children.push(
|
||||
@ -172,7 +172,7 @@ export default {
|
||||
type: 'runPlanDesign',
|
||||
mapId: elem.id,
|
||||
lineCode: elem.lineCode,
|
||||
cityCode: elem.cityCode,
|
||||
cityCode: elem.cityCode
|
||||
}
|
||||
);
|
||||
if (process.env.VUE_APP_PRO !== 'local') {
|
||||
|
@ -15,7 +15,7 @@
|
||||
<div class="bullshit__headline">{{ message }}</div>
|
||||
<div class="bullshit__info">Please check that the URL you entered is correct, or click the button below to
|
||||
return to the homepage.</div>
|
||||
<button @click="back" class="bullshit__return-home">Back</button>
|
||||
<button class="bullshit__return-home" @click="back">Back</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -23,18 +23,18 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Page404',
|
||||
computed: {
|
||||
message() {
|
||||
return 'The webmaster said that you can not enter this page...'
|
||||
}
|
||||
},
|
||||
name: 'Page404',
|
||||
computed: {
|
||||
message() {
|
||||
return 'The webmaster said that you can not enter this page...';
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
back() {
|
||||
this.$router.go(-1);
|
||||
this.$router.go(-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<script>
|
||||
import ConstConfig from '@/scripts/ConstConfig';
|
||||
import Cookies from 'js-cookie';
|
||||
import { pageQueryTraining, pageQueryTrainingNew } from '@/api/jmap/training';
|
||||
import { pageQueryTrainingNew } from '@/api/jmap/training';
|
||||
import { getPublishMapListOnline } from '@/api/jmap/map';
|
||||
import localStore from 'storejs';
|
||||
import { getCmdList } from '@/api/management/dictionary';
|
||||
|
@ -12,7 +12,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import { list, create, del } from '@/api/management/dictionaryDetail';
|
||||
import { getOperateStepDataList, deleteOperateStepData, getPlaceholderList } from '@/api/management/operation';
|
||||
import TrainingDetailEdit from './edit';
|
||||
export default {
|
||||
|
@ -14,11 +14,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {
|
||||
getTrainingRulesList,
|
||||
deleteTrainingRulesData,
|
||||
getPlaceholderList
|
||||
} from '@/api/management/operation';
|
||||
import { getTrainingRulesList, deleteTrainingRulesData, getPlaceholderList } from '@/api/management/operation';
|
||||
import TrainingEdit from './addEdit';
|
||||
import AddBatch from './addBatch';
|
||||
import SaveAs from './saveAs.vue';
|
||||
|
@ -544,14 +544,14 @@ export default {
|
||||
};
|
||||
this.$router.push({ path: `/jlmap3d/sandbox`, query: sandboxQuery });
|
||||
} else if (this.$route.query.type === 'ILW') {
|
||||
const ilwQuery = {
|
||||
mapid: query.mapId,
|
||||
group: query.group,
|
||||
project: getSessionStorage('project'),
|
||||
token: getToken(),
|
||||
projectDevice: this.$route.query.projectDevice,
|
||||
type: this.$route.query.type
|
||||
};
|
||||
// const ilwQuery = {
|
||||
// mapid: query.mapId,
|
||||
// group: query.group,
|
||||
// project: getSessionStorage('project'),
|
||||
// token: getToken(),
|
||||
// projectDevice: this.$route.query.projectDevice,
|
||||
// type: this.$route.query.type
|
||||
// };
|
||||
this.$router.push({ path: `/jointTrainingNew`, query: query });
|
||||
} else {
|
||||
this.$router.push({ path: `/jointTrainingNew`, query: query });
|
||||
|
@ -11,7 +11,7 @@
|
||||
<script>
|
||||
import ChatBox from '../chatView/chatBox.vue';
|
||||
import ScriptTip from '@/views/newMap/displayNew/scriptDisplay/component/scriptTip';
|
||||
// import {getAllConversition} from '@/api/chat';
|
||||
|
||||
export default {
|
||||
name:'DemonChat',
|
||||
components:{
|
||||
|
@ -32,7 +32,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { ScriptMode } from '@/scripts/ConstDic';
|
||||
// import { ScriptMode } from '@/scripts/ConstDic';
|
||||
import { getDraftScriptByGroupNew } from '@/api/script';
|
||||
import {loadCompetitionPracticalScene, getCompetitionPracticalScene} from '@/api/competition';
|
||||
import { EventBus } from '@/scripts/event-bus';
|
||||
|
@ -47,9 +47,6 @@
|
||||
|
||||
<script>
|
||||
import { newMap, newUsePublishMap } from '@/api/jmap/mapdraft';
|
||||
// import XLSX from 'xlsx';
|
||||
// import { translate, translateSheetTitle } from '@/scripts/translate';
|
||||
// import { sheet_to_json } from '@/utils/Export2Excel';
|
||||
import { getLineCodeList } from '@/api/management/mapline';
|
||||
import { getMapListByProject } from '@/utils/mapList';
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
</el-dialog>
|
||||
</template>
|
||||
<script>
|
||||
//
|
||||
|
||||
import { postBuildMapImport } from '@/api/jmap/mapdraft';
|
||||
export default {
|
||||
name: 'MapImport',
|
||||
|
@ -21,9 +21,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { publishMap3d } from '@/api/jmap/mapdraft';
|
||||
|
||||
// import { checkMapName } from '@/api/jmap/map';
|
||||
import { publishMap3d } from '@/api/jmap/mapdraft';
|
||||
export default {
|
||||
name: 'MapPublish3d',
|
||||
props: {
|
||||
|
@ -10,7 +10,7 @@
|
||||
import { listPermision, setLessonPermisson } from '@/api/management/author';
|
||||
import Detail from './detail';
|
||||
import Belong from './belong';
|
||||
import localStore from 'storejs';
|
||||
// import localStore from 'storejs';
|
||||
|
||||
export default {
|
||||
name: 'Author',
|
||||
|
@ -213,7 +213,7 @@ export default {
|
||||
}
|
||||
},
|
||||
refreshRunPlanName(name) {
|
||||
this.$refs.schedule.refreshRunPlanName(name);
|
||||
this.$refs.schedule.refreshRunPlanName(name);
|
||||
}
|
||||
}
|
||||
};
|
||||
@ -254,298 +254,4 @@ export default {
|
||||
.planEdit__tool {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
/* .planEdit__tool .el-dialog {
|
||||
overflow: hidden !important;
|
||||
background: rgba(202, 221, 253, 0.88);;
|
||||
box-shadow: 1px hsla(240, 0%, 100%, 0.5) inset;
|
||||
border: 2px solid #727375;
|
||||
border-radius: 4px;
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-dialog__header {
|
||||
height: 30px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-dialog__footer {
|
||||
background: #ECE9D8;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-dialog__body {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
margin: 0px 3px 3px 3px;
|
||||
border: 2px solid rgba(120, 121, 123, 0.5);
|
||||
box-shadow: 1px hsla(240, 0%, 100%, 0.5) inset;
|
||||
color: #000;
|
||||
background: #ECE9D8;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-dialog__title {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-dialog__headerbtn {
|
||||
background: -webkit-linear-gradient(#CD98A0, #C27D6E, #B63022, #C68770);
|
||||
background: -o-linear-gradient(#CD98A0, #C27D6E, #B63022, #C68770);
|
||||
background: -moz-linear-gradient(#CD98A0, #C27D6E, #B63022, #C68770);
|
||||
background: linear-gradient(#CD98A0, #C27D6E, #B63022, #C68770);
|
||||
border: 1px solid white;
|
||||
border-radius: 4px;
|
||||
top: 0px;
|
||||
right: 3px;
|
||||
line-height: 26px;
|
||||
width: 26px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-dialog__headerbtn .el-icon-close:before {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-dialog__headerbtn .el-dialog__close {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-tabs--top {
|
||||
border: 2px outset #FEFEFD;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-tabs__item {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
color: #000 !important;
|
||||
border-right: 2px outset #fff;
|
||||
padding-left: 10px !important;
|
||||
padding-right: 10px !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-tab-pane {
|
||||
margin: 10px !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
|
||||
border-bottom: none
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-tabs--card>.el-tabs__header .el-tabs__item:not(.is-active) {
|
||||
border-bottom: 2px inset #fff
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-form {
|
||||
background: #ECE9D8 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-card {
|
||||
background: #ECE9D8 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-button {
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
padding: 0px;
|
||||
width: 80px;
|
||||
border: 2px outset #E2E2E2;
|
||||
border-radius: 0px !important;
|
||||
color: #000;
|
||||
background: #ECE9D8;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .expand {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-button:focus span {
|
||||
border: 1px dashed gray;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-button:active {
|
||||
border: 2px inset #E2E2E2;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-button:disabled {
|
||||
border: 2px inset #E2E2E2;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-button:disabled span {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .button-group {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-input {
|
||||
border: 2px inset #E9E9E9;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-input .el-input__inner {
|
||||
color: #000;
|
||||
background: #fff !important;
|
||||
border: 0px;
|
||||
border-radius: 0px !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-input.is-disabled .el-input__inner {
|
||||
background: #F0F0F0 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-textarea {
|
||||
border: 2px inset #E9E9E9;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-textarea .el-textarea__inner {
|
||||
color: #000;
|
||||
background: #fff !important;
|
||||
border: 0px;
|
||||
border-radius: 0px !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-textarea.is-disabled .el-textarea__inner {
|
||||
background: #F0F0F0 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-table {
|
||||
border: 2px inset #E9E9E9;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-table .cell {
|
||||
line-height: unset !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-table th.is-leaf {
|
||||
background: #ECE9D8 !important;
|
||||
border-right: 1px solid #BDBDBD !important;
|
||||
border-bottom: 1px solid #BDBDBD !important;
|
||||
color: #000 !important;
|
||||
height: 20px !important;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-table tr td {
|
||||
height: 20px !important;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-table .el-table__empty-text {
|
||||
top: 15px !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .current-row>td {
|
||||
background: #316AC5 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-checkbox__inner {
|
||||
border: 1px inset #dcdfe6 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-checkbox__label {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-checkbox.is-disabled .el-checkbox__inner {
|
||||
background: #E6E6E6 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-checkbox.is-disabled .el-checkbox__label {
|
||||
color: #C5C9CC !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-checkbox__input.is-checked .el-checkbox__inner {
|
||||
background: #fff !important;
|
||||
border: 1px inset #dcdfe6 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-checkbox__input.is-checked .el-checkbox__inner::after {
|
||||
position: absolute;
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
content: "";
|
||||
border: 1px solid #000;
|
||||
border-left: 0;
|
||||
border-top: 0;
|
||||
height: 7px;
|
||||
left: 4px;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-radio__inner {
|
||||
border: 1px inset #dcdfe6 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-radio__label {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-radio__input.is-checked .el-radio__inner {
|
||||
background: #fff !important;
|
||||
border: 1px inset #dcdfe6 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-radio__input.is-checked .el-radio__inner::after {
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
border-radius: 100%;
|
||||
background-color: #000 !important;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-radio.is-disabled .el-radio__inner {
|
||||
background: #E6E6E6 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-radio.is-disabled .el-radio__label {
|
||||
color: #C5C9CC !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .base-label {
|
||||
background: rgba(0, 0, 0, x);
|
||||
position: relative;
|
||||
left: -15px;
|
||||
top: -18px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-form-item label {
|
||||
font-weight: normal !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .context {
|
||||
height: 100px;
|
||||
border: 2px inset #E2E2E2;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .table {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .notice {
|
||||
margin-left: 62px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .button-group {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.planEdit__tool .el-dialog .el-tree__empty-block {
|
||||
background: #E9E9E9 !important;
|
||||
color: #000 !important;
|
||||
} */
|
||||
</style>
|
||||
|
@ -123,10 +123,6 @@ import { publishRunPlan, deleteRunPlan } from '@/api/designPlatform';
|
||||
export default {
|
||||
name: 'PlanMenuBar',
|
||||
props: {
|
||||
// skinCode: {
|
||||
// type: String,
|
||||
// default: ''
|
||||
// },
|
||||
planConvert: {
|
||||
type: Object,
|
||||
default: function() {
|
||||
|
@ -13,7 +13,7 @@
|
||||
<div style="margin: 10px;">
|
||||
<el-row>
|
||||
<el-col :span="9" :offset="1">
|
||||
<span>{{$t('global.startTime')+$t('global.colon')}}</span>
|
||||
<span>{{ $t('global.startTime')+$t('global.colon') }}</span>
|
||||
</el-col>
|
||||
<el-col :span="14">
|
||||
<el-time-picker v-model="model.startTime" />
|
||||
@ -21,7 +21,7 @@
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="9" :offset="1">
|
||||
<span>{{$t('global.endTime')+$t('global.colon')}}</span>
|
||||
<span>{{ $t('global.endTime')+$t('global.colon') }}</span>
|
||||
</el-col>
|
||||
<el-col :span="14">
|
||||
<el-time-picker v-model="model.endTime" />
|
||||
@ -29,16 +29,16 @@
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="9" :offset="1">
|
||||
<span>{{$t('planMonitor.trainRunningTimeInterval')+$t('global.colon')}}</span>
|
||||
<span>{{ $t('planMonitor.trainRunningTimeInterval')+$t('global.colon') }}</span>
|
||||
</el-col>
|
||||
<el-col :span="14">
|
||||
<el-input v-model="model.runInterval" :placeholder="this.$t('rules.pleaseEnterContent')" />
|
||||
<span>{{$t('global.colon')}}</span>
|
||||
<span>{{ $t('global.colon') }}</span>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="9" :offset="1">
|
||||
<span>{{$t('planMonitor.sizeOfTheLoopTrainProportion')+$t('global.colon')}}</span>
|
||||
<span>{{ $t('planMonitor.sizeOfTheLoopTrainProportion')+$t('global.colon') }}</span>
|
||||
</el-col>
|
||||
<el-col :span="14">
|
||||
<el-select v-model="model.scale" :placeholder="this.$t('global.choose')">
|
||||
@ -48,28 +48,28 @@
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="9" :offset="1">
|
||||
<span>{{$t('planMonitor.applicationRouteSelection')+$t('global.colon')}}</span>
|
||||
<span>{{ $t('planMonitor.applicationRouteSelection')+$t('global.colon') }}</span>
|
||||
</el-col>
|
||||
<el-col :span="14">
|
||||
<el-radio-group v-model="model.direction">
|
||||
<el-radio :label="0">{{$t('planMonitor.bothway')}}</el-radio>
|
||||
<el-radio :label="1">{{$t('planMonitor.up')}}</el-radio>
|
||||
<el-radio :label="2">{{$t('planMonitor.down')}}</el-radio>
|
||||
<el-radio :label="0">{{ $t('planMonitor.bothway') }}</el-radio>
|
||||
<el-radio :label="1">{{ $t('planMonitor.up') }}</el-radio>
|
||||
<el-radio :label="2">{{ $t('planMonitor.down') }}</el-radio>
|
||||
</el-radio-group>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row style="margin-top: 20px">
|
||||
<el-table :data="model.smoothList" border :height="240">
|
||||
<el-table-column prop="startTime" :label="this.$t('global.startTime')" />
|
||||
<el-table-column prop="stopTime" :label="this.$t('global.endTime')"/>
|
||||
<el-table-column prop="stopTime" :label="this.$t('global.endTime')" />
|
||||
<el-table-column prop="runInterval" :label="this.$t('planMonitor.runningInterval')" />
|
||||
<el-table-column prop="scale" :label="this.$t('planMonitor.distributionRatio')" />
|
||||
</el-table>
|
||||
</el-row>
|
||||
</div>
|
||||
<el-row type="flex" justify="center" class="button-group">
|
||||
<el-button @click="handleCommit">{{$t('global.confirm')}}</el-button>
|
||||
<el-button @click="doClose">{{$t('global.cancel')}}</el-button>
|
||||
<el-button @click="handleCommit">{{ $t('global.confirm') }}</el-button>
|
||||
<el-button @click="doClose">{{ $t('global.cancel') }}</el-button>
|
||||
</el-row>
|
||||
</el-dialog>
|
||||
</template>
|
||||
@ -77,38 +77,38 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'AddSmoothRunTime',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false,
|
||||
model: {
|
||||
useSame: false,
|
||||
smoothList: []
|
||||
},
|
||||
scaleList: []
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.addASmoothRunningTime');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
name: 'AddSmoothRunTime',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false,
|
||||
model: {
|
||||
useSame: false,
|
||||
smoothList: []
|
||||
},
|
||||
scaleList: []
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.addASmoothRunningTime');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -160,7 +160,6 @@
|
||||
<script>
|
||||
import { getRoutingList, addPlanTrip, getMapStationRun } from '@/api/runplan';
|
||||
import { formatTime, formatName } from '@/utils/runPlan';
|
||||
// import { getUID } from '@/jmap/utils/Uid';
|
||||
|
||||
export default {
|
||||
name: 'AddTask',
|
||||
|
@ -12,26 +12,26 @@
|
||||
>
|
||||
<el-row type="flex" justify="center">
|
||||
<el-radio-group v-model="model.forward">
|
||||
<el-radio :label="true">{{$t('planMonitor.forward')}}</el-radio>
|
||||
<el-radio :label="false">{{$t('planMonitor.backward')}}</el-radio>
|
||||
<el-radio :label="true">{{ $t('planMonitor.forward') }}</el-radio>
|
||||
<el-radio :label="false">{{ $t('planMonitor.backward') }}</el-radio>
|
||||
</el-radio-group>
|
||||
</el-row>
|
||||
<el-row style="margin-top: 20px">
|
||||
<el-col :span="5" :offset="4">{{$t('planMonitor.frequency')}}</el-col>
|
||||
<el-col :span="5" :offset="4">{{ $t('planMonitor.frequency') }}</el-col>
|
||||
<el-col :span="10">
|
||||
<el-input-number v-model="model.times" size="mini" :min="1" controls-position="right" />
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row style="margin: 10px 0px">
|
||||
<el-col :span="5" :offset="4">{{$t('planMonitor.intervals')}}</el-col>
|
||||
<el-col :span="5" :offset="4">{{ $t('planMonitor.intervals') }}</el-col>
|
||||
<el-col :span="10">
|
||||
<el-input-number v-model="model.intervals" size="mini" :min="30" controls-position="right" />
|
||||
<span>{{$t('global.second')}}</span>
|
||||
<span>{{ $t('global.second') }}</span>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<span slot="footer" class="dialog-footer">
|
||||
<el-button size="medium" @click="doClose">{{$t('global.cancel')}}</el-button>
|
||||
<el-button type="primary" size="medium" @click="handleCommit">{{$t('global.confirm')}}</el-button>
|
||||
<el-button size="medium" @click="doClose">{{ $t('global.cancel') }}</el-button>
|
||||
<el-button type="primary" size="medium" @click="handleCommit">{{ $t('global.confirm') }}</el-button>
|
||||
</span>
|
||||
</el-dialog>
|
||||
</template>
|
||||
@ -40,57 +40,57 @@
|
||||
import { duplicateService } from '@/api/runplan';
|
||||
|
||||
export default {
|
||||
name: 'DuplicateTrain',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false,
|
||||
model: {
|
||||
serviceNumber: '',
|
||||
forward: false,
|
||||
times: 0,
|
||||
intervals: 0
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.duplicateTrain');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow(params) {
|
||||
this.model.serviceNumber = params.serviceNumber;
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
this.model['planId'] = this.$route.query.planId;
|
||||
this.model['serviceNumber'] = this.model.serviceNumber;
|
||||
this.doClose();
|
||||
duplicateService(this.model).then(resp => {
|
||||
// this.$emit('dispatchOperate', {
|
||||
// dialogName: 'openRunPlan', operate: 'loadRunPlanData', params: Object.assign({refresh: true}, this.$route.query)
|
||||
// });
|
||||
this.$emit('refresh');
|
||||
this.$message.success(this.$t('tip.duplicatePlanSuccessful'));
|
||||
}).catch((error) => {
|
||||
if(error.code===500001){
|
||||
this.$messageBox(this.$t('tip.duplicatePlanFailed')+this.$t('tip.duplicatePlanFailedTips'));
|
||||
}else{
|
||||
this.$messageBox(this.$t('tip.duplicatePlanFailed'));
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
}
|
||||
name: 'DuplicateTrain',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false,
|
||||
model: {
|
||||
serviceNumber: '',
|
||||
forward: false,
|
||||
times: 0,
|
||||
intervals: 0
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.duplicateTrain');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow(params) {
|
||||
this.model.serviceNumber = params.serviceNumber;
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
this.model['planId'] = this.$route.query.planId;
|
||||
this.model['serviceNumber'] = this.model.serviceNumber;
|
||||
this.doClose();
|
||||
duplicateService(this.model).then(resp => {
|
||||
// this.$emit('dispatchOperate', {
|
||||
// dialogName: 'openRunPlan', operate: 'loadRunPlanData', params: Object.assign({refresh: true}, this.$route.query)
|
||||
// });
|
||||
this.$emit('refresh');
|
||||
this.$message.success(this.$t('tip.duplicatePlanSuccessful'));
|
||||
}).catch((error) => {
|
||||
if (error.code === 500001) {
|
||||
this.$messageBox(this.$t('tip.duplicatePlanFailed') + this.$t('tip.duplicatePlanFailedTips'));
|
||||
} else {
|
||||
this.$messageBox(this.$t('tip.duplicatePlanFailed'));
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -63,7 +63,6 @@
|
||||
<script>
|
||||
import { formatName, formatTime } from '@/utils/runPlan';
|
||||
import { addPlanService, updatePlanService, getRoutingBySDTNumber } from '@/api/runplan';
|
||||
import { getUID } from '@/jmapNew/utils/Uid';
|
||||
|
||||
export default {
|
||||
name: 'EditPlanningTrain',
|
||||
|
@ -13,14 +13,14 @@
|
||||
<div style="margin: 10px;">
|
||||
<div style="border: 1px solid #B9B5A7">
|
||||
<el-row>
|
||||
<span style="position: relative; top: -8px; left: 20px">{{$t('planMonitor.editSmoothRun.trainProportion')}}</span>
|
||||
<span style="position: relative; top: -8px; left: 20px">{{ $t('planMonitor.editSmoothRun.trainProportion') }}</span>
|
||||
<el-col :offset="1">
|
||||
<el-checkbox v-model="model.useSame">{{$t('planMonitor.editSmoothRun.allTheLoopTrainProportion')}}</el-checkbox>
|
||||
<el-checkbox v-model="model.useSame">{{ $t('planMonitor.editSmoothRun.allTheLoopTrainProportion') }}</el-checkbox>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="9" :offset="1">
|
||||
<span>{{$t('planMonitor.editSmoothRun.sizeOfTheLoopTrainProportion')}}</span>
|
||||
<span>{{ $t('planMonitor.editSmoothRun.sizeOfTheLoopTrainProportion') }}</span>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-select v-model="model.scale" :placeholder="$t('planMonitor.editSmoothRun.pleaseSelect')">
|
||||
@ -43,14 +43,14 @@
|
||||
</el-table>
|
||||
</el-row>
|
||||
<el-row type="flex" justify="center" class="button-group">
|
||||
<el-button @click="handleAdd">{{$t('planMonitor.editSmoothRun.add')}}</el-button>
|
||||
<el-button @click="handleDelete">{{$t('planMonitor.editSmoothRun.delete')}}</el-button>
|
||||
<el-button @click="handleEdit">{{$t('planMonitor.editSmoothRun.modify')}}</el-button>
|
||||
<el-button @click="handleAdd">{{ $t('planMonitor.editSmoothRun.add') }}</el-button>
|
||||
<el-button @click="handleDelete">{{ $t('planMonitor.editSmoothRun.delete') }}</el-button>
|
||||
<el-button @click="handleEdit">{{ $t('planMonitor.editSmoothRun.modify') }}</el-button>
|
||||
</el-row>
|
||||
</div>
|
||||
<el-row type="flex" justify="center" class="button-group">
|
||||
<el-button style="padding: 0px; margin: 0px 30px" @click="handleCommit">{{$t('global.confirm')}}</el-button>
|
||||
<el-button style="padding: 0px; margin: 0px 30px" @click="doClose">{{$t('global.cancel')}}</el-button>
|
||||
<el-button style="padding: 0px; margin: 0px 30px" @click="handleCommit">{{ $t('global.confirm') }}</el-button>
|
||||
<el-button style="padding: 0px; margin: 0px 30px" @click="doClose">{{ $t('global.cancel') }}</el-button>
|
||||
</el-row>
|
||||
</el-dialog>
|
||||
</template>
|
||||
@ -58,47 +58,47 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'EditSmoothRunTime',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false,
|
||||
model: {
|
||||
useSame: false,
|
||||
smoothList: []
|
||||
},
|
||||
scaleList: []
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.editSmoothRun.editSmoothRunTime');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleAdd() {
|
||||
this.$emit('dispatchDialog', { name: 'addSmoothRunTime', params: {} });
|
||||
},
|
||||
handleDelete() {
|
||||
this.$emit('dispatchDialog', { name: 'addSmoothRunTime', params: {} });
|
||||
},
|
||||
handleEdit() {
|
||||
name: 'EditSmoothRunTime',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false,
|
||||
model: {
|
||||
useSame: false,
|
||||
smoothList: []
|
||||
},
|
||||
scaleList: []
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.editSmoothRun.editSmoothRunTime');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleAdd() {
|
||||
this.$emit('dispatchDialog', { name: 'addSmoothRunTime', params: {} });
|
||||
},
|
||||
handleDelete() {
|
||||
this.$emit('dispatchDialog', { name: 'addSmoothRunTime', params: {} });
|
||||
},
|
||||
handleEdit() {
|
||||
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -11,8 +11,8 @@
|
||||
:close-on-click-modal="false"
|
||||
>
|
||||
<el-row type="flex" justify="center" class="button-group">
|
||||
<el-button @click="handleCommit">{{$t('global.confirm')}}</el-button>
|
||||
<el-button @click="doClose">{{$t('global.cancel')}}</el-button>
|
||||
<el-button @click="handleCommit">{{ $t('global.confirm') }}</el-button>
|
||||
<el-button @click="doClose">{{ $t('global.cancel') }}</el-button>
|
||||
</el-row>
|
||||
</el-dialog>
|
||||
</template>
|
||||
@ -20,33 +20,33 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'EditStationBetweenTime',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.modifying.modifyTwoStationTime');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
name: 'EditStationBetweenTime',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.modifying.modifyTwoStationTime');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -11,8 +11,8 @@
|
||||
:close-on-click-modal="false"
|
||||
>
|
||||
<el-row type="flex" justify="center" class="button-group">
|
||||
<el-button @click="handleCommit">{{$t('global.confirm')}}</el-button>
|
||||
<el-button @click="doClose">{{$t('global.cancel')}}</el-button>
|
||||
<el-button @click="handleCommit">{{ $t('global.confirm') }}</el-button>
|
||||
<el-button @click="doClose">{{ $t('global.cancel') }}</el-button>
|
||||
</el-row>
|
||||
</el-dialog>
|
||||
</template>
|
||||
@ -20,33 +20,33 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'LookUp',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.modifying.search');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
name: 'LookUp',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.modifying.search');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -11,48 +11,48 @@
|
||||
:close-on-click-modal="false"
|
||||
>
|
||||
<el-row>
|
||||
<el-col :span="9" :offset="1" style="height: 32px; line-height: 32px;">{{$t('planMonitor.modifying.modifyStartTime')}}</el-col>
|
||||
<el-col :span="9" :offset="1" style="height: 32px; line-height: 32px;">{{ $t('planMonitor.modifying.modifyStartTime') }}</el-col>
|
||||
<el-col :span="14">
|
||||
<el-time-picker v-model="beginTime" size="mini" :clearable="false" />
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row type="flex" justify="center" style="margin-top: 20px">
|
||||
<el-button @click="handleCommit">{{$t('global.confirm')}}</el-button>
|
||||
<el-button @click="doClose">{{$t('global.cancel')}}</el-button>
|
||||
<el-button @click="handleCommit">{{ $t('global.confirm') }}</el-button>
|
||||
<el-button @click="doClose">{{ $t('global.cancel') }}</el-button>
|
||||
</el-row>
|
||||
</el-dialog>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'ModifyingBeginTime',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false,
|
||||
beginTime: ''
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.modifying.modifyStartTimeTitle');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
name: 'ModifyingBeginTime',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false,
|
||||
beginTime: ''
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.modifying.modifyStartTimeTitle');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -13,14 +13,14 @@
|
||||
<div style="margin: 10px">
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<span style="position:relative; left: 12px; top: 9px">{{$t('planMonitor.modifying.time')}}</span>
|
||||
<span style="position:relative; left: 12px; top: 9px">{{ $t('planMonitor.modifying.time') }}</span>
|
||||
<div style="border: 1px solid #ADA99A">
|
||||
<el-radio-group v-model="timeType" style="margin: 10px">
|
||||
<el-row style="margin: 5px 0px">
|
||||
<el-radio :label="1">{{$t('planMonitor.modifying.startStationTips')}}</el-radio>
|
||||
<el-radio :label="1">{{ $t('planMonitor.modifying.startStationTips') }}</el-radio>
|
||||
</el-row>
|
||||
<el-row style="margin: 5px 0px">
|
||||
<el-radio :label="2">{{$t('planMonitor.modifying.endStationTips')}}</el-radio>
|
||||
<el-radio :label="2">{{ $t('planMonitor.modifying.endStationTips') }}</el-radio>
|
||||
</el-row>
|
||||
</el-radio-group>
|
||||
</div>
|
||||
@ -36,8 +36,8 @@
|
||||
</el-table>
|
||||
</el-row>
|
||||
<el-row type="flex" justify="center" class="button-group">
|
||||
<el-button @click="handleCommit">{{$t('global.confirm')}}</el-button>
|
||||
<el-button @click="doClose">{{$t('global.cancel')}}</el-button>
|
||||
<el-button @click="handleCommit">{{ $t('global.confirm') }}</el-button>
|
||||
<el-button @click="doClose">{{ $t('global.cancel') }}</el-button>
|
||||
</el-row>
|
||||
</div>
|
||||
</el-dialog>
|
||||
@ -46,35 +46,35 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'ModifyingRouting',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false,
|
||||
timeType: '1',
|
||||
routeDate: []
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.modifying.modifyTaskRoute');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
name: 'ModifyingRouting',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false,
|
||||
timeType: '1',
|
||||
routeDate: []
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.modifying.modifyTaskRoute');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -21,50 +21,50 @@
|
||||
</el-form-item>
|
||||
<el-form-item :label="this.$t('planMonitor.minimumTrainInterval')+this.$t('global.colon')" prop="minInterval">
|
||||
<el-input-number v-model="model.minInterval" controls-position="right" />
|
||||
<span>{{$t('global.second')}}</span>
|
||||
<span>{{ $t('global.second') }}</span>
|
||||
</el-form-item>
|
||||
<el-form-item :label="this.$t('planMonitor.maximumTrainInterval')+this.$t('global.colon')" prop="maxInterval">
|
||||
<el-input-number v-model="model.maxInterval" controls-position="right" />
|
||||
<span>{{$t('global.second')}}</span>
|
||||
<span>{{ $t('global.second') }}</span>
|
||||
</el-form-item>
|
||||
<el-form-item :label="this.$t('planMonitor.trainGeneratesInitialLabel')+this.$t('global.colon')" prop="beginServiceNumber">
|
||||
<el-input-number v-model="model.beginServiceNumber" controls-position="right" />
|
||||
</el-form-item>
|
||||
<el-form-item :label="this.$t('planMonitor.minimumTurnbackTime')+this.$t('global.colon')" prop="minReentryTime">
|
||||
<el-input-number v-model="model.minReentryTime" controls-position="right" />
|
||||
<span>{{$t('global.second')}}</span>
|
||||
<span>{{ $t('global.second') }}</span>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'BaseParameter',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
model: {
|
||||
planName: '',
|
||||
auxIconDesc: '',
|
||||
upBeginTripNumber: 0,
|
||||
upBeginTrain: 0,
|
||||
minInterval: 0,
|
||||
maxInterval: 0,
|
||||
beginServiceNumber: 0,
|
||||
minReentryTime: 0
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
rules() {
|
||||
return {};
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
}
|
||||
name: 'BaseParameter',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
model: {
|
||||
planName: '',
|
||||
auxIconDesc: '',
|
||||
upBeginTripNumber: 0,
|
||||
upBeginTrain: 0,
|
||||
minInterval: 0,
|
||||
maxInterval: 0,
|
||||
beginServiceNumber: 0,
|
||||
minReentryTime: 0
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
rules() {
|
||||
return {};
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -7,28 +7,28 @@
|
||||
</el-table>
|
||||
</el-col>
|
||||
<el-col :span="10" :offset="1">
|
||||
<el-button style="margin-top: 20px" @click="handleModifyingStationProperty">{{$t('planMonitor.modifyAttribute')}}</el-button>
|
||||
<el-button style="margin-top: 20px" @click="handleModifyingStationProperty">{{ $t('planMonitor.modifyAttribute') }}</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'BaseStation',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
stationData: []
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
handleModifyingStationProperty() {
|
||||
this.$emit('dispatchDialog', { name: 'modifyingStationProperty', params: {} });
|
||||
}
|
||||
}
|
||||
name: 'BaseStation',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
stationData: []
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
handleModifyingStationProperty() {
|
||||
this.$emit('dispatchDialog', { name: 'modifyingStationProperty', params: {} });
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -11,8 +11,8 @@
|
||||
:close-on-click-modal="false"
|
||||
>
|
||||
<el-row type="flex" justify="center" class="button-group">
|
||||
<el-button @click="handleCommit">{{$t('global.confirm')}}</el-button>
|
||||
<el-button @click="doClose">{{$t('global.cancel')}}</el-button>
|
||||
<el-button @click="handleCommit">{{ $t('global.confirm') }}</el-button>
|
||||
<el-button @click="doClose">{{ $t('global.cancel') }}</el-button>
|
||||
</el-row>
|
||||
</el-dialog>
|
||||
</template>
|
||||
@ -20,33 +20,33 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'QuickLoopsIncrease',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.updateStation.quicklyAddLoop');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
name: 'QuickLoopsIncrease',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.updateStation.quicklyAddLoop');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -11,8 +11,8 @@
|
||||
:close-on-click-modal="false"
|
||||
>
|
||||
<el-row type="flex" justify="center" class="button-group">
|
||||
<el-button @click="handleCommit">{{$t('global.confirm')}}</el-button>
|
||||
<el-button @click="doClose">{{$t('global.cancel')}}</el-button>
|
||||
<el-button @click="handleCommit">{{ $t('global.confirm') }}</el-button>
|
||||
<el-button @click="doClose">{{ $t('global.cancel') }}</el-button>
|
||||
</el-row>
|
||||
</el-dialog>
|
||||
</template>
|
||||
@ -20,33 +20,33 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'QuickTaskIncrease',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.updateStation.quicklyAddTask');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
name: 'QuickTaskIncrease',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.updateStation.quicklyAddTask');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -20,33 +20,33 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'RoutingSelection',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.updateStation.routeSelect');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
name: 'RoutingSelection',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.updateStation.routeSelect');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -11,8 +11,8 @@
|
||||
:close-on-click-modal="false"
|
||||
>
|
||||
<el-row type="flex" justify="center" class="button-group">
|
||||
<el-button @click="handleCommit">{{$t('global.confirm')}}</el-button>
|
||||
<el-button @click="doClose">{{$t('global.cancel')}}</el-button>
|
||||
<el-button @click="handleCommit">{{ $t('global.confirm') }}</el-button>
|
||||
<el-button @click="doClose">{{ $t('global.cancel') }}</el-button>
|
||||
</el-row>
|
||||
</el-dialog>
|
||||
</template>
|
||||
@ -20,33 +20,33 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'SelectDeleteRoute',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.updateStation.selectDeleteRoute');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
name: 'SelectDeleteRoute',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.updateStation.selectDeleteRoute');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -11,8 +11,8 @@
|
||||
:close-on-click-modal="false"
|
||||
>
|
||||
<el-row type="flex" justify="center" class="button-group">
|
||||
<el-button @click="handleCommit">{{$t('global.confirm')}}</el-button>
|
||||
<el-button @click="doClose">{{$t('global.cancel')}}</el-button>
|
||||
<el-button @click="handleCommit">{{ $t('global.confirm') }}</el-button>
|
||||
<el-button @click="doClose">{{ $t('global.cancel') }}</el-button>
|
||||
</el-row>
|
||||
</el-dialog>
|
||||
</template>
|
||||
@ -20,33 +20,33 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'SelectPrintArea',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.updateStation.selectPrintArea');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
name: 'SelectPrintArea',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.updateStation.selectPrintArea');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow() {
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -33,70 +33,70 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'UpdateStationIntervalTime',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false,
|
||||
editModel: {},
|
||||
runPlanLevelVO: {}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.updateStation.updateData');
|
||||
},
|
||||
rules() {
|
||||
return {
|
||||
level1: [
|
||||
{ required: true, message: this.$t('planMonitor.updateStation.pleaseInputLevel1'), trigger: 'blur' }
|
||||
],
|
||||
level2: [
|
||||
{ required: true, message: this.$t('planMonitor.updateStation.pleaseInputLevel2'), trigger: 'blur' }
|
||||
],
|
||||
level3: [
|
||||
{ required: true, message: this.$t('planMonitor.updateStation.pleaseInputLevel3'), trigger: 'blur' }
|
||||
],
|
||||
level4: [
|
||||
{ required: true, message: this.$t('planMonitor.updateStation.pleaseInputLevel4'), trigger: 'blur' }
|
||||
],
|
||||
level5: [
|
||||
{ required: true, message: this.$t('planMonitor.updateStation.pleaseInputLevel5'), trigger: 'blur' }
|
||||
]
|
||||
};
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow(params) {
|
||||
this.editModel = params || {};
|
||||
this.runPlanLevelVO = Object.assign({}, this.editModel.runPlanLevelVO || {});
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
this.$refs['form'].validate((valid) => {
|
||||
if (valid) {
|
||||
const model = {
|
||||
level1: this.runPlanLevelVO.level1,
|
||||
level2: this.runPlanLevelVO.level2,
|
||||
level3: this.runPlanLevelVO.level3,
|
||||
level4: this.runPlanLevelVO.level4,
|
||||
level5: this.runPlanLevelVO.level5,
|
||||
stationRunningId: this.runPlanLevelVO.stationRunningId
|
||||
};
|
||||
this.$emit('handleConfirm', model);
|
||||
this.doClose();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
name: 'UpdateStationIntervalTime',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogShow: false,
|
||||
loading: false,
|
||||
editModel: {},
|
||||
runPlanLevelVO: {}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
title() {
|
||||
return this.$t('planMonitor.updateStation.updateData');
|
||||
},
|
||||
rules() {
|
||||
return {
|
||||
level1: [
|
||||
{ required: true, message: this.$t('planMonitor.updateStation.pleaseInputLevel1'), trigger: 'blur' }
|
||||
],
|
||||
level2: [
|
||||
{ required: true, message: this.$t('planMonitor.updateStation.pleaseInputLevel2'), trigger: 'blur' }
|
||||
],
|
||||
level3: [
|
||||
{ required: true, message: this.$t('planMonitor.updateStation.pleaseInputLevel3'), trigger: 'blur' }
|
||||
],
|
||||
level4: [
|
||||
{ required: true, message: this.$t('planMonitor.updateStation.pleaseInputLevel4'), trigger: 'blur' }
|
||||
],
|
||||
level5: [
|
||||
{ required: true, message: this.$t('planMonitor.updateStation.pleaseInputLevel5'), trigger: 'blur' }
|
||||
]
|
||||
};
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
doShow(params) {
|
||||
this.editModel = params || {};
|
||||
this.runPlanLevelVO = Object.assign({}, this.editModel.runPlanLevelVO || {});
|
||||
this.dialogShow = true;
|
||||
},
|
||||
doClose() {
|
||||
this.loading = false;
|
||||
this.dialogShow = false;
|
||||
},
|
||||
handleCommit() {
|
||||
this.$refs['form'].validate((valid) => {
|
||||
if (valid) {
|
||||
const model = {
|
||||
level1: this.runPlanLevelVO.level1,
|
||||
level2: this.runPlanLevelVO.level2,
|
||||
level3: this.runPlanLevelVO.level3,
|
||||
level4: this.runPlanLevelVO.level4,
|
||||
level5: this.runPlanLevelVO.level5,
|
||||
stationRunningId: this.runPlanLevelVO.stationRunningId
|
||||
};
|
||||
this.$emit('handleConfirm', model);
|
||||
this.doClose();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
|
@ -91,7 +91,6 @@ import Menus from './menus.vue';
|
||||
import Drawer from '../components/drawer.vue';
|
||||
import * as utils from '../utils.js';
|
||||
import { timeFormat } from '@/utils/date';
|
||||
// import { mapGetters } from 'vuex';
|
||||
import { getStationList } from '@/api/runplan';
|
||||
import {
|
||||
listRps, createRp, deleteRp,
|
||||
|
@ -38,7 +38,7 @@ export default {
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {};
|
||||
return {};
|
||||
},
|
||||
computed: {
|
||||
skinCode() {
|
||||
|
@ -3,23 +3,23 @@
|
||||
<div class="nav">
|
||||
<template v-for="(item,i) in menu">
|
||||
<template v-if="noShowingChildren(item.children)">
|
||||
<li class="nav-li" @click="hookClick(item)">
|
||||
<li :key="i" class="nav-li" @click="hookClick(item)">
|
||||
<span class="nav-li-text">{{ item.title }}</span>
|
||||
</li>
|
||||
</template>
|
||||
<template v-else>
|
||||
<li class="nav-li" @click.stop="popupMenuA(item, i)">
|
||||
<li :key="i" class="nav-li" @click.stop="popupMenuA(item, i)">
|
||||
<span class="nav-li-text">{{ item.title }}</span>
|
||||
<ul class="nav-ul" :class="{'active' :i==classA}">
|
||||
<template v-for="(child,j) in item.children">
|
||||
<template
|
||||
v-if="child.children&&child.children.length>0&&hasShowingChildren(child.children)"
|
||||
>
|
||||
<li v-if="child.type === 'separator'" class="menu-separator">
|
||||
<li v-if="child.type === 'separator'" :key="j" class="menu-separator">
|
||||
<span class="status"> </span>
|
||||
<span class="separator"> </span>
|
||||
</li>
|
||||
<li v-else-if="child.type === 'file'" class="menu-li">
|
||||
<li v-else-if="child.type === 'file'" :key="j" class="menu-li">
|
||||
<div class="menu-li-block">
|
||||
<span class="menu-li-text">
|
||||
<span class="status"> </span>
|
||||
@ -35,7 +35,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
<li v-else class="menu-li" @click.stop="popupMenuB(child, j)">
|
||||
<li v-else :key="j" class="menu-li" @click.stop="popupMenuB(child, j)">
|
||||
<div class="menu-li-block">
|
||||
<span class="menu-li-text">
|
||||
<span class="status"> </span>
|
||||
@ -43,12 +43,12 @@
|
||||
</span>
|
||||
</div>
|
||||
<ul class="menu-ul" :class="{'active' :j==classB}">
|
||||
<template v-for="(grandchild,k) in child.children">
|
||||
<li v-if="grandchild.type === 'separator'" class="menu-separator">
|
||||
<template v-for="(grandchild, k) in child.children">
|
||||
<li v-if="grandchild.type === 'separator'" :key="k" class="menu-separator">
|
||||
<span class="status"> </span>
|
||||
<span class="separator"> </span>
|
||||
</li>
|
||||
<li v-else-if="grandchild.type === 'file'" class="menu-li">
|
||||
<li v-else-if="grandchild.type === 'file'" :key="k" class="menu-li">
|
||||
<div class="menu-li-block">
|
||||
<span class="menu-li-text">
|
||||
<span class="status"> </span>
|
||||
@ -68,7 +68,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
<li v-else class="menu-li" @click.stop="hookClick(grandchild)">
|
||||
<li v-else :key="k" class="menu-li" @click.stop="hookClick(grandchild)">
|
||||
<div class="menu-li-block">
|
||||
<span class="menu-li-text">
|
||||
<span class="status"> </span>
|
||||
@ -81,11 +81,11 @@
|
||||
</li>
|
||||
</template>
|
||||
<template v-else>
|
||||
<li v-if="child.type === 'separator'" class="menu-separator">
|
||||
<li v-if="child.type === 'separator'" :key="j" class="menu-separator">
|
||||
<span class="status"> </span>
|
||||
<span class="separator"> </span>
|
||||
</li>
|
||||
<li v-else-if="child.type === 'file'" class="menu-li">
|
||||
<li v-else-if="child.type === 'file'" :key="j" class="menu-li">
|
||||
<div class="menu-li-block">
|
||||
<span class="menu-li-text">
|
||||
<span class="status"> </span>
|
||||
@ -101,7 +101,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
<li v-else class="menu-li" @click.stop="hookClick(child)">
|
||||
<li v-else :key="j" class="menu-li" @click.stop="hookClick(child)">
|
||||
<div class="menu-li-block">
|
||||
<span class="menu-li-text">
|
||||
<span class="status"> </span>
|
||||
|
@ -125,7 +125,7 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped rel="stylesheet/scss" lang="scss" scoped>
|
||||
<style scoped rel="stylesheet/scss" lang="scss">
|
||||
@import "src/styles/mixin.scss";
|
||||
$top: 48px;
|
||||
$width: 25px;
|
||||
|
@ -8,7 +8,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import logo_ from '@/assets/logo_.png';
|
||||
import { getPublishMapInfo } from '@/api/jmap/map';
|
||||
import { ProjectIcon } from '@/scripts/ProjectConfig';
|
||||
import { getSessionStorage } from '@/utils/auth';
|
||||
@ -42,7 +41,7 @@ export default {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style scoped rel="stylesheet/scss" lang="scss" scoped>
|
||||
<style scoped rel="stylesheet/scss" lang="scss">
|
||||
@import "src/styles/mixin.scss";
|
||||
$width: 25px;
|
||||
$height: 25px;
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
<script>
|
||||
import { getExamLessonDetail, setCourseList, setCourseListGzb } from '@/api/management/exam';
|
||||
import { getDetailList } from '@/api/management/dictionary';
|
||||
// import { getDetailList } from '@/api/management/dictionary';
|
||||
import { UrlConfig, getTrainingOperateTypeMap } from '@/scripts/ConstDic';
|
||||
import editRule from './editRule';
|
||||
import LangStorage from '@/utils/lang';
|
||||
|
@ -11,7 +11,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// getPublishMapExport
|
||||
import { getPublishMapList, delPublishMap, putMapOnLine, putMapOffLine, simulationCheck, localImportMap, updatePublishMapInfo, getPublishMapExport, getPublishMapImportNew } from '@/api/jmap/map';
|
||||
import { getLineCodeList } from '@/api/management/mapline';
|
||||
import localStore from 'storejs';
|
||||
@ -135,7 +134,7 @@ export default {
|
||||
},
|
||||
{
|
||||
name: this.$t('publish.simulationDataCheck'),
|
||||
handleClick: this.handleSimulationCheck,
|
||||
handleClick: this.handleSimulationCheck
|
||||
},
|
||||
{
|
||||
name: '导入',
|
||||
|
@ -1,31 +1,31 @@
|
||||
<template>
|
||||
<div class="card-box steps">
|
||||
<el-steps :active="display">
|
||||
<el-step :title="this.$t('system.mapSort')" icon="el-icon-edit-outline" />
|
||||
<el-step title="" icon="el-icon-upload" />
|
||||
</el-steps>
|
||||
<el-card class="forms">
|
||||
<filter-city ref="filerCity" filter-empty :query-function="queryFunction" :local-param-name="localParamName" @filterSelectChange="refresh" />
|
||||
<div style="height:100%;overflow-y:auto">
|
||||
<el-tree
|
||||
ref="mapTree"
|
||||
:data="treeData"
|
||||
:props="defaultProps"
|
||||
draggable
|
||||
:allow-drop="allowDrop"
|
||||
default-expand-all
|
||||
:allow-drag="allowDrag"
|
||||
expand-on-click-node
|
||||
highlight-current
|
||||
style="margin:20px; min-height:300px;"
|
||||
@node-drag-end="handleDragEnd"
|
||||
></el-tree>
|
||||
</div>
|
||||
</el-card>
|
||||
<div class="draft">
|
||||
<el-button type="primary" @click="goback">{{ $t('global.back') }}</el-button>
|
||||
</div>
|
||||
<div class="card-box steps">
|
||||
<el-steps :active="display">
|
||||
<el-step :title="this.$t('system.mapSort')" icon="el-icon-edit-outline" />
|
||||
<el-step title="" icon="el-icon-upload" />
|
||||
</el-steps>
|
||||
<el-card class="forms">
|
||||
<filter-city ref="filerCity" filter-empty :query-function="queryFunction" :local-param-name="localParamName" @filterSelectChange="refresh" />
|
||||
<div style="height:100%;overflow-y:auto">
|
||||
<el-tree
|
||||
ref="mapTree"
|
||||
:data="treeData"
|
||||
:props="defaultProps"
|
||||
draggable
|
||||
:allow-drop="allowDrop"
|
||||
default-expand-all
|
||||
:allow-drag="allowDrag"
|
||||
expand-on-click-node
|
||||
highlight-current
|
||||
style="margin:20px; min-height:300px;"
|
||||
@node-drag-end="handleDragEnd"
|
||||
/>
|
||||
</div>
|
||||
</el-card>
|
||||
<div class="draft">
|
||||
<el-button type="primary" @click="goback">{{ $t('global.back') }}</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@ -75,7 +75,7 @@ export default {
|
||||
});
|
||||
toSortMap(questdata).then(resp => {
|
||||
this.$message.success(this.$t('tip.mapSortSuccessfully'));
|
||||
}).catch(error => {
|
||||
}).catch(() => {
|
||||
this.$messageBox(this.$t('tip.mapSortFailed'));
|
||||
});
|
||||
},
|
||||
|
@ -56,7 +56,7 @@
|
||||
<script>
|
||||
import {getScriptAllAction, modifyScriptActionNew } from '@/api/simulation';
|
||||
import CMD from '@/scripts/cmdPlugin/CommandEnum';
|
||||
// import CommandHandler from '@/scripts/cmdPlugin/CommandHandler';
|
||||
|
||||
export default {
|
||||
name: 'GetActionNew',
|
||||
props: {
|
||||
|
@ -8,76 +8,76 @@
|
||||
import { getCacheList, delCacheList } from '@/api/management/user';
|
||||
|
||||
export default {
|
||||
name: 'CacheControl',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
pagerConfig: {
|
||||
pageSize: 'pageSize',
|
||||
pageIndex: 'pageNum'
|
||||
},
|
||||
queryForm: {
|
||||
labelWidth: '80px',
|
||||
reset: true,
|
||||
queryObject: {
|
||||
key: {
|
||||
type: 'text',
|
||||
label: 'key'
|
||||
}
|
||||
}
|
||||
name: 'CacheControl',
|
||||
components: {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
pagerConfig: {
|
||||
pageSize: 'pageSize',
|
||||
pageIndex: 'pageNum'
|
||||
},
|
||||
queryForm: {
|
||||
labelWidth: '80px',
|
||||
reset: true,
|
||||
queryObject: {
|
||||
key: {
|
||||
type: 'text',
|
||||
label: 'key'
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
queryList: {
|
||||
query: this.queryFunction,
|
||||
selectCheckShow: false,
|
||||
indexShow: true,
|
||||
columns: [
|
||||
{
|
||||
title: 'key',
|
||||
prop: 'key'
|
||||
},
|
||||
{
|
||||
type: 'button',
|
||||
title: this.$t('global.operate'),
|
||||
width: '250',
|
||||
buttons: [
|
||||
{
|
||||
name: this.$t('global.delete'),
|
||||
handleClick: this.handledelete,
|
||||
type: 'danger'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
currentModel: {}
|
||||
};
|
||||
},
|
||||
created() {
|
||||
},
|
||||
methods: {
|
||||
// 删除
|
||||
handledelete(index, row) {
|
||||
this.$confirm( this.$t('tip.deleteListHint'), this.$t('global.tips'), {
|
||||
confirmButtonText: this.$t('global.confirm'),
|
||||
cancelButtonText: this.$t('global.cancel'),
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
delCacheList(row.key).then(response => {
|
||||
this.$message.success(this.$t('tip.successfullyDelete'));
|
||||
this.reloadTable();
|
||||
}).catch(() => {
|
||||
this.$messageBox(this.$t('tip.failDelete'));
|
||||
});
|
||||
});
|
||||
},
|
||||
queryFunction(params) {
|
||||
return getCacheList(params);
|
||||
},
|
||||
reloadTable() {
|
||||
this.queryList.reload();
|
||||
}
|
||||
}
|
||||
},
|
||||
queryList: {
|
||||
query: this.queryFunction,
|
||||
selectCheckShow: false,
|
||||
indexShow: true,
|
||||
columns: [
|
||||
{
|
||||
title: 'key',
|
||||
prop: 'key'
|
||||
},
|
||||
{
|
||||
type: 'button',
|
||||
title: this.$t('global.operate'),
|
||||
width: '250',
|
||||
buttons: [
|
||||
{
|
||||
name: this.$t('global.delete'),
|
||||
handleClick: this.handledelete,
|
||||
type: 'danger'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
currentModel: {}
|
||||
};
|
||||
},
|
||||
created() {
|
||||
},
|
||||
methods: {
|
||||
// 删除
|
||||
handledelete(index, row) {
|
||||
this.$confirm( this.$t('tip.deleteListHint'), this.$t('global.tips'), {
|
||||
confirmButtonText: this.$t('global.confirm'),
|
||||
cancelButtonText: this.$t('global.cancel'),
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
delCacheList(row.key).then(response => {
|
||||
this.$message.success(this.$t('tip.successfullyDelete'));
|
||||
this.reloadTable();
|
||||
}).catch(() => {
|
||||
this.$messageBox(this.$t('tip.failDelete'));
|
||||
});
|
||||
});
|
||||
},
|
||||
queryFunction(params) {
|
||||
return getCacheList(params);
|
||||
},
|
||||
reloadTable() {
|
||||
this.queryList.reload();
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
@ -9,22 +9,24 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { postCopyCmd } from '@/api/management/dictionary'
|
||||
import { postCopyCmd } from '@/api/management/dictionary';
|
||||
|
||||
export default {
|
||||
name: 'EditCondition',
|
||||
props: {
|
||||
taskStatusList: {
|
||||
type: Array,
|
||||
default: []
|
||||
default() {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogVisible: false,
|
||||
formModel: {
|
||||
fromCode: '',
|
||||
fromName: '',
|
||||
fromCode: '',
|
||||
fromName: '',
|
||||
targetIds: '',
|
||||
deviceType: []
|
||||
},
|
||||
@ -79,28 +81,28 @@ export default {
|
||||
this.lineCode = lineCode;
|
||||
this.targetList = [];
|
||||
this.taskStatusList.forEach(item => {
|
||||
item.value = item.code;
|
||||
item.label = item.name;
|
||||
if (item.code != lineCode) {
|
||||
this.targetList.push(item);
|
||||
} else {
|
||||
this.formModel.fromCode = item.code;
|
||||
this.formModel.fromName = item.name;
|
||||
}
|
||||
})
|
||||
item.value = item.code;
|
||||
item.label = item.name;
|
||||
if (item.code != lineCode) {
|
||||
this.targetList.push(item);
|
||||
} else {
|
||||
this.formModel.fromCode = item.code;
|
||||
this.formModel.fromName = item.name;
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
doSave() {
|
||||
this.$refs.dataform.validateForm(() => {
|
||||
const param = {
|
||||
fromLineCode: this.formModel.fromCode,
|
||||
targetLineCodes: this.formModel.targetIds,
|
||||
operateObjects: this.formModel.deviceType
|
||||
}
|
||||
postCopyCmd(param).then(res => {
|
||||
this.handleClose();
|
||||
this.$message.success('复制指令成功!');
|
||||
})
|
||||
const param = {
|
||||
fromLineCode: this.formModel.fromCode,
|
||||
targetLineCodes: this.formModel.targetIds,
|
||||
operateObjects: this.formModel.deviceType
|
||||
};
|
||||
postCopyCmd(param).then(res => {
|
||||
this.handleClose();
|
||||
this.$message.success('复制指令成功!');
|
||||
});
|
||||
});
|
||||
},
|
||||
handleClose() {
|
||||
|
@ -12,142 +12,142 @@
|
||||
import { create, checkDicCodeExist, getData, update } from '@/api/management/dictionary';
|
||||
import { validateCharCode } from '@/utils/validate';
|
||||
export default {
|
||||
name: 'DictionaryEdit',
|
||||
props: {
|
||||
type: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogVisible: false,
|
||||
formModel: {
|
||||
code: '',
|
||||
name: '',
|
||||
status: '1',
|
||||
remarks: ''
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
form() {
|
||||
const isAdd = this.type === 'ADD';
|
||||
const form = {
|
||||
labelWidth: '60px',
|
||||
items: [
|
||||
{ prop: 'code', label: this.$t('system.code'), type: 'text', required: true, disabled: !isAdd },
|
||||
{ prop: 'name', label: this.$t('system.name'), type: 'text', required: true },
|
||||
{
|
||||
prop: 'status', label: this.$t('system.status'), type: 'select', required: true, options: this.$ConstSelect.Status
|
||||
},
|
||||
{ prop: 'remarks', label: this.$t('system.remarks'), type: 'textarea', required: false }
|
||||
]
|
||||
};
|
||||
return form;
|
||||
},
|
||||
rules() {
|
||||
const crules = {
|
||||
name: [
|
||||
{ required: true, message: this.$t('rules.pleaseInputName'), trigger: 'blur' },
|
||||
{ min: 1, max: 25, message: this.$t('rules.strLength1To25'), trigger: 'blur' }
|
||||
],
|
||||
status: [
|
||||
{ required: true, message: this.$t('rules.pleaseSelectStatus'), trigger: 'change' }
|
||||
],
|
||||
remarks: [
|
||||
{ max: 50, message: this.$t('rules.strLengthNotExceed50'), trigger: 'blur' }
|
||||
]
|
||||
};
|
||||
if (this.type === 'ADD') {
|
||||
return Object.assign(crules, {
|
||||
code: [
|
||||
{ required: true, message: this.$t('rules.pleaseInputCode'), trigger: 'blur' },
|
||||
{ min: 1, max: 25, message: this.$t('rules.strLength1To25'), trigger: 'blur' },
|
||||
{ validator: this.validateCode, trigger: 'blur' }
|
||||
]
|
||||
});
|
||||
} else {
|
||||
return crules;
|
||||
}
|
||||
},
|
||||
title() {
|
||||
if (this.type === 'ADD') {
|
||||
return this.$t('system.createDirectory');
|
||||
} else {
|
||||
return this.$t('system.editDictionary');
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
validateCode(rule, value, callback) {
|
||||
if (!validateCharCode(value)) {
|
||||
return callback(new Error(this.$t('error.formartError')));
|
||||
} else {
|
||||
checkDicCodeExist(value).then(response => {
|
||||
if (response.data) {
|
||||
return callback(new Error(this.$t('error.codeHasExist')));
|
||||
} else {
|
||||
return callback();
|
||||
}
|
||||
}).catch(() => {
|
||||
return callback(new Error(this.$t('error.serviceException')));
|
||||
});
|
||||
}
|
||||
},
|
||||
show(id) {
|
||||
this.dialogVisible = true;
|
||||
if (id) {
|
||||
getData(id).then(response => {
|
||||
this.formModel = response.data;
|
||||
this.$refs.dataform.resetForm();
|
||||
});
|
||||
}
|
||||
},
|
||||
doSave() {
|
||||
const self = this;
|
||||
this.$refs.dataform.validateForm(() => {
|
||||
if (self.type === 'ADD') {
|
||||
self.create();
|
||||
} else {
|
||||
self.update();
|
||||
}
|
||||
});
|
||||
},
|
||||
create() {
|
||||
const self = this;
|
||||
create(this.formModel).then(response => {
|
||||
self.$message.success(this.$t('system.createSuccess'));
|
||||
self.handleClose();
|
||||
self.$emit('reloadTable');
|
||||
}).catch(error => {
|
||||
self.$message.error(`${this.$t('error.createDictionaryFailed')}:${error.message}`);
|
||||
});
|
||||
},
|
||||
update() {
|
||||
const self = this;
|
||||
update(this.formModel).then(response => {
|
||||
self.$message.success(this.$t('system.updateSuccess'));
|
||||
self.handleClose();
|
||||
self.$emit('reloadTable');
|
||||
}).catch(error => {
|
||||
self.$message.error(`${this.$t('error.updateDictionaryFailed')}:${error.message}`);
|
||||
});
|
||||
},
|
||||
handleClose(done) {
|
||||
this.formModel = {
|
||||
code: '',
|
||||
name: '',
|
||||
status: '1',
|
||||
remarks: ''
|
||||
};
|
||||
this.$refs.dataform.resetForm();
|
||||
if (done) {
|
||||
done();
|
||||
} else {
|
||||
this.dialogVisible = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
name: 'DictionaryEdit',
|
||||
props: {
|
||||
type: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogVisible: false,
|
||||
formModel: {
|
||||
code: '',
|
||||
name: '',
|
||||
status: '1',
|
||||
remarks: ''
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
form() {
|
||||
const isAdd = this.type === 'ADD';
|
||||
const form = {
|
||||
labelWidth: '60px',
|
||||
items: [
|
||||
{ prop: 'code', label: this.$t('system.code'), type: 'text', required: true, disabled: !isAdd },
|
||||
{ prop: 'name', label: this.$t('system.name'), type: 'text', required: true },
|
||||
{
|
||||
prop: 'status', label: this.$t('system.status'), type: 'select', required: true, options: this.$ConstSelect.Status
|
||||
},
|
||||
{ prop: 'remarks', label: this.$t('system.remarks'), type: 'textarea', required: false }
|
||||
]
|
||||
};
|
||||
return form;
|
||||
},
|
||||
rules() {
|
||||
const crules = {
|
||||
name: [
|
||||
{ required: true, message: this.$t('rules.pleaseInputName'), trigger: 'blur' },
|
||||
{ min: 1, max: 25, message: this.$t('rules.strLength1To25'), trigger: 'blur' }
|
||||
],
|
||||
status: [
|
||||
{ required: true, message: this.$t('rules.pleaseSelectStatus'), trigger: 'change' }
|
||||
],
|
||||
remarks: [
|
||||
{ max: 50, message: this.$t('rules.strLengthNotExceed50'), trigger: 'blur' }
|
||||
]
|
||||
};
|
||||
if (this.type === 'ADD') {
|
||||
return Object.assign(crules, {
|
||||
code: [
|
||||
{ required: true, message: this.$t('rules.pleaseInputCode'), trigger: 'blur' },
|
||||
{ min: 1, max: 25, message: this.$t('rules.strLength1To25'), trigger: 'blur' },
|
||||
{ validator: this.validateCode, trigger: 'blur' }
|
||||
]
|
||||
});
|
||||
} else {
|
||||
return crules;
|
||||
}
|
||||
},
|
||||
title() {
|
||||
if (this.type === 'ADD') {
|
||||
return this.$t('system.createDirectory');
|
||||
} else {
|
||||
return this.$t('system.editDictionary');
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
validateCode(rule, value, callback) {
|
||||
if (!validateCharCode(value)) {
|
||||
return callback(new Error(this.$t('error.formartError')));
|
||||
} else {
|
||||
checkDicCodeExist(value).then(response => {
|
||||
if (response.data) {
|
||||
return callback(new Error(this.$t('error.codeHasExist')));
|
||||
} else {
|
||||
return callback();
|
||||
}
|
||||
}).catch(() => {
|
||||
return callback(new Error(this.$t('error.serviceException')));
|
||||
});
|
||||
}
|
||||
},
|
||||
show(id) {
|
||||
this.dialogVisible = true;
|
||||
if (id) {
|
||||
getData(id).then(response => {
|
||||
this.formModel = response.data;
|
||||
this.$refs.dataform.resetForm();
|
||||
});
|
||||
}
|
||||
},
|
||||
doSave() {
|
||||
const self = this;
|
||||
this.$refs.dataform.validateForm(() => {
|
||||
if (self.type === 'ADD') {
|
||||
self.create();
|
||||
} else {
|
||||
self.update();
|
||||
}
|
||||
});
|
||||
},
|
||||
create() {
|
||||
const self = this;
|
||||
create(this.formModel).then(response => {
|
||||
self.$message.success(this.$t('system.createSuccess'));
|
||||
self.handleClose();
|
||||
self.$emit('reloadTable');
|
||||
}).catch(error => {
|
||||
self.$message.error(`${this.$t('error.createDictionaryFailed')}:${error.message}`);
|
||||
});
|
||||
},
|
||||
update() {
|
||||
const self = this;
|
||||
update(this.formModel).then(response => {
|
||||
self.$message.success(this.$t('system.updateSuccess'));
|
||||
self.handleClose();
|
||||
self.$emit('reloadTable');
|
||||
}).catch(error => {
|
||||
self.$message.error(`${this.$t('error.updateDictionaryFailed')}:${error.message}`);
|
||||
});
|
||||
},
|
||||
handleClose(done) {
|
||||
this.formModel = {
|
||||
code: '',
|
||||
name: '',
|
||||
status: '1',
|
||||
remarks: ''
|
||||
};
|
||||
this.$refs.dataform.resetForm();
|
||||
if (done) {
|
||||
done();
|
||||
} else {
|
||||
this.dialogVisible = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
@ -12,146 +12,146 @@
|
||||
import { create, checkDicDetailCodeExist, getData, update } from '@/api/management/dictionaryDetail';
|
||||
import { validateCharCode } from '@/utils/validate';
|
||||
export default {
|
||||
name: 'DictionaryDetailEdit',
|
||||
props: {
|
||||
type: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
dicId: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogVisible: false,
|
||||
formModel: {
|
||||
code: '',
|
||||
name: '',
|
||||
status: '1',
|
||||
remarks: ''
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
form() {
|
||||
const isAdd = this.type === 'ADD';
|
||||
const form = {
|
||||
labelWidth: '60px',
|
||||
items: [
|
||||
{ prop: 'code', label: this.$t('system.code'), type: 'text', required: true, disabled: !isAdd },
|
||||
{ prop: 'name', label: this.$t('system.name'), type: 'text', required: true },
|
||||
{
|
||||
prop: 'status', label: this.$t('system.status'), type: 'select', required: true, options: this.$ConstSelect.Status
|
||||
},
|
||||
{ prop: 'remarks', label: this.$t('system.remarks'), type: 'textarea', required: false }
|
||||
]
|
||||
};
|
||||
return form;
|
||||
},
|
||||
rules() {
|
||||
const crules = {
|
||||
name: [
|
||||
{ required: true, message: this.$t('rules.pleaseInputName'), trigger: 'blur' },
|
||||
{ min: 1, max: 25, message: this.$t('rules.strLength1To25'), trigger: 'blur' }
|
||||
],
|
||||
status: [
|
||||
{ required: true, message: this.$t('rules.pleaseSelectStatus'), trigger: 'change' }
|
||||
],
|
||||
remarks: [
|
||||
{ max: 50, message: this.$t('rules.strLengthNotExceed50'), trigger: 'blur' }
|
||||
]
|
||||
};
|
||||
if (this.type === 'ADD') {
|
||||
return Object.assign(crules, {
|
||||
code: [
|
||||
{ required: true, message: this.$t('rules.pleaseInputCode'), trigger: 'blur' },
|
||||
{ min: 1, max: 25, message: this.$t('rules.strLength1To25'), trigger: 'blur' },
|
||||
{ validator: this.validateCode, trigger: 'blur' }
|
||||
]
|
||||
});
|
||||
} else {
|
||||
return crules;
|
||||
}
|
||||
},
|
||||
title() {
|
||||
if (this.type === 'ADD') {
|
||||
return this.$t('system.createDetail');
|
||||
} else {
|
||||
return this.$t('system.editDetail');
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
validateCode(rule, value, callback) {
|
||||
if (!validateCharCode(value)) {
|
||||
return callback(new Error(this.$t('error.formartError')));
|
||||
} else {
|
||||
checkDicDetailCodeExist(this.dicId, value).then(response => {
|
||||
if (response.data) {
|
||||
return callback(new Error(this.$t('error.codeHasExist')));
|
||||
} else {
|
||||
return callback();
|
||||
}
|
||||
}).catch(() => {
|
||||
return callback(new Error(this.$t('error.serviceException')));
|
||||
});
|
||||
}
|
||||
},
|
||||
show(id) {
|
||||
this.dialogVisible = true;
|
||||
if (id) {
|
||||
getData(this.dicId, id).then(response => {
|
||||
this.formModel = response.data;
|
||||
this.$refs.dataform.resetForm();
|
||||
});
|
||||
}
|
||||
},
|
||||
doSave() {
|
||||
const self = this;
|
||||
this.$refs.dataform.validateForm(() => {
|
||||
if (self.type === 'ADD') {
|
||||
self.create();
|
||||
} else {
|
||||
self.update();
|
||||
}
|
||||
});
|
||||
},
|
||||
create() {
|
||||
const self = this;
|
||||
create(this.dicId, this.formModel).then(response => {
|
||||
self.$message.success(this.$t('system.createSuccess'));
|
||||
self.handleClose();
|
||||
self.$emit('reloadTable');
|
||||
}).catch(error => {
|
||||
self.$message.error(`${this.$t('error.createDetailFailed')}:${error.message}`);
|
||||
});
|
||||
},
|
||||
update() {
|
||||
const self = this;
|
||||
update(this.dicId, this.formModel).then(response => {
|
||||
self.$message.success(this.$t('system.updateSuccess'));
|
||||
self.handleClose();
|
||||
self.$emit('reloadTable');
|
||||
}).catch(error => {
|
||||
self.$message.error(`${this.$t('error.updateDetailFailed')}:${error.message}`);
|
||||
});
|
||||
},
|
||||
handleClose(done) {
|
||||
this.formModel = {
|
||||
code: '',
|
||||
name: '',
|
||||
status: '1',
|
||||
remarks: ''
|
||||
};
|
||||
this.$refs.dataform.resetForm();
|
||||
if (done) {
|
||||
done();
|
||||
} else {
|
||||
this.dialogVisible = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
name: 'DictionaryDetailEdit',
|
||||
props: {
|
||||
type: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
dicId: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogVisible: false,
|
||||
formModel: {
|
||||
code: '',
|
||||
name: '',
|
||||
status: '1',
|
||||
remarks: ''
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
form() {
|
||||
const isAdd = this.type === 'ADD';
|
||||
const form = {
|
||||
labelWidth: '60px',
|
||||
items: [
|
||||
{ prop: 'code', label: this.$t('system.code'), type: 'text', required: true, disabled: !isAdd },
|
||||
{ prop: 'name', label: this.$t('system.name'), type: 'text', required: true },
|
||||
{
|
||||
prop: 'status', label: this.$t('system.status'), type: 'select', required: true, options: this.$ConstSelect.Status
|
||||
},
|
||||
{ prop: 'remarks', label: this.$t('system.remarks'), type: 'textarea', required: false }
|
||||
]
|
||||
};
|
||||
return form;
|
||||
},
|
||||
rules() {
|
||||
const crules = {
|
||||
name: [
|
||||
{ required: true, message: this.$t('rules.pleaseInputName'), trigger: 'blur' },
|
||||
{ min: 1, max: 25, message: this.$t('rules.strLength1To25'), trigger: 'blur' }
|
||||
],
|
||||
status: [
|
||||
{ required: true, message: this.$t('rules.pleaseSelectStatus'), trigger: 'change' }
|
||||
],
|
||||
remarks: [
|
||||
{ max: 50, message: this.$t('rules.strLengthNotExceed50'), trigger: 'blur' }
|
||||
]
|
||||
};
|
||||
if (this.type === 'ADD') {
|
||||
return Object.assign(crules, {
|
||||
code: [
|
||||
{ required: true, message: this.$t('rules.pleaseInputCode'), trigger: 'blur' },
|
||||
{ min: 1, max: 25, message: this.$t('rules.strLength1To25'), trigger: 'blur' },
|
||||
{ validator: this.validateCode, trigger: 'blur' }
|
||||
]
|
||||
});
|
||||
} else {
|
||||
return crules;
|
||||
}
|
||||
},
|
||||
title() {
|
||||
if (this.type === 'ADD') {
|
||||
return this.$t('system.createDetail');
|
||||
} else {
|
||||
return this.$t('system.editDetail');
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
validateCode(rule, value, callback) {
|
||||
if (!validateCharCode(value)) {
|
||||
return callback(new Error(this.$t('error.formartError')));
|
||||
} else {
|
||||
checkDicDetailCodeExist(this.dicId, value).then(response => {
|
||||
if (response.data) {
|
||||
return callback(new Error(this.$t('error.codeHasExist')));
|
||||
} else {
|
||||
return callback();
|
||||
}
|
||||
}).catch(() => {
|
||||
return callback(new Error(this.$t('error.serviceException')));
|
||||
});
|
||||
}
|
||||
},
|
||||
show(id) {
|
||||
this.dialogVisible = true;
|
||||
if (id) {
|
||||
getData(this.dicId, id).then(response => {
|
||||
this.formModel = response.data;
|
||||
this.$refs.dataform.resetForm();
|
||||
});
|
||||
}
|
||||
},
|
||||
doSave() {
|
||||
const self = this;
|
||||
this.$refs.dataform.validateForm(() => {
|
||||
if (self.type === 'ADD') {
|
||||
self.create();
|
||||
} else {
|
||||
self.update();
|
||||
}
|
||||
});
|
||||
},
|
||||
create() {
|
||||
const self = this;
|
||||
create(this.dicId, this.formModel).then(response => {
|
||||
self.$message.success(this.$t('system.createSuccess'));
|
||||
self.handleClose();
|
||||
self.$emit('reloadTable');
|
||||
}).catch(error => {
|
||||
self.$message.error(`${this.$t('error.createDetailFailed')}:${error.message}`);
|
||||
});
|
||||
},
|
||||
update() {
|
||||
const self = this;
|
||||
update(this.dicId, this.formModel).then(response => {
|
||||
self.$message.success(this.$t('system.updateSuccess'));
|
||||
self.handleClose();
|
||||
self.$emit('reloadTable');
|
||||
}).catch(error => {
|
||||
self.$message.error(`${this.$t('error.updateDetailFailed')}:${error.message}`);
|
||||
});
|
||||
},
|
||||
handleClose(done) {
|
||||
this.formModel = {
|
||||
code: '',
|
||||
name: '',
|
||||
status: '1',
|
||||
remarks: ''
|
||||
};
|
||||
this.$refs.dataform.resetForm();
|
||||
if (done) {
|
||||
done();
|
||||
} else {
|
||||
this.dialogVisible = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
@ -97,8 +97,8 @@ export default {
|
||||
methods: {
|
||||
selectQuestion() {
|
||||
selectQuestionTypeNum(this.formModel.companyId).then(resp => {
|
||||
resp.data.forEach(item => {
|
||||
this.questionNum[item.type] = item.num;
|
||||
resp.data.forEach(item => {
|
||||
this.questionNum[item.type] = item.num;
|
||||
});
|
||||
});
|
||||
},
|
||||
|
@ -10,7 +10,7 @@
|
||||
</el-form>
|
||||
<div v-if="addModel.generatePermission" style="max-height: 400px;overflow-y: scroll;">
|
||||
<template v-for="(item, index) in permissionConfigVOList">
|
||||
<el-card class="box-card">
|
||||
<el-card :key="index" class="box-card">
|
||||
<div slot="header" class="clearfix">
|
||||
<el-button v-if="index!==0" size="mini" icon="el-icon-minus" circle style="float: right;" @click="delPermission(index)" />
|
||||
<el-button size="mini" icon="el-icon-plus" circle style="float: right;margin-right: 10px" @click="addPermission(index)" />
|
||||
|
@ -12,94 +12,94 @@
|
||||
import { updateExam } from '@/api/management/userexam';
|
||||
|
||||
export default {
|
||||
name: 'PublishExamEdit',
|
||||
props: {
|
||||
type: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogVisible: false,
|
||||
formModel: {
|
||||
id: '',
|
||||
userName: '',
|
||||
score: '',
|
||||
examName: '',
|
||||
result: ''
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
form() {
|
||||
const form = {
|
||||
labelWidth: '160px',
|
||||
items: [
|
||||
{ prop: 'userName', label: this.$t('system.userName'), type: 'text', required: false, disabled: true },
|
||||
{ prop: 'examName', label: this.$t('system.examName'), type: 'text', required: true, disabled: true },
|
||||
{ prop: 'score', label: this.$t('system.examScore'), type: 'text', required: true },
|
||||
{ prop: 'result', label: this.$t('system.examResult'), type: 'select', required: true, options: this.$ConstSelect.examResultList }
|
||||
]
|
||||
};
|
||||
return form;
|
||||
},
|
||||
rules() {
|
||||
const crules = {
|
||||
score: [
|
||||
{ required: true, message: this.$t('rules.pleaseInputName'), trigger: 'blur' }
|
||||
],
|
||||
result: [
|
||||
{ required: true, message: this.$t('rules.pleaseSelectStatus'), trigger: 'change' }
|
||||
]
|
||||
};
|
||||
return crules;
|
||||
},
|
||||
title() {
|
||||
return this.$t('system.editExamDetail');
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
show(data) {
|
||||
this.dialogVisible = true;
|
||||
this.formModel = {
|
||||
id: data.id,
|
||||
userName: data.userName,
|
||||
score: data.score,
|
||||
examName: data.examName,
|
||||
result: data.result
|
||||
};
|
||||
},
|
||||
doSave() {
|
||||
const self = this;
|
||||
this.$refs.dataform.validateForm(() => {
|
||||
self.update();
|
||||
});
|
||||
},
|
||||
update() {
|
||||
const self = this;
|
||||
updateExam(this.formModel).then(response => {
|
||||
self.$message.success(this.$t('system.updateSuccess'));
|
||||
self.handleClose();
|
||||
self.$emit('reloadTable');
|
||||
}).catch(error => {
|
||||
self.$message.error(`${this.$t('error.updateFailed')}: ${error.message}`);
|
||||
});
|
||||
},
|
||||
handleClose(done) {
|
||||
this.formModel = {
|
||||
id: '',
|
||||
userName: '',
|
||||
score: '',
|
||||
examName: '',
|
||||
result: ''
|
||||
};
|
||||
if (done) {
|
||||
done();
|
||||
} else {
|
||||
this.dialogVisible = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
name: 'PublishExamEdit',
|
||||
props: {
|
||||
type: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dialogVisible: false,
|
||||
formModel: {
|
||||
id: '',
|
||||
userName: '',
|
||||
score: '',
|
||||
examName: '',
|
||||
result: ''
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
form() {
|
||||
const form = {
|
||||
labelWidth: '160px',
|
||||
items: [
|
||||
{ prop: 'userName', label: this.$t('system.userName'), type: 'text', required: false, disabled: true },
|
||||
{ prop: 'examName', label: this.$t('system.examName'), type: 'text', required: true, disabled: true },
|
||||
{ prop: 'score', label: this.$t('system.examScore'), type: 'text', required: true },
|
||||
{ prop: 'result', label: this.$t('system.examResult'), type: 'select', required: true, options: this.$ConstSelect.examResultList }
|
||||
]
|
||||
};
|
||||
return form;
|
||||
},
|
||||
rules() {
|
||||
const crules = {
|
||||
score: [
|
||||
{ required: true, message: this.$t('rules.pleaseInputName'), trigger: 'blur' }
|
||||
],
|
||||
result: [
|
||||
{ required: true, message: this.$t('rules.pleaseSelectStatus'), trigger: 'change' }
|
||||
]
|
||||
};
|
||||
return crules;
|
||||
},
|
||||
title() {
|
||||
return this.$t('system.editExamDetail');
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
show(data) {
|
||||
this.dialogVisible = true;
|
||||
this.formModel = {
|
||||
id: data.id,
|
||||
userName: data.userName,
|
||||
score: data.score,
|
||||
examName: data.examName,
|
||||
result: data.result
|
||||
};
|
||||
},
|
||||
doSave() {
|
||||
const self = this;
|
||||
this.$refs.dataform.validateForm(() => {
|
||||
self.update();
|
||||
});
|
||||
},
|
||||
update() {
|
||||
const self = this;
|
||||
updateExam(this.formModel).then(response => {
|
||||
self.$message.success(this.$t('system.updateSuccess'));
|
||||
self.handleClose();
|
||||
self.$emit('reloadTable');
|
||||
}).catch(error => {
|
||||
self.$message.error(`${this.$t('error.updateFailed')}: ${error.message}`);
|
||||
});
|
||||
},
|
||||
handleClose(done) {
|
||||
this.formModel = {
|
||||
id: '',
|
||||
userName: '',
|
||||
score: '',
|
||||
examName: '',
|
||||
result: ''
|
||||
};
|
||||
if (done) {
|
||||
done();
|
||||
} else {
|
||||
this.dialogVisible = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
@ -24,7 +24,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// getPublishLessonDetail
|
||||
import { getPublishLessonTree } from '@/api/jmap/lesson';
|
||||
|
||||
export default {
|
||||
|
Loading…
Reference in New Issue
Block a user