feature/2.12.1.2404.02-薪资核算判断账套是否修改提示

This commit is contained in:
黎永顺 2024-05-06 16:58:42 +08:00
parent ae427c033a
commit 020af95921
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ class Index extends Component {
const { salarySobCycle, showSearchAd, formulaTd, columnDesc, showTotalCell } = this.state;
const { routeParams: { salaryAcctRecordId } } = this.props;
const formulaObj = _.get(columnDesc, [formulaTd]) || {};
return (<SalaryCalcLayout {...this.props}>
return (<SalaryCalcLayout {...this.props} onConfirm={() => this.onAdSearch(false)}>
<div className="salary-edit-calc-content">
<div className="salary-flex-between weapp-salary-tb-tip">
<div>

View File

@ -43,7 +43,7 @@ class SalaryCalcLayout extends Component {
message.success(getLabel(30700, "操作成功!"));
this.setState({
fieldInformationConfirm: { ...fieldInformationConfirm, visible: false }
});
}, () => this.props.onConfirm());
} else {
message.error(errormsg);
}