From 8a286d8dd894be550bd0ce9fd859781f98478747 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 20 七月 2021 15:15:04 +0800
Subject: [PATCH] 今日开发     客户资料。前端同步到后端  ,书城端和会员端都需要同步                  绩效管理  菜单修改                  绩效管理-我的报表,没有参与的大项,小项都不显示                  绩效管理-工作报表  批量查询,批量打印

---
 zhengcaioa/zhengcaioa/Views/AdmPieceCheck/Index.cshtml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/AdmPieceCheck/Index.cshtml b/zhengcaioa/zhengcaioa/Views/AdmPieceCheck/Index.cshtml
index 117c4b6..64c4f05 100644
--- a/zhengcaioa/zhengcaioa/Views/AdmPieceCheck/Index.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/AdmPieceCheck/Index.cshtml
@@ -4,7 +4,7 @@
 }
 @section headerStyle{
     <script type="text/javascript">
-        var PayType = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.PayType))';
+        @*var PayType = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.PayType))';*@
 
         var DeptId = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.DeptId))';
         loseherght = 30;
@@ -26,12 +26,13 @@
 
             { label: '宸ヤ綔鍐呭', name: 'Remark', labtype: 'txt', hidden: false, width: 100 },
             { label: '缁╂晥鎻愭垚锛堝厓锛�', name: 'Gongzi', labtype: 'txt', hidden: false, width: 100 },
+            { label: '鏁伴噺', name: 'Shuliang', labtype: 'txt', hidden: false, width: 100 },
 
         ];
         dataUrl = "/AdmPieceCheck/GetList";
         searchCol = [
             { label: '宸ヤ綔鏃堕棿', name: 'WorkTime', labtype: 'datearea', hidden: false },
-            { label: '绫诲埆', name: 'PayType', labtype: 'combox', hidden: false, data: JSON.parse(PayType), cwidth: '5%', cccwidth: '8%' },
+            //{ label: '绫诲埆', name: 'PayType', labtype: 'combox', hidden: false, data: JSON.parse(PayType), cwidth: '5%', cccwidth: '8%' },
             { label: '閮ㄩ棬', name: 'DeptId', labtype: 'combox', hidden: false, data: JSON.parse(DeptId), cwidth: '5%', cccwidth: '8%' },
             { label: '濮撳悕', name: 'UserName', labtype: 'txt', hidden: false },
            

--
Gitblit v1.9.1