From 3b7d04cd0201c3a037ff40991bebfa12f818aa98 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 31 十月 2022 15:48:49 +0800
Subject: [PATCH] 基础资料,工资报表

---
 WebTM/views/工资管理/工资报表/Pay_WorkTimesPayMentEntryReport.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\267\245\350\265\204\346\212\245\350\241\250/Pay_WorkTimesPayMentEntryReport.html" "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\267\245\350\265\204\346\212\245\350\241\250/Pay_WorkTimesPayMentEntryReport.html"
index 3904a1f..640f942 100644
--- "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\267\245\350\265\204\346\212\245\350\241\250/Pay_WorkTimesPayMentEntryReport.html"
+++ "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\267\245\350\265\204\346\212\245\350\241\250/Pay_WorkTimesPayMentEntryReport.html"
@@ -326,10 +326,10 @@
                     , limits: [50, 500, 5000, 20000]
                     , cols: [[
                         { type: 'checkbox', fixed: 'left' }
-                        , { field: 'HDeptID', title: 'HDeptID', sort: true, width: 165 }
+                        , { field: 'HDeptID', title: 'HDeptID', sort: true, width: 165, hide: true }
                         , { field: '閮ㄩ棬', title: '閮ㄩ棬' }
                         , { field: '鏃ユ湡', title: '鏃ユ湡', width: 170 }
-                        , { field: 'HEmpID', title: 'HEmpID', width: 160 }
+                        , { field: 'HEmpID', title: 'HEmpID', width: 160, hide: true }
                         , { field: '鍛樺伐', title: '鍛樺伐', width: 160 }
                         , { field: '瀹為檯宸ユ椂', title: '瀹為檯宸ユ椂', width: 215 }
                         , { field: '璁℃椂鍗曚环', title: '璁℃椂鍗曚环', width: 115 }

--
Gitblit v1.9.1