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,