驻场服务监督卡 |
${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)}
|
审批意见:
|
客户签字 |
${customerMap.CUSTOMER_CONTACT_NAME} |
日期 |
${DateUtil.format("yyyy年MM月dd日",customerMap.SUBMIT_TIME)} |
工程师签字 |
${customerMap.USER_NAME} |
日期 |
${DateUtil.format("yyyy年MM月dd日",customerMap.SUBMIT_TIME)} |
[#if filelist?size > 0]
[#list filelist as file]
${file.FILE_NAME}
[/#list]
[/#if]
|