From c3acb0bf589ba6de244e4eae737152688e5d3e61 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期三, 23 十一月 2022 16:41:29 +0800 Subject: [PATCH] 优化待审核页面 --- web/web/GwClient.aspx | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/web/web/GwClient.aspx b/web/web/GwClient.aspx index a355801..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 () { @@ -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> -- Gitblit v1.9.1