Merge branch 'feature/v2-个税扣缴义务人人员范围添加导入功能' into develop

This commit is contained in:
黎永顺 2023-01-28 17:54:28 +08:00
commit f53e8a733d
2 changed files with 14 additions and 9 deletions

View File

@ -153,14 +153,18 @@ class LedgerAssociatedPersonnel extends Component {
}
];
const btns = showOperateBtn ? [
<Button type="primary" onClick={() => this.setState({
importParams: {
...this.state.importParams,
visible: true,
step: 0,
importResult: {}
}
})}>导入</Button>,
<Button
type="primary"
size="small"
onClick={() => this.setState({
importParams: {
...this.state.importParams,
visible: true,
step: 0,
importResult: {}
}
})}
><span className="icon-coms-leading-in" title="导入"></span></Button>,
<WeaButtonIcon
buttonType="del"
type="primary"

View File

@ -202,10 +202,11 @@ export default class SlideTaxagentUser extends React.Component {
includeType == "1" &&
<Button
type="primary"
size="small"
onClick={() => {
this.setState({ importParams: { ...importParams, visible: true, step: 0 } });
}}
>导入</Button>
><span className="icon-coms-leading-in" title="导入"></span></Button>
}
<div className="addOrDelBtn">
<Button type="primary"