feature/2.9.9.2312.01-社保核算以及薪资账套查询优化
This commit is contained in:
parent
9949df47fb
commit
49eab11325
|
|
@ -339,6 +339,16 @@ class SupplementarySlide extends Component {
|
|||
...baseInfo,
|
||||
supplementType,
|
||||
historyMonth: ""
|
||||
},
|
||||
businessAccounting: {
|
||||
socialSecurityBase: [],
|
||||
fundBase: [],
|
||||
otherBase: []
|
||||
},
|
||||
inputPaymentAmount: {
|
||||
socialPayment: [],
|
||||
fundPayment: [],
|
||||
otherPayment: []
|
||||
}
|
||||
}, () => this.handleChangeItem());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue