[#include "/business/pages/include/static.html" /] [#include "/business/pages/include/header.html" /] [#include "/component/excExport.html" /] [#include "/business/pages/include/print.html" /]
关闭 [@excExp id="printDiv" name="健康检查明细表" /] 打印 健康检查服务报告
[#if ciList?? && ciList?size>0] [#list ciList as ci] [#if ci.itemList??&&ci.itemList?size>0] [#list ci.itemList as item] [#if item_index==0] [/#if] [#if item_index==0] [/#if] [/#list] [/#if] [/#list] [/#if]
健康检查明细表
执行人:${dealerMap.CURRENT_DEALER_NAME}
序号 配置信息 检查项名称 检查结果 执行说明 执行人 运行健康说明及优化建议
${ci_index+1} ${ci.SEARCHCODE}
${ci.CINAME}
${ci.POSITION}
${item.ITEM_NAME} ${item.ITEM_RESULT} ${item.ORDER_NOTE} ${item.USER_NAME}${ci.ORDER_NOTE}
[#include "/business/pages/include/footer.html" /]