From ef80d35cdbabf2ac5fd83f84714b4254e6444fef Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 28 九月 2021 14:22:27 +0800 Subject: [PATCH] 通讯录,账号密码 --- zhengcaioa/zhengcaioa/Views/AdmAsk/CustomerWithdrawal.cshtml | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/AdmAsk/CustomerWithdrawal.cshtml b/zhengcaioa/zhengcaioa/Views/AdmAsk/CustomerWithdrawal.cshtml index 9729509..afa3bab 100644 --- a/zhengcaioa/zhengcaioa/Views/AdmAsk/CustomerWithdrawal.cshtml +++ b/zhengcaioa/zhengcaioa/Views/AdmAsk/CustomerWithdrawal.cshtml @@ -90,13 +90,13 @@ <div class="clearfix layer-area" style="padding-bottom:15px;"> <label class="text-right col-sm-1 col-md-1 control-label">浼氬憳鍚嶇О<i class="red">*</i></label> <div class="col-sm-6 col-md-6"> - <input type="text" class="form-control" value="@Model.HuiyuanName" name="HuiyuanName" id="HuiyuanName" maxlength="500"> + <input type="text" class="form-control" value="@Model.HuiyuanName" name="HuiyuanName" id="HuiyuanName" maxlength="100"> </div> </div> <div class="clearfix layer-area" style="padding-bottom:15px;"> <label class="text-right col-sm-1 col-md-1 control-label">浼氬憳鐢佃瘽</label> <div class="col-sm-2 col-md-2"> - <input type="text" class="form-control" value="@Model.HuiyuanPhone" name="HuiyuanPhone" id="HuiyuanPhone" maxlength="500"> + <input type="text" class="form-control" value="@Model.HuiyuanPhone" name="HuiyuanPhone" id="HuiyuanPhone" maxlength="50"> <input type="hidden" id="HuiyuanId" name="HuiyuanId" value="@Model.HuiyuanId" /> <input type="hidden" id="OrderNo" name="OrderNo" value="@Model.OrderNo" /> </div> @@ -108,7 +108,24 @@ <input class="form-control" id="Jine" name="Jine" type="text" value="@Model.JineName" oninput="if(value.length>10)value=value.slice(0,10)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </div> </div> - + <div class="clearfix layer-area" style="padding-bottom:15px;"> + <label class="text-right col-sm-1 col-md-1 control-label">閾惰璐︽埛</label> + <div class="col-sm-2 col-md-2"> + <input type="text" class="form-control" value="@Model.BankAcount" name="BankAcount" id="BankAcount" maxlength="50"> + </div> + </div> + <div class="clearfix layer-area" style="padding-bottom:15px;"> + <label class="text-right col-sm-1 col-md-1 control-label">閾惰鍚嶇О</label> + <div class="col-sm-2 col-md-2"> + <input type="text" class="form-control" value="@Model.BankName" name="BankName" id="BankName" maxlength="50"> + </div> + </div> + <div class="clearfix layer-area" style="padding-bottom:15px;"> + <label class="text-right col-sm-1 col-md-1 control-label">鏀舵浜哄鍚�</label> + <div class="col-sm-2 col-md-2"> + <input type="text" class="form-control" value="@Model.Username" name="Username" id="Username" maxlength="50"> + </div> + </div> <div class="clearfix layer-area" style="padding-bottom:15px;" id="shenpiyijian"> -- Gitblit v1.9.1