{getLabel(111, "仅可查看")}
+ this.setState({
+ salaryBillViewingLimitSetting: { ...salaryBillViewingLimitSetting, monthType }
+ })}
+ options={[
+ { key: "SALARY_DATE", showname: getLabel(111, "薪资所属月"), selected: true },
+ { key: "SEND_DATE", showname: getLabel(111, "发放日期") }
+ ]}/>
this.setState({
salaryBillViewingLimitSetting: {
diff --git a/pc4mobx/hrmSalary/pages/payrollRelease/index.less b/pc4mobx/hrmSalary/pages/payrollRelease/index.less
index 245c991f..0caebb48 100644
--- a/pc4mobx/hrmSalary/pages/payrollRelease/index.less
+++ b/pc4mobx/hrmSalary/pages/payrollRelease/index.less
@@ -27,6 +27,7 @@
.salary-payroll-content {
padding: 8px 16px;
height: 100%;
+ overflow-y: auto;
& > .wea-search-group {
background: #FFF;