目标:<%= obj.honorName%>
考核标准:
  • 标准 实际 差距
    • <% for(var i=0, l= obj.data.length; i< l; i++ ){%> <% var item = obj.data[i] %>
    • <%= item.fieldName %> <%= item.standard %> <%= item.fact %> <%= item.differ %>    
    • <% } %>
    <% if((obj.fyc_resolved && JSON.stringify(obj.fyc_resolved) != "{}") || (obj.cx_resolved && JSON.stringify(obj.cx_resolved) != "{}")) { %>
    目标分解:

    (每月目标可修改,须大于标准值)

    <% } %>
    <% if(obj.fyc_resolved && JSON.stringify(obj.fyc_resolved) != "{}") { %> <% if(obj.empType == '07') { %> <% } else if(obj.empType == '01') { %> <% } %> <% } %> <% if(obj.cx_resolved && JSON.stringify(obj.cx_resolved) != "{}") { %> <% } %>
    <% if(obj.fyc_resolved && JSON.stringify(obj.fyc_resolved) != "{}") { %>
  • 考核月 <% if(obj.empType == '07') { %> 业绩目标 业绩实际 <% } else if(obj.empType == '01') { %> FYC目标 FYC实际 <% } %> 差距
    • <% for(var i=0, l= obj.fyc_resolved.resolvedList.length; i< l; i++ ){%> <% var item = obj.fyc_resolved.resolvedList[i] %> <% var differ = (item.CURRMON_YEAR_BEGIN_YJ - item.target).toFixed(2) %> <% var target = (item.target*1).toFixed(2) %>
    • <%= item.month %> <%= item.CURRMON_YEAR_BEGIN_YJ %> <%= differ %>    
    • <% } %>
    <% } %> <% if(obj.cx_resolved && JSON.stringify(obj.cx_resolved) != "{}") { %> <% var isBlock = 'display:none'; (obj.fyc_resolved && JSON.stringify(obj.fyc_resolved) != "{}") ? isBlock = 'display:none':isBlock = 'display:block'; %>
  • 考核月 件数目标 件数实际 差距
    • <% for(var i=0, l= obj.cx_resolved.resolvedList.length; i< l; i++ ){%> <% var item = obj.cx_resolved.resolvedList[i] %> <% var differ = (item.CURRMON_LONG_INSURANCE - item.target).toFixed(2) %> <% var target = (item.target*1).toFixed(2) %>
    • <%= item.month %> <%= item.CURRMON_LONG_INSURANCE %> <%= differ %>    
    • <% } %>
    <% } %>