| | |
| | | <%@ Page Language="C#" masterpagefile="~/Main.master" AutoEventWireup="true" CodeFile="GwClient.aspx.cs" Inherits="_GwClient" %> |
| | | |
| | | <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server"> |
| | | <%--<link href="css/plugins/bootstrap-fileinput/fileinput.min.css" rel="stylesheet"/> |
| | | <script src="js/plugins/bootstrap-fileinput/fileinput.min.js" type="text/javascript"></script>--%> |
| | | <script> |
| | | $(function() { |
| | | |
| | |
| | | loadPageList(); |
| | | |
| | | $(document).on("click", ".action-modal-create", function() { |
| | | $("#clientDialog .modal-title").text("创建客户资料"); |
| | | $("#clientDialog .modal-title").text("创建客户账户"); |
| | | $("#clientDialog input").attr("readonly", false); |
| | | $("#clientDialog input[name=action]").val("save"); |
| | | $("#clientDialog").modal("show"); |
| | |
| | | }); |
| | | }) |
| | | |
| | | |
| | | |
| | | }); |
| | | </script> |
| | | </asp:Content> |
| | |
| | | </div> |
| | | </form> |
| | | </div> |
| | | |
| | | <!--创建客户账户面板 --> |
| | | <div class="modal inmodal fade" id="clientDialog" tabindex="-1" role="dialog" aria-hidden="true"> |
| | | <form name="clientForm" method="post" action="gwclient.ashx" id="clientForm" class="form-horizontal"> |
| | | <div class="modal-dialog modal-lg"> |
| | |
| | | <div class="modal-body"> |
| | | <div class="form-group"> |
| | | <label class="control-label col-sm-2"> |
| | | 登录账号 |
| | | 登录账户 |
| | | </label> |
| | | <div class="col-sm-4"> |
| | | <input type="text" name="clientID" id="clientID" value="" class="form-control" /> |
| | | </div> |
| | | <span class="help-block m-b-none"><i class="fa fa-exclamation-triangle"></i>请输入公司单位名称</span> |
| | | <!--<span class="help-block m-b-none"><i class="fa fa-exclamation-triangle"></i>请输入公司单位名称</span>--> |
| | | </div> |
| | | |
| | | <div class="form-group"> |
| | | <label class="control-label col-sm-2"> |
| | | 公司名称(全称) |
| | | </label> |
| | | <div class="col-sm-4"> |
| | | <input type="text" name="company" id="company" value="" class="form-control" /> |
| | | </div> |
| | | <!--<span class="help-block m-b-none"><i class="fa fa-exclamation-triangle"></i>请输入公司单位名称</span>--> |
| | | </div> |
| | | |
| | | |
| | | <div class="form-group"> |
| | | <label class="control-label col-sm-2"> |
| | | 登录密码 |
| | |
| | | </div> |
| | | <div class="form-group"> |
| | | <label class="control-label col-sm-2"> |
| | | 业务员 |
| | | 归属业务员 |
| | | </label> |
| | | <div class="col-sm-4"> |
| | | <input type="text" name="agent" id="agent" value="" class="form-control" /> |
| | | </div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label class="control-label col-sm-2">营业执照</label> |
| | | <div class="col-sm-4"> |
| | | <input type="file" name="txt_file" id="txt_file" class="file-loading" /> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="form-group"> |
| | | <label class="control-label col-sm-2"> |
| | | 权限管理 |
| | |
| | | </div> |
| | | </form> |
| | | </div> |
| | | |
| | | <form name="queryForm" method="post" id="queryForm" class="form-inline"> |
| | | <div class="form-group"> |
| | | <div class="input-group m-b"> |
| | | <span class="input-group-addon">客户账号</span> |
| | | <input type="text" name="ClientID" id="ClientID" class="form-control" /> |
| | | </div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <div class="input-group m-b"> |
| | | <span class="input-group-addon">公司名称</span> |
| | | <input type="text" name="Company" id="Company" class=" form-control" /> |
| | | </div> |
| | | </div> |
| | | <div class="form-group"> |
| | |
| | | <input class="btn btn-success action-modal-create" value="创建客户" type="button" /> |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | </div> |
| | | </form> |
| | | |
| | | <div class="table-responsive"> |
| | | <table class="table table-striped table-bordered table-hover" id="gwclientTable"> |
| | | <thead> |
| | |
| | | <th> |
| | | 客户账号 |
| | | </th> |
| | | <th>公司名称</th> |
| | | <th> |
| | | 联系人 |
| | | </th> |
| | |
| | | 联系电话 |
| | | </th> |
| | | <th> |
| | | 总金额/余额 |
| | | 累计充值 |
| | | </th> |
| | | |
| | | <th> |
| | | 业务员 |
| | | </th> |
| | | <th> |
| | | 备注 |
| | | 认证状态 |
| | | </th> |
| | | <th> |
| | | 操作 |