From 760eede869d8bc0b1b5a4ff38b2d3d94f5e2cb86 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 04 八月 2021 14:29:15 +0800
Subject: [PATCH] 今日开发          专家派工-没有审批的专家不能派工   意向客户访问新增,短信发送不要红星   合作客户  在客户资料列表增加快捷访问链接                        工作报表  修改排版                        问题维护    试用法条  改为1000字, 问题查询打开直接默认未审核,不要停两秒再刷新   项目新增 增加字段:采购预算 万元   工作考评  考聘不称职当天无工资

---
 zhengcaioa/zhengcaioa/Views/Liaotian/Indexcheck.cshtml |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/Liaotian/Indexcheck.cshtml b/zhengcaioa/zhengcaioa/Views/Liaotian/Indexcheck.cshtml
index d23e13c..47f473e 100644
--- a/zhengcaioa/zhengcaioa/Views/Liaotian/Indexcheck.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/Liaotian/Indexcheck.cshtml
@@ -54,7 +54,7 @@
             { label: '淇敼浜�', name: 'Modifier', labtype: 'txt', hidden: true },
             { label: '淇敼鏃堕棿', name: 'Modifytimetxt', labtype: 'txt', hidden: true }
         ];
-        dataUrl = "/Liaotian/GetLiaotianList";
+        dataUrl = "/Liaotian/GetLiaotianList?Shifoushenhe=D";
         searchCol = [
 
             { label: '闂绫诲埆', name: 'Questiontype', labtype: 'combox', hidden: false, data: JSON.parse(questiontypeDropDown), cwidth: '5%', cccwidth: '8%' },
@@ -70,7 +70,19 @@
         var _pageAdd = function () {
             OpenWindow("鏂板闂", "98%", "90%", "/Liaotian/Edit/");
         }
-
+        var _pageSearch = function () {
+            $("#jqGrid").jqGrid('setGridParam', {
+                url:'/Liaotian/GetLiaotianList',   postData: jsons, page: 1
+            }); //閲嶆柊杞藉叆
+            var jsons = GetSearchEnd();
+            if (jsons == false) {
+                msg.info("璇峰綍鍏ユ煡璇㈡潯浠�");
+                return false;
+            }
+            LoadGrid(jsons);
+        }
+        
+       
 
         var _pageZhuanyi = function () {
             $.ajax({
@@ -216,12 +228,12 @@
 
         $(document).ready(function () {
 
-            setTimeout(
-                function () {
+            //setTimeout(
+            //    function () {
                     $("#PBSShifoushenhe").val("D");
                     $("#PBSShifoushenhe").trigger('chosen:updated');//鏇存柊閫夐」
-                    _pageSearch();
-                }, 2000);
+                //    _pageSearch();
+                //}, 2000);
 
          
         }); 

--
Gitblit v1.9.1