yzh
2022-06-07 dbda463cdacc6c6101acdf9d58e22450a281b9b0
web/web/GwOrderList.aspx
@@ -19,7 +19,7 @@
            function loadPageList() {
                var clientId = $("#ClientID").val();
                var clientName = $("#ClientName").val();
                var company = $("#Company").val();
                var spId = $("#SpID").val();
                var startDate = $("#sDate").val();
                var endDate = $("#eDate").val();
@@ -28,7 +28,7 @@
                    url: "GwOrder.ashx",
                    type: "POST",
                    //data: { action: "gwOrderList", SpID: SpID, ClientID: ClientID, ClientName: ClientName, sDate: sDate, EndTime: EndTime, pageSize: $("#pager").Pager("getPageSize"), pageIndex: $("#pager").Pager("getPageIndex") },
                    data: { action: "gwOrderList", clientId: clientId, clientName: clientName, spId: spId, startDate: startDate, endDate: endDate, flag: -1, pageIndex: pagination.getPageIndex(), pageSize: pagination.getPageSize() },
                    data: { action: "gwOrderList", clientId: clientId, company: company, spId: spId, startDate: startDate, endDate: endDate, flag: -1, pageIndex: pagination.getPageIndex(), pageSize: pagination.getPageSize() },
                success: function (result) {
                        if (result.OK) {
                            $("#orderListTable tbody").html(result.Message.Table);
@@ -100,16 +100,16 @@
    class="form-inline">
    <div class="ibox">
        <div class="input-group m-b">
            <span class="input-group-addon">SPID</span>
            <input type="text" name="SpID" id="SpID" value="<%=SpID %>"" class="form-control" />
            <span class="input-group-addon">客户账号</span>
            <input type="text" name="ClientID" id="ClientID" value="<%=ClientId %>" class="form-control" />
        </div>
        <div class="input-group m-b">
            <span class="input-group-addon">客户ID</span>
            <input type="text" name="ClientID" id="ClientID" class="form-control" />
            <span class="input-group-addon">公司名称</span>
            <input type="text" name="Company" id="Company" class="form-control " />
        </div>
        <div class="input-group m-b">
            <span class="input-group-addon">客户名称</span>
            <input type="text" name="ClientName" id="ClientName" class="form-control " />
            <span class="input-group-addon">短信账号</span>
            <input type="text" name="SpID" id="SpID" value="<%=SpID %>" class="form-control" />
        </div>
        <div class="input-group m-b">
            <div class="input-daterange input-group " id="datepicker">
@@ -130,22 +130,22 @@
                <tr class="header">
                    <th>订单ID
                    </th>
                    <th>账号ID
                    <th>短信账号
                    </th>
                    <th>客户ID
                    <th>客户账号
                    </th>
                    <th>产品ID
                    <th>产品名称
                    </th>
                    <%--<th>套餐ID
                    </th>
                         --%>
                    <th>订单基本条数
                    <th>订单基本条数(条)
                    </th>
                    <th>订单赠送条数
                    <th>订单赠送条数(条)
                    </th>
                    <th>单价(元/条)
                    </th>
                    <th>订单总条数
                    <th>订单总条数(条)
                    </th>
                    <th>订单总金额(元)
                    </th>
@@ -153,13 +153,15 @@
                    </th>
                    <th>充值前账号余额(条)
                    </th>
                    <th>审核人(多级按“,”分隔)
                    </th>
                    <th>创建人
                    </th>
                    <th>创建时间
                    </th>
                    <th>状态
                    </th>
                    <th class="text-right">操作
                    <th class="text-center">操作
                    </th>
                </tr>
            </thead>
@@ -198,14 +200,14 @@
                        </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")%>
@@ -214,7 +216,7 @@
                        </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")%>