From c052583025ff87735d2120dc63aeee7ea5e5524e Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期三, 23 十一月 2022 09:25:11 +0800
Subject: [PATCH] 多项优化

---
 web/web/GwClient.aspx |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/web/web/GwClient.aspx b/web/web/GwClient.aspx
index 277511f..e2fac9d 100644
--- a/web/web/GwClient.aspx
+++ b/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 () {

--
Gitblit v1.9.1