From af63b044b26ddf2a381b28e7a7f413ddeb31e1e9 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期五, 29 四月 2022 12:07:30 +0800 Subject: [PATCH] 社会收支总表 --- src/api/shehuiBaozhang.js | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/api/shehuiBaozhang.js b/src/api/shehuiBaozhang.js index 04f0229..568fac9 100644 --- a/src/api/shehuiBaozhang.js +++ b/src/api/shehuiBaozhang.js @@ -10,27 +10,32 @@ 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) } -- Gitblit v1.9.1