| | |
| | | export function listanlstatistics(query) { |
| | | return request({ |
| | | url: '/project/spstatcase/spStatCaselist', |
| | | method: 'get', |
| | | params: query |
| | | method: 'post', |
| | | data: query |
| | | }) |
| | | } |
| | | // 查询绩效统计 |
| | | export function listjixstatistics(query) { |
| | | return request({ |
| | | url: '/project/funddetail/getListBySpStatBonus', |
| | | method: 'get', |
| | | params: query |
| | | method: 'post', |
| | | data: query |
| | | }) |
| | | } |
| | | // 查询报销统计 |
| | | export function listbxiaostatistics(query) { |
| | | return request({ |
| | | url: '/project/spstatexpense/spStatExpenselist', |
| | | method: 'get', |
| | | params: query |
| | | method: 'post', |
| | | data: query |
| | | }) |
| | | } |
| | | // 查询收费统计 |
| | | export function listsfeistatistics(query) { |
| | | return request({ |
| | | url: '/project/donorchargeorgan/getListBySpStatChange', |
| | | method: 'get', |
| | | params: query |
| | | method: 'post', |
| | | data: query |
| | | }) |
| | | } |