From 67a0042c5f29e4bb0e0b82f6190f2bc51480b45c Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 28 二月 2023 13:25:09 +0800 Subject: [PATCH] 工资绩效改版 --- zhengcaioa/zhengcaioa/Views/Liaotian/Indexcheck.cshtml | 70 ++++++++++++++++++++++++++++++++--- 1 files changed, 64 insertions(+), 6 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/Liaotian/Indexcheck.cshtml b/zhengcaioa/zhengcaioa/Views/Liaotian/Indexcheck.cshtml index c04c8e5..47f473e 100644 --- a/zhengcaioa/zhengcaioa/Views/Liaotian/Indexcheck.cshtml +++ b/zhengcaioa/zhengcaioa/Views/Liaotian/Indexcheck.cshtml @@ -33,14 +33,28 @@ - } }, + } + }, + { + label: '鏄惁鍑轰功', name: 'ChushuStatus', labtype: 'txt', hidden: false, width: 100, + formatter: function (cellvalue, options, rowObject) { + if (cellvalue == "D") { + return "鍚�" + } else { + return "鏄�" + } + + + + } + }, { label: '鐘舵��', name: 'RecStatus', labtype: 'txt', hidden: true }, { label: '鍒涘缓浜�', name: 'Creater', labtype: 'txt', hidden: true }, { label: '鍒涘缓鏃堕棿', name: 'Createtimetxt', labtype: 'txt', hidden: true }, { 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%' }, @@ -50,13 +64,25 @@ { label: '鏄惁瀹℃牳', name: 'Shifoushenhe', labtype: 'combox', hidden: false, data: JSON.parse(shifou), cwidth: '5%', cccwidth: '8%' }, { label: '褰曞叆鏃堕棿', name: 'Createtime', labtype: 'datearea', hidden: false }, { label: '褰曞叆浜�', name: 'Creater', labtype: 'combox', hidden: false, data: JSON.parse(Creater), cwidth: '5%', cccwidth: '8%' }, - - + { label: '鏄惁鍑轰功', name: 'ChushuStatus', labtype: 'combox', hidden: false, data: JSON.parse(shifou), cwidth: '5%', cccwidth: '8%' }, + //{ label: '鏄惁鏀惰棌', name: 'ShouCangStatus', labtype: 'combox', hidden: false, data: JSON.parse(shifou), cwidth: '5%', cccwidth: '8%' }, ]; 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({ @@ -175,11 +201,43 @@ } + + + + //function sendHuidaStatus() { + + // var msg = $("#PBSShifoushenhe"); + + + // if (msg.length > 0) { + // $("#PBSShifoushenhe").val("D"); + // $("#PBSShifoushenhe").trigger('chosen:updated');//鏇存柊閫夐」 + // //_pageSearch(); + // } else { + // setTimeout(sendHuidaStatus, 1000); + // } + //} + //sendHuidaStatus(); send(); + + + + + - + $(document).ready(function () { + //setTimeout( + // function () { + $("#PBSShifoushenhe").val("D"); + $("#PBSShifoushenhe").trigger('chosen:updated');//鏇存柊閫夐」 + // _pageSearch(); + //}, 2000); + + + }); + -- Gitblit v1.9.1