feature/2.12.1.2404.02-薪资核算判断账套是否修改提示
This commit is contained in:
parent
ae427c033a
commit
020af95921
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue