产品名称 <%=billName%>
交易状态 <% if(parseInt(orderStatus) == 0 || parseInt(orderStatus) == 2){%> 委托中 <%}else if(parseInt(orderStatus) == 6 || parseInt(orderStatus) == 7){%> 持有中 <%}else if(parseInt(orderStatus) == 1 || parseInt(orderStatus) == 3){%> 申购失败 <%}else if(parseInt(orderStatus) == 8){%> 已结清 <%}%>
交易类型 <% if(parseInt(bussType) == 1){%> 初次转让 <%}else if(parseInt(bussType) == 2){%> 再次转让 <%}%>
到期日 <%=utils.date.formatTime(matureDate).format('yyyy-MM-dd')%>
申购额度 <%=utils.string.formatMoneyNumber(tranAmt)%>
预期年化收益率 <%=utils.string.formatMoneyNumber(yield)%>%
承兑人/担保银行 <%=acceptorClientName%>
交易时间 <%=utils.date.formatTime(applyDate).format('yyyy-MM-dd')%>