产品薪资账套-社保福利台账核算总计行
This commit is contained in:
parent
37f60c2875
commit
f9eb7b9a1d
|
|
@ -116,12 +116,14 @@ export default class NormalIndex extends Component {
|
|||
};
|
||||
siaccountDetailCommonListSum = () => {
|
||||
const { searchValue: userName } = this.state;
|
||||
const { billMonth, paymentOrganization } = this.props;
|
||||
const billMonth = getQueryString("billMonth");
|
||||
const paymentOrganization = getQueryString("paymentOrganization");
|
||||
return siaccountDetailCommonListSum({ billMonth, paymentOrganization, userName });
|
||||
};
|
||||
siaccountDetailSupplementaryListSum = () => {
|
||||
const { searchValue: userName } = this.state;
|
||||
const { billMonth, paymentOrganization } = this.props;
|
||||
const billMonth = getQueryString("billMonth");
|
||||
const paymentOrganization = getQueryString("paymentOrganization");
|
||||
return siaccountDetailSupplementaryListSum({ billMonth, paymentOrganization, userName });
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue