custom-艾志工业-合并个税

This commit is contained in:
lys 2025-06-20 14:42:35 +08:00
parent a5d1b37100
commit 5c30538bb8
2 changed files with 2 additions and 3 deletions

View File

@ -174,8 +174,7 @@ class SalaryDetails extends Component {
columns: _.map(columns, (it, idx) => ({
dataIndex: it.column || it.dataIndex, title: it.text || it.title, calcDetail: true, showSee: false,
width: (it.dataIndex === "taxAgent" || it.dataIndex === "salarySob") ? 176 : (it.width || it.oldWidth),
fixed: (idx === 1 || idx === 0 || idx === 2) ? "left" : "",
ellipsis: true
fixed: it.fixed, ellipsis: true
}))
});
}

View File

@ -33,7 +33,7 @@ class Index extends Component {
conditions: [],
convertConditions: [],
reportConditions: [],
selectedKey: "statistics",
selectedKey: "salaryDetail",
reportName: "",
keyword: "",
year: moment().format("YYYY"),