[#include "/business/pages/include/static.html" /] [#include "/component/DatePicker.html" /] [#include "/business/pages/include/header.html" /] [#assign focusLabel = "XJJH"] [#include "/business/pages/customermanage/infoheader.html" /]

当前位置

${Constants.CUSTOMER_CONSTANTS}管理 巡检计划
关闭 导出 打印 影印版 电子版
年份:[@datepicker id="year" length=4 value="${year}" class="general" /]查询

年度巡检计划

单位:${customerName}
[#if report.month?? && report.month?size>0] [#list report.month as month] [/#list] [/#if] [#if report.month?? && report.month?size>0] [#list report.month as month] [#if month.days?? && month.days?size>0] [#list month.days as day] [/#list] [#else] [/#if] [/#list] [/#if] [#if report.categorys?? && report.categorys?size>0] [#list report.categorys as category] [#if category.ejTree?? && category.ejTree?size>0] [#list category.ejTree as ej] [#if ej_index==0] [#if ej.userMonth?? && ej.userMonth?size>0] [#list ej.userMonth as month] [#if month?? && month?size>0] [#else] [/#if] [/#list] [/#if] [/#if] [/#list] [#else] [#if report.month?? && report.month?size>0] [#list report.month as month] [#if month.days?? && month.days?size>0] [#list month.days as day] [/#list] [#else] [/#if] [/#list] [/#if] [/#if] [#if category.ejTree?? && category.ejTree?size>1] [#list category.ejTree as ej] [#if ej_index!=0] [#if ej.userMonth?? && ej.userMonth?size>0] [#list ej.userMonth as month] [#if month?? && month?size>0] [#else] [/#if] [/#list] [/#if] [/#if] [/#list] [/#if] [/#list] [/#if]
配置分类${DateUtil.format("MM",month.yearMonth)}月
${DateUtil.format("dd",day)}号 
${category.NAME}${ej.NAME} [#list month as mon] today] class="go_checking" [#else] [#if mon.STATE==1] class="no_check" [#elseif mon.STATE==2] class="checking" [#elseif mon.STATE==3] class="have_checked" [/#if] [/#if]> ${mon.USER_NAME} [/#list]     
${ej.NAME} [#list month as mon] today] class="go_checking" [#else] [#if mon.STATE==1] class="no_check" [#elseif mon.STATE==2] class="checking" [#elseif mon.STATE==3] class="have_checked" [/#if] [/#if]> ${mon.USER_NAME} [/#list]  

说明:

已完成进行中未进行将进行
[#include "/business/pages/include/footer.html" /]