@using WX.CRM.Model.QueryMap @using WX.CRM.Model.Entity @{ Layout = null; }
期货信息
@{ int type = Convert.ToInt32(ViewBag.type); List futureList = ViewBag.modelList as List; } @if (type != 2) { @for (int i = 0; i < futureList.Count; i++) { }
@for (int i = 0; i < futureList.Count; i++) { @futureList[i].USERCARD }
@if (futureList[i].STATUS == 2) { 状态:审核通过 资金账户:@futureList[i].USERACCOUNT } else if (futureList[i].STATUS == 1) { 状态:风控审核中 } else { 状态:已注册 修改 }
用户编号:@(futureList[i].USERCARD) 姓名:@(futureList[i].NAME)
手机:@(futureList[i].MOBILE) 客户ID:@(futureList[i].RESID)
身份证:@(futureList[i].IDCARD) @*身份证:@( WX.CRM.WebHelper.Phone.EncryptPhoneNumber(String.Format("{0}", futureList[i].IDCARD), 8, 0))*@

资金账户明细 成交明细 历史出入金明细 @*客户持仓明细*@
} else { }