custom-艾志工业-合并个税
This commit is contained in:
parent
58f213bfe5
commit
f9a940f182
|
|
@ -33,7 +33,7 @@ class Index extends Component {
|
|||
conditions: [],
|
||||
convertConditions: [],
|
||||
reportConditions: [],
|
||||
selectedKey: "statistics",
|
||||
selectedKey: "salaryDetail",
|
||||
reportName: "",
|
||||
keyword: "",
|
||||
year: moment().format("YYYY"),
|
||||
|
|
@ -271,7 +271,7 @@ class Index extends Component {
|
|||
|
||||
render() {
|
||||
const {
|
||||
taxAgentStore: { statisticsReportBtn, PageAndOptAuth },
|
||||
taxAgentStore: { statisticsReportBtn, PageAndOptAuth, showOperateBtn },
|
||||
attendanceStore: { statisticsForm, reportForm, tableStore }
|
||||
} = this.props;
|
||||
const {
|
||||
|
|
@ -322,11 +322,12 @@ class Index extends Component {
|
|||
}
|
||||
];
|
||||
const tabs = [
|
||||
{ key: "statistics", title: getLabel(111, "统计表") },
|
||||
{ key: "detail", title: getLabel(111, "员工明细") },
|
||||
// { key: "statistics", title: getLabel(111, "统计表") },
|
||||
// { key: "detail", title: getLabel(111, "员工明细") },
|
||||
{ key: "salaryDetail", title: getLabel(111, "薪资明细") }
|
||||
];
|
||||
dropMenuDatas = selectedKey === "salaryDetail" ? dropMenuDatas.slice(-1) : dropMenuDatas.slice(0, 1);
|
||||
!showOperateBtn && dropMenuDatas.shift();
|
||||
return (
|
||||
<WeaReqTop
|
||||
title={getLabel(111, "薪酬统计报表")} icon={<i className="icon-coms-fa"/>} selectedKey={selectedKey}
|
||||
|
|
|
|||
Loading…
Reference in New Issue