交易流水号<%=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 : '---'%>
我已阅读并同意《橙子保证金服务协议》