安全模块
This commit is contained in:
parent
d2bde9ee67
commit
e28b562b84
@ -71,7 +71,11 @@ export default {
|
||||
'每日交底(专项方案交底)',
|
||||
'每日交底(安全技术交底)',
|
||||
'每日交底(大工程交底)',
|
||||
'入职培训'
|
||||
'入职培训',
|
||||
'入场三级交底',
|
||||
'安全交底(特种作业)',
|
||||
'安全交底(雨季交底)',
|
||||
'安全交底(用电交底)'
|
||||
],
|
||||
signInInfo:'签到信息',
|
||||
trainVideo:'教学视频上传',
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
|
||||
/* --------------进度管理------------ */
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user