| | |
| | | params: query, |
| | | }); |
| | | } |
| | | |
| | | // 客户往来统计汇总 |
| | | export function customerTransactionsSummary(query) { |
| | | return request({ |
| | | url: "/metricStatistics/customerTransactionsSummary", |
| | | method: "get", |
| | | params: query, |
| | | }); |
| | | } |
| | | |
| | | // 客户往来产品明细 |
| | | export function customerTransactionsProducts(query) { |
| | | return request({ |
| | | url: "/metricStatistics/customerTransactionsProducts", |
| | | method: "get", |
| | | params: query, |
| | | }); |
| | | } |
| | | |
| | | // 客户往来发货明细 |
| | | export function customerTransactionsShipments(query) { |
| | | return request({ |
| | | url: "/metricStatistics/customerTransactionsShipments", |
| | | method: "get", |
| | | params: query, |
| | | }); |
| | | } |