安全模块

This commit is contained in:
jxj_gmj 2022-12-08 15:02:12 +08:00
parent d2bde9ee67
commit e28b562b84
2 changed files with 19 additions and 1 deletions

View File

@ -71,7 +71,11 @@ export default {
'每日交底(专项方案交底)',
'每日交底(安全技术交底)',
'每日交底(大工程交底)',
'入职培训'
'入职培训',
'入场三级交底',
'安全交底(特种作业)',
'安全交底(雨季交底)',
'安全交底(用电交底)'
],
signInInfo:'签到信息',
trainVideo:'教学视频上传',

View File

@ -27,6 +27,20 @@ export const getSafetyPerilInfo = params => get('xmgl/hiddenDangerInspectRecord/
// 安全巡检-今日巡检
export const getTodayInspectionInfo = params => get('xmgl/inspectTaskRecord/getTodayInfo', params);
// 安全巡检-ai分析
export const selectNewPAiListApi = params => get('xmgl/zw/selectNewPAiList', params);
// 安全巡检-入场三级交底
export const getThreeLevelDataByProjectSnApi = params => get('xmgl/workerSafeEducation/getThreeLevelDataByProjectSn', params);
// 安全巡检-安全交底
export const getSecurityDataByProjectSnApi = params => get('xmgl/workerSafeEducation/getSecurityDataByProjectSn', params);
// 安全巡检-班前喊话
export const getTodayInfoByProjectSnApi = params => get('xmgl/shoutInfo/getTodayInfoByProjectSn', params);
// 安全巡检-安全巡检
export const getAllTodayDataHdirApi = params => get('xmgl/hiddenDangerInspectRecord/getAllTodayDataHdir', params);
// 安全巡检-设备监控
export const getAllDevApi = params => get('xmgl/dev/getAllDev', params);
/* --------------进度管理------------ */
/**