| ¶Ô±ÈÐÂÎļþ |
| | |
| | | import request from '@/utils/request' |
| | | |
| | | // æ¥è¯¢ |
| | | export function fetchList (data) { |
| | | return request.post('/visitsAdmin/cloudService/business/ywContractBill/findPageForOverdue', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | |
| | | // è·åæ¹éå¬ç¼´æ°æ® |
| | | export function getNoticeCustomerData (data) { |
| | | return request.post('/visitsAdmin/cloudService/business/ywContractBill/getNoticeCustomerData', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | |
| | | // åéå¬ç¼´æ°æ® |
| | | export function sendNoticeCustomerData (data) { |
| | | return request.post('/visitsAdmin/cloudService/business/ywContractBill/sendNoticeCustomerData', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | |
| | | // ä¸è½½å¬è´¹æä»¶ |
| | | export function downloadCallFeeDoc (data) { |
| | | return request.post('/visitsAdmin/cloudService/business/ywContractBill/downloadCallFeeDoc', data, { |
| | | download: true, |
| | | trim: true |
| | | }) |
| | | } |
| | | |
| | | // åéçä¿¡ä¸é®ä»¶ |
| | | export function sendSmsEmail (data) { |
| | | return request.post('/visitsAdmin/cloudService/business/ywContractBill/sendSmsEmail', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | |
| | | // è·åå¾
å¤çè´¦å |
| | | export function getWaitDealList (contractId) { |
| | | return request.get(`/visitsAdmin/cloudService/business/ywContractBill/getWaitDealList?contractId=${contractId}`) |
| | | } |