| | |
| | | trim: true |
| | | }) |
| | | } |
| | | export function findAllApply(data) { |
| | | return request.post('/business/insuranceApply/findListByDTO', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | |
| | | // 修改 |
| | | export function updateById (data) { |
| | |
| | | } |
| | | export function back (data) { |
| | | return request.post('/business/insuranceApply/back', data) |
| | | } |
| | | export function backWtb(data) { |
| | | return request.post('/business/insuranceApply/back', data) |
| | | } |
| | | export function closeWtbForShop (data) { |
| | | return request.post('/business/insuranceApply/closeWtbForShop', data) |
| | | } |
| | | |
| | | export function uploadToubaodan (data) { |
| | |
| | | export function getDetail (id) { |
| | | return request.get(`business/insuranceApply/${id}`) |
| | | } |
| | | export function getChangeDetail (id) { |
| | | return request.get(`business/applyChange/${id}`) |
| | | } |
| | | export function getSignLink (id) { |
| | | return request.get(`business/insuranceApply/getSignLink/${id}`) |
| | | } |
| | | export function getSignWTBTBDLink (data) { |
| | | return request.post(`business/insuranceApply/getSignWTBTBDLink`,data) |
| | | } |
| | | export function getSignTBQRSLink (data) { |
| | | // return request.get('/business/insuranceApply/signTBQRSLink') |
| | | return request.post('/business/insuranceApply/signTBQRSLink', data) |
| | | } |
| | | export function findListByDTO (data) { |
| | | return request.post('/business/insuranceApply/findListByDTO', data) |
| | | } |
| | | export function getMemberListOnlineSignLink (data) { |
| | | return request.post('/business/insuranceApply/getMemberListOnlineSignLink', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | export function getSignWTBTBDLinkk (data) { |
| | | return request.post('/business/insuranceApply/getSignWTBTBDLinkk', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | export function getJiajianBaoSignLink (data) { |
| | | return request.post('/business/applyChange/getJiajianBaoSignLink', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | |
| | | export function getChangeUnitSignLink (data) { |
| | | return request.post('/business/applyChange/getChangeUnitSignLink', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | export function getDetailList (data) { |
| | | return request.post('/business/applyDetail/list', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | export function getChangeDetailList (data) { |
| | | return request.post('/business/applyChagneDetail/list', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | |
| | | export function updateData (data) { |
| | | return request.post('/business/insuranceApply/updateData', data) |
| | | } |
| | | |
| | | // 在保分页查询 |
| | | export function applyDetailPage (data) { |
| | | return request.post('/business/applyDetail/page', data) |
| | | } |
| | | |
| | | // 加减、换场分页查询 |
| | | export function applyChagneDetailPage (data) { |
| | | return request.post('/business/applyChagneDetail/page', data) |
| | | } |
| | | // 导出在保人员详单Excel |
| | | export function exportExcel (data) { |
| | | return request.post('/business/applyDetail/exportExcel', data, { |
| | | trim: true, |
| | | download: true |
| | | }) |
| | | } |
| | | export function exportJiajianBaoExcel (data) { |
| | | return request.post('/business/applyChange/exportJiajianBaoExcel', data, { |
| | | trim: true, |
| | | download: true |
| | | }) |
| | | } |
| | | export function backChagne (data) { |
| | | return request.post('/business/applyChange/back', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | export function editChangePidan (data) { |
| | | return request.post('/business/applyChange/editPidan', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | export function uploadChangePidan (data) { |
| | | return request.post('/business/applyChange/uploadPidan', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | export function dealBackChangeApply (data) { |
| | | return request.post('/business/applyChange/dealBackApply', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | export function exportChangeUnitExcel (data) { |
| | | return request.post('/business/applyChange/exportChangeUnitExcel', data, { |
| | | trim: true, |
| | | download: true |
| | | }) |
| | | } |
| | | |
| | | // 导出Excel |
| | | export function applyChagneDetailExcel (data) { |
| | | return request.post('/business/applyChagneDetail/exportExcel', data, { |
| | | trim: true, |
| | | download: true |
| | | }) |
| | | } |