产品薪资账套-社保福利台账核算总计行

This commit is contained in:
黎永顺 2023-04-07 17:27:20 +08:00
parent 37f60c2875
commit f9eb7b9a1d
1 changed files with 4 additions and 2 deletions

View File

@ -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 });
};