Merge branch 'feature/v2-个税扣缴义务人人员范围添加导入功能' into develop
This commit is contained in:
commit
f53e8a733d
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue