[#include "/business/pages/include/static.html" /]
驻场服务监督卡
${Constants.CUSTOMER_CONSTANTS}名称:${customerMap.CUSTOMER_NAME}
${Constants.UNIT_CONSTANTS}:[#if customerMap.SUB_CUSTOMER_NAME??]${customerMap.SUB_CUSTOMER_NAME}[#else]-[/#if]
驻场月份:${DateUtil.format("yyyy年MM月",customerMap.CARD_MONTH)}
监督项目
监督内容
评价
[#list zcitem.itemYjList as card] [#list card.itemList as item] [#if item_index == 0]
${card.ITEM_NAME}
${item.ITEM_NAME}
[#list item.EVALUATION as eva]
[#if eva.check == 1]
[#else]
[/#if]
${eva.EVA_NAME} [/#list]
[#else]
${item.ITEM_NAME}
[#list item.EVALUATION as eva]
[#if eva.check == 1]
[#else]
[/#if]
${eva.EVA_NAME} [/#list]
[/#if] [/#list] [/#list]
客户评价:
${StringUtil.str2Html(customerMap.SUGGESTION)}
审批意见:
${StringUtil.str2Html(customerMap.SHENP_NOTE)}
审批人:${customerMap.SHENP_NAME} 审批时间:${DateUtil.format("yyyy-MM-dd",customerMap.SHENP_TIME)}
客户签字
${customerMap.CUSTOMER_CONTACT_NAME}
日期
${DateUtil.format("yyyy-MM-dd",customerMap.SUBMIT_TIME)}
工程师签字
${customerMap.USER_NAME}
日期
${DateUtil.format("yyyy-MM-dd",customerMap.SUBMIT_TIME)}
调查人
${customerMap.INVEST_USER_NAME}
日期
调查备注:
[#if filelist?size > 0] [#list filelist as file]
${file.FILE_NAME}
[/#list] [/#if]