| | |
| | | export function getChangeCountCyclePriceVO (data) { |
| | | return request.post('/business/applyChange/getChangeCountCyclePriceVO', data) |
| | | } |
| | | |
| | | // 列表查询 |
| | | export function findList (data) { |
| | | return request.post('/business/applyDetail/findList', data) |
| | | } |
| | | |
| | | // 业务处理 |
| | | export function applyChangeOpt (data) { |
| | | return request.post('/business/applyChange/applyChangeOpt', data) |
| | | } |
| | | |
| | | // 列表查询 |
| | | export function applyChagneDetailList (data) { |
| | | return request.post('/business/applyChagneDetail/list', data) |
| | | } |
| | | |
| | | // 修改 |
| | | export function update (data) { |
| | | return request.post('/business/applyChange/update', data) |
| | | } |