wzp
2022-11-23 c3acb0bf589ba6de244e4eae737152688e5d3e61
web/web/GwClient.aspx
@@ -1,11 +1,17 @@
<%@ Page Language="C#" MasterPageFile="~/Main.master" AutoEventWireup="true" CodeFile="GwClient.aspx.cs" Inherits="_GwClient" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
    <script type="text/javascript" src="/web/js/jquery.min.js?v=2.1.4"></script>
    <%--<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 type="text/javascript">
        $(document).ready(function () {
            $("textarea").numberedtextarea();
            //全选
            $("#checkAll").click(function () {
                $("input[name='checkbox']").prop("checked", $(this).is(":checked"));
            });
            $(document).on("click", ".action-query", function () {
                loadPageList();
@@ -369,10 +375,9 @@
            return pwd;
        }
        //全选
        $("#checkAll").click(function () {
            $("input[name='checkbox']").prop("checked", $(this).is(":checked"));
        });
        //批量分配个性产品:打开界面
        $(document).on("click", ".action-modal-setProduct", function () {
@@ -716,7 +721,7 @@
                                    <select name="smsStatusReport" id="smsStatusReport" class="form-control">
                                        <option value="0" >不显示</option>
                                        <option value="1" >只显示提交失败为发送失败状态</option>
                                        <option value="2" >显示全部状态状态</option>
                                        <option value="2" >显示全部状态</option>
                                    </select>
                            </div>
                        </div>