%
var sysTime = App.storage.get("Login_SysTime") || new Date();
%>
-
首次扣款日期
<%
if(fundFixData.totTimes > 0 || fundFixData.tolFailTimes > 0){
%>
<%=utils.date.formatTime(fundFixData.startInvestDate).format("yyyy-MM-dd")%>
<%
}else{
if(App.storage.get("firstDateInput")){
%>
data-component="datepicker">
<%=utils.date.formatTime(App.storage.get("firstDateInput")).format("yyyy-MM-dd")%>
<%
}else{
%>
data-component="datepicker">
<%=utils.date.formatTime(fundFixData.startInvestDate).format("yyyy-MM-dd")%>
<%
}
%>
<%
}
%>
-
首次扣款金额
-
定投周期
<%=fundFixData.period%>