| | |
| | | <asp:Content runat="server" ID="Content1" ContentPlaceHolderID="head"> |
| | | <link href="../static/select2/select2.css" type="text/css" rel="stylesheet" /> |
| | | <script src="../static/select2/select2.js" language="javascript" type="text/javascript"></script> |
| | | |
| | | <script type="text/javascript" src="/web/js/jquery.min.js?v=2.1.4"></script> |
| | | |
| | | <script type="text/javascript" language="javascript"> |
| | | $(document).ready(function() { |
| | |
| | | var clientID = $("#clientID").val(); |
| | | var opID = $("#opID").val(); |
| | | var routerType = $("#routerType").val(); |
| | | var clientName = $("#clientName").val(); |
| | | var company = $("#company").val(); |
| | | var chargeType = $("#chargeType").val(); |
| | | var resendStatus = $("#RESEND_STATUS").val(); |
| | | var productId = $("#productId").val(); |
| | | $.ajax({ |
| | | url: "GwSp.ashx", |
| | | type: "POST", |
| | | data: { action: "loadGwSpAccountPageList", spID: spID, apID: apID, opID: opID, routerType: routerType, clientID: clientID, clientName: clientName, chargeType: chargeType, pageIndex: pagination.getPageIndex(), pageSize: pagination.getPageSize(), resendStatus: resendStatus, productId: productId }, |
| | | data: { action: "loadGwSpAccountPageList", spID: spID, apID: apID, opID: opID, routerType: routerType, clientID: clientID, company: company, chargeType: chargeType, pageIndex: pagination.getPageIndex(), pageSize: pagination.getPageSize(), resendStatus: resendStatus, productId: productId }, |
| | | success: function(result) { |
| | | if (result.OK) { |
| | | $("#gwspTable tbody").html(result.Message.Table); |
| | |
| | | method: "POST", |
| | | data: { idArray: $.toJSON(idArray), cmopID: cmopID, ctopID: ctopID, unopID: unopID, cmGroupID: cmGroupID, cuGroupID: cuGroupID, ctGroupID: ctGroupID, action: "batchUpdateOp" }, |
| | | success: function(result) { |
| | | mytek.alert(result.Message, result.OK, function() { |
| | | mytek.alert(result.Message, result.OK, function () { |
| | | $("#opDialog").modal("hide"); |
| | | loadPageList(); |
| | | }); |
| | | } |
| | |
| | | else { |
| | | statusMsg = "【启用】"; |
| | | } |
| | | mytek.confirm("是否需要" + statusMsg + "该账户状态?", "是否操作!", function (b) { |
| | | mytek.confirm("是否需要" + statusMsg + "该账号状态?", "是否操作!", function (b) { |
| | | if (b) { |
| | | $.post("gwsp.ashx", { action: "updateSpStatus", spid: spid,status:status }, function (r) { |
| | | mytek.alert(r.Message, r.OK, function () { |
| | |
| | | --> |
| | | <div class="form-group"> |
| | | <div class="input-group m-b"> |
| | | <span class="input-group-addon">客户账号</span> |
| | | <span class="input-group-addon">客户账户</span> |
| | | <input type="text" name="clientID" id="clientID" class="form-control col-md-2" /> |
| | | </div> |
| | | </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="company" id="company" class="form-control col-md-2" /> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="form-group"> |
| | | <div class="input-group m-b"> |
| | | <span class="input-group-addon">通道名</span> |
| | | <span class="input-group-addon">通道ID</span> |
| | | <input type="text" name="opID" id="opID" class="form-control col-md-2" /> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="form-group"> |
| | | <div class="input-group m-b"> |
| | | <select name="RESEND_STATUS" class="form-control" id="RESEND_STATUS"> |
| | | <option value="3">自动补发</option> |
| | | <option value="3">--补发设置--</option> |
| | | <option value="1">启用补发</option> |
| | | <option value="0">停用补发</option> |
| | | </select> |
| | |
| | | 关联产品 |
| | | </th> |
| | | <th> |
| | | 客户账号 |
| | | 客户账户 |
| | | </th> |
| | | <th> |
| | | 公司名称 |