From 7b9e068cfe4e295f9ee960457d848c631f0136c7 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 27 八月 2021 16:09:56 +0800 Subject: [PATCH] 工作交接 --- zhengcaioa/zhengcaioa/Views/SalaryCheck/SearchIndex.cshtml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/SalaryCheck/SearchIndex.cshtml b/zhengcaioa/zhengcaioa/Views/SalaryCheck/SearchIndex.cshtml index 36937e7..5bf09e8 100644 --- a/zhengcaioa/zhengcaioa/Views/SalaryCheck/SearchIndex.cshtml +++ b/zhengcaioa/zhengcaioa/Views/SalaryCheck/SearchIndex.cshtml @@ -37,7 +37,7 @@ { label: '宸ヤ綔琛ヨ创', name: 'Gongzuobutie', labtype: 'txt', hidden: false, width: 100 }, { label: '鍔犵彮宸ヨ祫', name: 'Jiabangongzi', labtype: 'txt', hidden: false, width: 100 }, { label: '绀句繚', name: 'Shebao', labtype: 'txt', hidden: false, width: 100 }, - { label: '鐢佃瘽琛ヨ创', name: 'Dianhuabutie', labtype: 'txt', hidden: false, width: 100 }, + { label: '鐢佃瘽琛ヨ创', name: 'DianhuabutieChs', labtype: 'txt', hidden: false, width: 100 }, { label: '鍏ㄥ嫟濂�', name: 'Quanqinjiang', labtype: 'txt', hidden: false, width: 100 }, { label: '浜ら�氳ˉ璐�', name: 'Jiaotngbutie', labtype: 'txt', hidden: false, width: 100 }, { label: '缁╂晥鎻愭垚', name: 'Jixiaoticheng', labtype: 'txt', hidden: false, width: 100 }, @@ -69,7 +69,8 @@ ]; dataUrl = "/SalaryCheck/GetSearchList"; searchCol = [ - { label: '鏃堕棿', name: 'searchDate', labtype: 'datearea', hidden: false }, + { label: '鏃堕棿', name: 'searchDatestart', labtype: 'monthdate', hidden: false, cwidth: '5%', cccwidth: '8%' }, + { label: '鍒�', name: 'searchDateend', labtype: 'monthdate', hidden: false, cwidth: '2%', cccwidth: '8%' }, { label: '閮ㄩ棬', name: 'DeptId', labtype: 'combox', hidden: false, data: JSON.parse(dept) }, { label: '濮撳悕', name: 'UserName', labtype: 'txt', hidden: false }, { label: '宸ュ彿', name: 'Usernumber', labtype: 'txt', hidden: false }, -- Gitblit v1.9.1