[#include "/business/pages/include/static.html" /] [#include "/component/DatePicker.html" /]
基本信息
${Constants.CUSTOMER_CONSTANTS}名称:
${info.customer_name}
${Constants.UNIT_CONSTANTS}:
${info.sub_customer_name}
联系人:
${info.contacts_name}
联系方式:
${info.contacts_tel}
计划巡检时间:
${DateUtil.format("yyyy-MM-dd",info.plan_execution_date)}
要求完成时间:
${DateUtil.format("yyyy-MM-dd",info.require_date)}
服务内容说明:
${info.service_content}
巡检配置
序号
配置名称
执行人
存放位置
状态
操作
[#if ciList??&&ciList?size>0] [#list ciList as item]
${item_index+1}
${item.CINAME}
${item.USER_NAME}
${item.POSITION}
[#if item.DEAL_STATE==1] 已完成 [#elseif item.DEAL_STATE==2] 未完成 [#elseif item.DEAL_STATE==3] 未执行 [/#if]
明细
[/#list] [#else]
暂无信息
[/#if]