From bd81fe44b27c5876ca64be7949c6617353b73b15 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Thu, 7 Nov 2024 16:15:45 +0800 Subject: [PATCH] =?UTF-8?q?release/2.16.1.2410.01=20=E8=96=AA=E8=B5=84?= =?UTF-8?q?=E6=A1=A3=E6=A1=88=E6=B7=BB=E5=8A=A0=E8=B0=83=E8=96=AA=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E7=9A=84=E6=B3=9B=E5=BE=AE=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/payrollFiles/config/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pc4mobx/hrmSalary/pages/payrollFiles/config/index.js b/pc4mobx/hrmSalary/pages/payrollFiles/config/index.js index e1ee1288..ce378ee6 100644 --- a/pc4mobx/hrmSalary/pages/payrollFiles/config/index.js +++ b/pc4mobx/hrmSalary/pages/payrollFiles/config/index.js @@ -358,6 +358,15 @@ export const salaryFileSearchConditions = [ labelcol: 8, value: "", viewAttr: 2 + }, + { + conditionType: "RANGEPICKER", + domkey: ["adjustSalaryStartDate", "adjustSalaryEndDate"], + fieldcol: 16, + label: getLabel(111, "调薪日期"), + labelcol: 8, + value: "", + viewAttr: 2 } ], defaultshow: true,