[#include "/business/wechat/include/title.html" /] [#include "/business/wechat/include/wheader.html" /]
驻场运维事件统计
[#if incidentList??&&incidentList?size>0]
${cusName}驻场运维事件统计表
${cusName}

${beginTime}-${endTime}

[#if incidentList??&&incidentList?size>0] [#list incidentList as sj] [/#list] [/#if]
编号
${sj_index+1}
[#if incidentList??&&incidentList?size>0] [#list incidentList as incident] [/#list] [/#if]
联系人 ${Constants.CUSTOMER_CONSTANTS} ${Constants.UNIT_CONSTANTS} 来电号码 工单状态 解决结果 事件类型 影响范围 紧急程度 优先级 领域 工单标题 受理人 解决时间
${incident.CONTACT_NAME} ${incident.CUSTOMER_NAME} ${incident.SUB_CUSTOMER_NAME} ${incident.CONTACT_PHONE} ${Constants.getWORKFLOW_BASE_WFSTATE_Label(incident.STATE+"")} ${incident.RESOLVE_TYPE_NAME} ${incident.TYPE_NAME} ${incident.INFLUENCE_NAME} ${incident.PRIORITY_NAME} ${incident.PRIORITY_NAME} ${incident.THIRD_CATEGORY_NAME} ${incident.NAME} ${incident.RESOLVE_USER_NAME} ${DateUtil.format('yyyy年MM月dd',incident.RESOLVE_TIME)}
[/#if]