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/FiPiecerate/Index.cshtml |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/FiPiecerate/Index.cshtml b/zhengcaioa/zhengcaioa/Views/FiPiecerate/Index.cshtml
index 92b189d..06a45a8 100644
--- a/zhengcaioa/zhengcaioa/Views/FiPiecerate/Index.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/FiPiecerate/Index.cshtml
@@ -4,16 +4,16 @@
 }
 @section headerStyle{
     <script type="text/javascript">
- 
+
         var Pieceratetype = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.Pieceratetype))';
-
-
+        var Standard = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.Standard))';
+        
 
         //loseherght = 60;
         dataCol = [
             { label: 'id', name: 'Id', labtype: 'txt', hidden: true },
-         
-            { label: '绫诲埆', name: 'PieceratetypeName', labtype: 'txt', hidden: false, width: 100 },
+
+            { label: '绫诲埆', name: 'PieceratetypeName', labtype: 'txt', hidden: true, width: 100 },
             {
                 label: '鏈嶅姟椤圭洰', name: 'Project', labtype: 'txt', hidden: false, width: 100,
                 formatter: function (cellvalue, options, rowObject) {
@@ -21,13 +21,13 @@
                 }
             },
 
-           
-            { label: '鎻愭垚鏍囧噯', name: 'StandardName', labtype: 'txt', hidden: false, width: 100 },
-            { label: '鎻愭垚棰濆害', name: 'Percent', labtype: 'txt', hidden: false, width: 100 },
-            {
-                label: '鍚敤鏃堕棿', name: 'CreatedAtTimeName', labtype: 'txt', hidden: false, width: 100  },
 
-             
+            { label: '鏄惁璁′欢鐧昏', name: 'StandardName', labtype: 'txt', hidden: false, width: 100 },
+            { label: '鎻愭垚棰濆害', name: 'Percent', labtype: 'txt', hidden: true, width: 100 },
+            {
+                label: '鍚敤鏃堕棿', name: 'CreatedAtTimeName', labtype: 'txt', hidden: true, width: 100  },
+
+
 
 
         ];
@@ -38,10 +38,12 @@
 
 
 
-            { label: '鍚敤鏃堕棿', name: 'CreatedAtTime', labtype: 'datearea', hidden: false },
-            { label: '绫诲埆', name: 'Pieceratetype', labtype: 'combox', hidden: false, data: JSON.parse(Pieceratetype), cwidth: '5%', cccwidth: '8%' },
+            //{ label: '鍚敤鏃堕棿', name: 'CreatedAtTime', labtype: 'datearea', hidden: false },
+            //{ label: '绫诲埆', name: 'Pieceratetype', labtype: 'combox', hidden: false, data: JSON.parse(Pieceratetype), cwidth: '5%', cccwidth: '8%' },
             { label: '鏈嶅姟椤圭洰', name: 'Project', labtype: 'txt', hidden: false },
-          
+            { label: '鏄惁璁′欢鐧昏', name: 'Standard', labtype: 'combox', hidden: false, data: JSON.parse(Standard), cwidth: '5%', cccwidth: '8%' },
+            
+
         ];
         var _pageAdd = function () {
             OpenWindow("鏂板璁′欢鏍囧噯", "98%", "90%", "/FiPiecerate/Edit/");

--
Gitblit v1.9.1