刷新
今日考勤:{{ attPersonNum }}
固定人员:{{ einFormalAttPersonNum }}
临时人员:{{ einTemporaryAttPersonNum }}
在场考勤率:{{
isNaN(((attPersonNum / einPersonNum) * 100).toFixed(2))
? 0
: ((attPersonNum / einPersonNum) * 100).toFixed(2)
}}%
计划考勤率:{{
isNaN(((planAttNum / planPersonNum) * 100).toFixed(2))
? 0
: ((planAttNum / planPersonNum) * 100).toFixed(2)
}}%
计划考勤率:20%
今日风险
高风险:{{ highRiskNum }}
中风险:{{ mediumRiskNum }}
低风险:{{ lowRiskNum }}
计划作业人数:{{ planPersonNum }}
在场人数:{{ einPersonNum }}
固定人数:{{ formalPersonNum }}
临时人数:{{ temporaryPersonNum }}
绿灯人数:{{ greenNum }}
黄灯人数:{{ yellowNum }}
红灯人数:{{ redNum }}
项目信息
在建工程:{{ buildProNum }}
投入分包:{{ subNum }}
在用班组:{{ teamNum }}
在场人员:{{ einPersonNum }}
今日风险
数据概览
{{ item.data_num }}
{{ item.data_title }}
人员考勤率
{{ item.progress_title }}
{{ isNaN(item.progress_proportion) ? 0 : item.progress_proportion }}%
{{ item.progress_ready }}/{{ item.progress_amount }}
工程概况
{{ item.project_title }}
{{ item.project_num }}
在场人员概况
{{
isNaN(((greenNum / colorAmount) * 100).toFixed(2)) ? 0 : ((greenNum / colorAmount) * 100).toFixed(2)
}}%
{{ greenNum }}
{{
isNaN(((yellowNum / colorAmount) * 100).toFixed(2)) ? 0 : ((yellowNum / colorAmount) * 100).toFixed(2)
}}%
{{ yellowNum }}
{{ isNaN(((redNum / colorAmount) * 100).toFixed(2)) ? 0 : ((redNum / colorAmount) * 100).toFixed(2) }}%
{{ redNum }}
{{ isNaN(((maleNum / sexAmount) * 100).toFixed(2)) ? 0 : ((maleNum / sexAmount) * 100).toFixed(2) }}%
男({{ maleNum }})
{{
isNaN(((femaleNum / sexAmount) * 100).toFixed(2)) ? 0 : ((femaleNum / sexAmount) * 100).toFixed(2)
}}%
女({{ femaleNum }})
固定、临时人员
{{ formalPersonNum }}
{{ temporaryPersonNum }}
固定占比{{
isNaN(((formalPersonNum / (formalPersonNum + temporaryPersonNum)) * 100).toFixed(2))
? 0
: ((formalPersonNum / (formalPersonNum + temporaryPersonNum)) * 100).toFixed(2)
}}%
流动占比
{{
isNaN(((temporaryPersonNum / (formalPersonNum + temporaryPersonNum)) * 100).toFixed(2))
? 0
: ((temporaryPersonNum / (formalPersonNum + temporaryPersonNum)) * 100).toFixed(2)
}}%
选择工程
{{ item.abbreviation }}