release/2.18.2.2412.02-个税
This commit is contained in:
parent
d65245b330
commit
457dbfab49
|
|
@ -78,14 +78,12 @@ class SyncToSalaryAccountSetDialog extends Component {
|
||||||
const { conditions } = this.state;
|
const { conditions } = this.state;
|
||||||
return (
|
return (
|
||||||
<WeaDialog
|
<WeaDialog
|
||||||
{...this.props} className="salarySetDialog" initLoadCss
|
{...this.props} className="salarySetDialog" initLoadCss title={getLabel(111, "请选择薪资账套")}
|
||||||
style={{ width: 480 }} title={getLabel(111, "请选择薪资账套")}
|
style={{ width: 480, height: _.reduce(conditions, (pre, cur) => (pre += cur.items.length), 0) * 47 + 33 }}
|
||||||
buttons={[<Button type="primary" onClick={this.save}
|
buttons={[<Button type="primary" onClick={this.save}
|
||||||
loading={this.state.loading}>{getLabel(537558, "确定")}</Button>]}
|
loading={this.state.loading}>{getLabel(537558, "确定")}</Button>]}
|
||||||
>
|
>
|
||||||
<div className="salarySetDialogContent">
|
<div className="salarySetDialogContent"> {getSearchs(salarySetform, conditions, 1, false)} </div>
|
||||||
{getSearchs(salarySetform, conditions, 1)}
|
|
||||||
</div>
|
|
||||||
</WeaDialog>
|
</WeaDialog>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue