| | |
| | | |
| | | function loadPageList() { |
| | | var clientId = $("#ClientId").val(); |
| | | var clientName = $("#ClientName").val(); |
| | | var compay = $("#Compay").val(); |
| | | var spId = $("#SpId").val(); |
| | | var startDate = $("#StartTime").val(); |
| | | var endDate = $("#EndTime").val(); |
| | | $.ajax({ |
| | | url: "GwOrder.ashx", |
| | | type: "POST", |
| | | data: { action: "listAudit", clientId: clientId, clientName: clientName, spId: spId, startDate: startDate, endDate: endDate, flag: 0, pageIndex: pagination.getPageIndex(), pageSize: pagination.getPageSize() }, |
| | | data: { action: "listAudit", clientId: clientId, compay: compay, spId: spId, startDate: startDate, endDate: endDate, flag: 0, pageIndex: pagination.getPageIndex(), pageSize: pagination.getPageSize() }, |
| | | success: function (result) { |
| | | if (result.OK) { |
| | | $("#orderTable tbody").html(result.Message.Table); |
| | |
| | | </div> |
| | | <div class="form-group"> |
| | | <div class="input-group m-b"> |
| | | <span class="input-group-addon">客户名称</span> |
| | | <input type="text" name="ClientName" id="ClientName" class="form-control col-md-2" /> |
| | | <span class="input-group-addon">公司名称</span> |
| | | <input type="text" name="Compay" id="Compay" class="form-control col-md-2" /> |
| | | </div> |
| | | </div> |
| | | <div class="form-group"> |
| | |
| | | <table class="table table-striped table-bordered table-hover" id="orderTable"> |
| | | <thead> |
| | | <tr class="header"> |
| | | <!-- |
| | | <th>订单ID |
| | | </th> |
| | | <th>账号ID |
| | | --> |
| | | <th>短信账号 |
| | | </th> |
| | | <th>客户ID |
| | | <th>客户账号 |
| | | </th> |
| | | <th>产品ID |
| | | <th>公司名称 |
| | | </th> |
| | | <th>产品名称 |
| | | </th> |
| | | <%--<th>套餐ID |
| | | </th> |
| | | --%> |
| | | <th>订单基本条数 |
| | | <th>订单基本条数(条) |
| | | </th> |
| | | <th>订单赠送条数 |
| | | <th>订单赠送条数(条) |
| | | </th> |
| | | <th>单价(元/条) |
| | | </th> |
| | | <th>订单总条数 |
| | | <th>订单总条数(条) |
| | | </th> |
| | | <th>订单总金额(元) |
| | | </th> |
| | |
| | | </th> |
| | | <th>状态 |
| | | </th> |
| | | <th class="text-right">操作 |
| | | <th class="text-center">操作 |
| | | </th> |
| | | </tr> |
| | | </thead> |
| | |
| | | </div> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label"> |
| | | 账号ID</label> |
| | | 短信账号</label> |
| | | <div class="col-sm-4 "> |
| | | <input type="text" class="form-control" name="spId" id="spId" value="" /> |
| | | </div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label"> |
| | | 客户ID</label> |
| | | 客户账号</label> |
| | | <div class="col-sm-4 "> |
| | | <select name="clientId" id="clientId" class="form-control"> |
| | | <%=GetClientOptions("0")%> |
| | |
| | | </div> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label"> |
| | | 产品ID</label> |
| | | 产品名称</label> |
| | | <div class="col-sm-4 "> |
| | | <select name="productId" id="productId" class="form-control"> |
| | | <%=GetProductOptions("0")%> |