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_SingleBalBillEntryReport.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 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_SingleBalBillEntryReport.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_SingleBalBillEntryReport.html"
index 4a81ed8..ec92c79 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_SingleBalBillEntryReport.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_SingleBalBillEntryReport.html"
@@ -326,15 +326,15 @@
                     , 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: '閮ㄩ棬', width: 170 }
-                        , { field: 'HEmpID', title: 'HEmpID', width: 170 }
+                        , { field: 'HEmpID', title: 'HEmpID', width: 170, hide: true }
                         , { field: '鍛樺伐', title: '鍛樺伐', width: 160 }
                         , { field: '鏃ユ湡', title: '鏃ユ湡', width: 160 }
-                        , { field: 'HMaterID', title: 'HMaterID', width: 160 }
+                        , { field: 'HMaterID', title: 'HMaterID', width: 160, hide: true }
                         , { field: '浜у搧鍚嶇О', title: '浜у搧鍚嶇О', width: 160 }
                         , { field: '瑙勬牸鍨嬪彿', title: '瑙勬牸鍨嬪彿', width: 160 }
-                        , { field: 'HProcID', title: 'HProcID', width: 160 }
+                        , { field: 'HProcID', title: 'HProcID', width: 160, hide: true }
                         , { field: '宸ュ簭浠g爜', title: '宸ュ簭浠g爜', width: 160 }
                         , { field: '宸ュ簭鍚嶇О', title: '宸ュ簭鍚嶇О', width: 160 }
                         , { field: '鏁伴噺', title: '鏁伴噺', width: 160 }

--
Gitblit v1.9.1