| 驻场服务监督卡 | |||||
| ${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)} | |||
| 监督${Constants.CUSTOMER_CONSTANTS} | 监督内容 | 评价 | |||
| ${card.ITEM_NAME} | ${item.ITEM_NAME} |
[#list item.EVALUATION as eva]
[#if eva.check == 1]
[#else]
[/#if]
${eva.EVA_NAME}
[/#list]
|
|||
| ${item.ITEM_NAME} |
[#list item.EVALUATION as eva]
[#if eva.check == 1]
[#else]
[/#if]
${eva.EVA_NAME}
[/#list]
|
||||
| 客户评价: ${StringUtil.str2Html(customerMap.SUGGESTION)} |
|||||
| 审核意见: ${customerMap.SHENP_NOTE} |
|||||
| 客户签字 | ${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} | 日期 | ${DateUtil.format("yyyy-MM-dd",customerMap.INVEST_TIME)} | ||
| 调查备注: ${StringUtil.str2Html(customerMap.SATIS_NOTE)} |
|||||