注释掉社保福利台账添加线下对比
This commit is contained in:
parent
1d1ced8d77
commit
f6d9328344
|
|
@ -489,14 +489,14 @@ export default class NormalIndex extends Component {
|
|||
}}>核算</Button>
|
||||
</React.Fragment>
|
||||
}
|
||||
{
|
||||
selectedKey === "1" &&
|
||||
<React.Fragment>
|
||||
<Button type="primary" onClick={() => {
|
||||
window.open(`/spa/hrmSalary/static/index.html#/main/hrmSalary/socialSecurityBenefits/sbofflineComparison?billMonth=${billMonth}&paymentOrganization=${paymentOrganization}`)
|
||||
}}>线下对比</Button>
|
||||
</React.Fragment>
|
||||
}
|
||||
{/*{*/}
|
||||
{/* selectedKey === "1" &&*/}
|
||||
{/* <React.Fragment>*/}
|
||||
{/* <Button type="primary" onClick={() => {*/}
|
||||
{/* window.open(`/spa/hrmSalary/static/index.html#/main/hrmSalary/socialSecurityBenefits/sbofflineComparison?billMonth=${billMonth}&paymentOrganization=${paymentOrganization}`)*/}
|
||||
{/* }}>线下对比</Button>*/}
|
||||
{/* </React.Fragment>*/}
|
||||
{/*}*/}
|
||||
{/*核算进度条*/}
|
||||
<ProgressModal
|
||||
visible={this.state.progressVisible}
|
||||
|
|
|
|||
Loading…
Reference in New Issue