| | |
| | | return postRequest('/ybg/webservice/app/social/getPersonTable.do', params) |
| | | } |
| | | |
| | | //14.查询职工养老保险参保人数数据接口 |
| | | //34.查询社会保障基金统计表数据接口 |
| | | export const getStatisticsTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getStatisticsTable.do', params) |
| | | } |
| | | |
| | | //12.查询职工养老保险参保人数数据接口 |
| | | export const getSecurityTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getSecurityTable.do', params) |
| | | } |
| | | |
| | | //15.查询近一年职工养老保险参保人数折线图数据接口 |
| | | //13.查询近一年职工养老保险参保人数折线图数据接口 |
| | | export const getSecurityDetailChart = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getSecurityDetailChart.do', params) |
| | | } |
| | | |
| | | //16.查询社会保险参保人数表格数据接口 |
| | | //14.查询社会保险参保人数表格数据接口 |
| | | export const getInsuranceTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getInsuranceTable.do', params) |
| | | } |
| | | |
| | | //17.查询社保征缴收入明细总览表格数据接口 |
| | | //15.查询社保征缴收入明细总览表格数据接口 |
| | | export const getFundincomeTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getFundincomeTable.do', params) |
| | | } |
| | | |
| | | //18.查询社保征缴收入和参保人数平均值表格数据接口 |
| | | //16.查询社保征缴收入和参保人数平均值表格数据接口 |
| | | export const getAverageTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getAverageTable.do', params) |
| | | } |
| | | |
| | | //17.查询社保卡持卡人数数据接口 |
| | | export const getCardNumsTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getCardNumsTable.do',params) |
| | | } |
| | | |
| | | // 35. 查询历年社保基金数据分析图数据接口 |
| | | export const getStatisticsChart = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getStatisticsChart.do',params) |
| | | } |