release/2.19.1.2501.01-个税
This commit is contained in:
parent
648b349f32
commit
7a1705d3f2
|
|
@ -246,7 +246,7 @@ class EmployeeDeclareDetailSchemaEditDialog extends Component {
|
||||||
break;
|
break;
|
||||||
case "dismissDate":
|
case "dismissDate":
|
||||||
const { employmentStatus } = declareForm.getFormParams();
|
const { employmentStatus } = declareForm.getFormParams();
|
||||||
if (!value && employmentStatus === "ABNORMAL") this.setState({
|
this.setState({
|
||||||
eConditions: _.map(eConditions, it => {
|
eConditions: _.map(eConditions, it => {
|
||||||
return {
|
return {
|
||||||
...it, items: _.map(it.items, child => {
|
...it, items: _.map(it.items, child => {
|
||||||
|
|
@ -257,7 +257,7 @@ class EmployeeDeclareDetailSchemaEditDialog extends Component {
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
}, () => declareForm.updateFields({ employmentStatus: "NORMAL" }));
|
}, () => declareForm.updateFields({ employmentStatus: (!value && employmentStatus === "ABNORMAL") ? "NORMAL" : "ABNORMAL" }));
|
||||||
break;
|
break;
|
||||||
case "reissueSalary":
|
case "reissueSalary":
|
||||||
this.setState({
|
this.setState({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue