From ad97a60eb0ff674a4e7419d2102e5a635c2122f2 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 28 十月 2021 14:42:52 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/zhengcaioa/Views/SalaryCheck/Index.cshtml |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/SalaryCheck/Index.cshtml b/zhengcaioa/zhengcaioa/Views/SalaryCheck/Index.cshtml
index 395c424..e3dbedc 100644
--- a/zhengcaioa/zhengcaioa/Views/SalaryCheck/Index.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/SalaryCheck/Index.cshtml
@@ -59,7 +59,7 @@
             { label: '琛ュ彂宸ヨ祫', name: 'Bufagongzi', labtype: 'txt', hidden: false, width: 60 },
             { label: '鍚堣', name: 'sum_fgz', labtype: 'txt', hidden: false, width: 60 },
 
-            { label: '涓汉绀句繚', name: 'Shebaokou', labtype: 'txt', hidden: false, width: 60 },
+            { label: '绀句繚', name: 'Shebaokou', labtype: 'txt', hidden: false, width: 60 },
             { label: '涓◣', name: 'Geshui', labtype: 'txt', hidden: false, width: 60 },
             { label: '鐢佃瘽璐�', name: 'Dianhuafei', labtype: 'txt', hidden: false, width: 60 },
             { label: '缂哄嫟', name: 'Queqin', labtype: 'txt', hidden: false, width: 60 },
@@ -104,6 +104,20 @@
           
         });
 
+
+        var _pageSearch = function () {
+            $("#jqGrid").jqGrid('setGridParam', {
+                url: '/SalaryCheck/GetList', postData: jsons, page: 1
+            }); //閲嶆柊杞藉叆
+            var jsons = GetSearchEnd();
+            if (jsons == false) {
+                msg.info("璇峰綍鍏ユ煡璇㈡潯浠�");
+                return false;
+            }
+            LoadGrid(jsons);
+        }
+
+
         function getNowFormatDate() {
             var date = new Date();
             var seperator1 = "-";

--
Gitblit v1.9.1