| | |
| | | method: 'delete', |
| | | data: query |
| | | }) |
| | | } |
| | | } |
| | | // 获取发票号和发票金额 |
| | | export function getTicketNo(query){ |
| | | return request({ |
| | | url: "/purchase/registration/getTicketNo", |
| | | method: "get", |
| | | params: query |
| | | }) |
| | | } |
| | | // 分页查询 |
| | | export function paymentHistoryList(query) { |
| | | return request({ |
| | | url: '/purchase/paymentRegistration/paymentHistoryList', |
| | | method: 'get', |
| | | params: query |
| | | }) |
| | | } |
| | | |
| | | // 分页查询 |
| | | export function paymentHistoryListPage(query) { |
| | | return request({ |
| | | url: '/purchase/paymentRegistration/paymentHistoryListPage', |
| | | method: 'get', |
| | | params: query |
| | | }) |
| | | } |