feature/2.12.1.2404.02-薪资核算判断账套是否修改提示
This commit is contained in:
parent
020af95921
commit
3b90b1def4
|
|
@ -54,7 +54,7 @@ class SalaryCalcLayout extends Component {
|
|||
const { fieldInformationConfirm, userConfirmed } = this.state;
|
||||
const buttons = [
|
||||
<Button type="primary" onClick={this.onOk}
|
||||
disabled={userConfirmed === "0"}>{getLabel(111, "是,按最新账套设置全量核算")}</Button>,
|
||||
disabled={userConfirmed === "0"}>{getLabel(111, "是,更新账套设置")}</Button>,
|
||||
<Button type="ghost" onClick={() => this.setState({
|
||||
fieldInformationConfirm: { ...fieldInformationConfirm, visible: false }
|
||||
})}>{getLabel(111, "否,忽略该提示")}</Button>
|
||||
|
|
@ -70,7 +70,7 @@ class SalaryCalcLayout extends Component {
|
|||
})}>
|
||||
<div className="confirm-content">
|
||||
<div className="contract">
|
||||
{getLabel("111", "本次核算所属薪资账套发生变更,是否需要按最新的账套设置进行核算?按照最新的账套进行核算,将覆盖当前核算数据(不清空手动输入/导入的数据),且不可恢复,请谨慎操作。")}
|
||||
{getLabel("111", "账套发生变更,是否需要更新账套设置?更新后核算将按照最新的账套进行核算,请谨慎操作。")}
|
||||
</div>
|
||||
<div className="confirm-container">
|
||||
<WeaCheckbox value={userConfirmed} content={getLabel("111", "已认真阅读,知晓风险")}
|
||||
|
|
|
|||
Loading…
Reference in New Issue