<%=obj.commercialName%><%=obj.businessName ? '-'+ obj.businessName : ''%> <%=obj.freezeAmt ? '¥'+ utils.string.numberFormat(obj.freezeAmt, 2) : '---'%> <%if(obj.orderState == '2'){%> <%}else if(obj.orderState == '3'){%> <%}else if(obj.orderState == '4'){%> <%}%>
<%if(obj.orderState == '1' && obj.prdWay === 'orderWay'){%> <% function countdown(end, now) { if(!end) return; now || (now = new Date()); var seconds = 0; try{ end = utils.date.formatTime(end).getTime(); now = utils.date.formatTime(now).getTime(); seconds = (end - now) / 1000; }catch(e){} return parseInt(seconds, 10); } %>
确认截止倒计时:
<%}else{%>
<%}%>
<%if(obj.orderState != '1' || obj.prdWay === 'orderWay'){%>

交易流水号<%=obj.freezeNo ? obj.freezeNo : '---'%>

<%}%>

冻结类型<%=freezeTypes(obj.freezeProduct)%>

冻结时长<%=obj.freezeTimeLimit ? freezeDays(obj.freezeTimeLimit) : '---'%>

<%if(obj.orderState != '1'){%>

冻结起始日<%=obj.signTime ? utils.date.formatTime(obj.signTime).format("yyyy/MM/dd") : '---'%>

冻结终止日<%=(obj.signTime && obj.freezeTimeLimit) ? utils.date.diffDateAdd(obj.signTime, obj.freezeTimeLimit, 'd').format("yyyy/MM/dd") : '---'%>

<%}else{%>

冻结起始日<%=obj.sysDate ? utils.date.formatTime(obj.sysDate).format("yyyy/MM/dd") : '---'%>

冻结终止日<%=(obj.sysDate && obj.freezeTimeLimit) ? utils.date.diffDateAdd(obj.sysDate, obj.freezeTimeLimit, 'd').format("yyyy/MM/dd") : '---'%>

<%}%> <%if(obj.orderState != '1'){%>

签约日期<%=obj.signTime ? utils.date.formatTime(obj.signTime).format("yyyy/MM/dd") : '---'%>

<%}%>

备注<%=obj.remark ? obj.remark : '---'%>

<%if(obj.orderState == '1'){%>

我已阅读并同意《橙子保证金服务协议》

<%}%>
<%if(obj.orderState == '1'){%>
<%}%>