[#include "/business/pages/include/static.html" /] [#include "/business/pages/include/print.html" /] [#include "/component/excExport.html" /] [#include "/uc/include/header.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] [/#list] [#else] [/#if] [/#list] [/#if]
健康检查明细表
执行人:${dealerMap.CURRENT_DEALER_NAME}
序号 配置信息 检查项名称 检查结果 执行说明 执行人 运行健康说明及优化建议
0]rowspan="${ci.itemList?size}"[/#if]>${ci_index+1} 0]rowspan="${ci.itemList?size}"[/#if]>${ci.SEACHCODE}
${ci.CINAME}
${ci.POSITION}
${item.ITEM_NAME} ${item.ITEM_RESULT} ${item.ORDER_NOTE} ${item.USER_NAME}       0]rowspan="${ci.itemList?size}"[/#if]>${ci.ORDER_NOTE}
[#include "/business/pages/include/footer.html" /]