<% var formatNum = function(numNeedtoFormat){ numNeedtoFormat=parseFloat(numNeedtoFormat); return numNeedtoFormat.toFixed(2); }; if(resultList && resultList.length > 0){ %>
姓名职级条形码年度化标保
<% for(var i = 0 ; i < resultList.length; i++) { %>
  • devPrem=<%= resultList[i].devPrem || 0 %> empName=<%= resultList[i].empName || 'undefined' %> rank=<%= resultList[i].rank || 'undefined' %> deptNo=<%=resultList[i].deptNo || 'undefined' %> agentNo=<%=resultList[i].agentNo || 'undefined' %> polNum=<%=formatNum(resultList[i].polNum) || 'undefined' %> polNumNF=<%=resultList[i].polNum || 0 %> stdNum=<%=formatNum(resultList[i].stdNum) || 'undefined' %> stdNumNF=<%=resultList[i].stdNum|| 0 %> prem=<%=formatNum(resultList[i].prem) || 'undefined' %> premNF=<%=resultList[i].prem || 0 %> deptName=<%=resultList[i].deptName || 'undefined' %> barCodeNo=<%=resultList[i].barCodeNo || 'undefined' %> fyAnnualPrem=<%=formatNum(resultList[i].fyAnnualPrem) || 'undefined' %> fyAnnualPremNF=<%=resultList[i].fyAnnualPrem || 0 %>> <%=resultList[i].empName||'小计' %> <%=resultList[i].rank %> <%= resultList[i].barCodeNo%> <%= formatNum(resultList[i].fyAnnualPrem) %>
  • <% } %>
    <% }else{ %>
    暂无此数据!
    <% } %>