| | |
| | | export function check (data) { |
| | | return request.post('/business/insuranceApply/check', data) |
| | | } |
| | | export function back (data) { |
| | | return request.post('/business/insuranceApply/back', data) |
| | | } |
| | | |
| | | export function uploadToubaodan (data) { |
| | | return request.post('/business/insuranceApply/uploadToubaodan', data) |
| | | } |
| | | export function uploadBaoxiandan(data) { |
| | | return request.post('/business/insuranceApply/uploadBaoxiandan', data) |
| | | } |
| | | export function editBaoxiandan(data) { |
| | | return request.post('/business/insuranceApply/editBaoxiandan', data) |
| | | } |
| | | export function dealBackApply(data) { |
| | | return request.post('/business/insuranceApply/dealBackApply', data) |
| | | } |
| | | |
| | | export function exportDetailExcel (data) { |
| | | return request.post('/business/insuranceApply/exportDetailExcel', data, { |
| | |
| | | export function getDetail (id) { |
| | | return request.get(`business/insuranceApply/${id}`) |
| | | } |
| | | export function getSignLink (id) { |
| | | return request.get(`business/insuranceApply/getSignLink/${id}`) |
| | | } |
| | | export function getDetailList (data) { |
| | | return request.post('/business/applyDetail/list', data, { |
| | | trim: true |