| | |
| | | // 体检(收费)页面查询接口 |
| | | export function getfindTj(form) { |
| | | return request({ |
| | | url: '/hosp/water/findTjCollectFeesByNameAndTjNumAndPhone', |
| | | // url: '/hosp/water/findTjCollectFeesByNameAndTjNumAndPhone', |
| | | url: '/hosp/water/findTjCollectFeesByNameAndTjNumAndPhoneN', |
| | | method: 'get', |
| | | params: form |
| | | }) |
| | |
| | | // 体检已收费未收费信息查询接口 |
| | | export function getByTjNum(data) { |
| | | return request({ |
| | | url: '/hosp/water/findTjChargedButNotChargedByTjNum', |
| | | // url: '/hosp/water/findTjChargedButNotChargedByTjNum', |
| | | url: '/hosp/water/findTjChargedButNotChargedByTjNumN', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | |
| | | data: data |
| | | }) |
| | | } |
| | | |
| | | export function getwaterSupper(data) { |
| | | return request({ |
| | | url: '/hosp/water/supper', |
| | | method: 'put', |
| | | data: data |
| | | }) |
| | | } |
| | | // 查询客户信息详细 |
| | | export function getCustomer(cusId) { |
| | | return request({ |