.
wwl
2024-12-27 d3f92860bb7bd72e52f6dc0e476d988188d00b48
src/api/hosp/customer.js
@@ -40,7 +40,8 @@
// 体检(收费)页面查询接口
export function getfindTj(form) {
  return request({
    url: '/hosp/water/findTjCollectFeesByNameAndTjNumAndPhone',
    // url: '/hosp/water/findTjCollectFeesByNameAndTjNumAndPhone',
    url: '/hosp/water/findTjCollectFeesByNameAndTjNumAndPhoneN',
    method: 'get',
    params: form
  })
@@ -49,7 +50,8 @@
// 体检已收费未收费信息查询接口
export function getByTjNum(data) {
  return request({
    url: '/hosp/water/findTjChargedButNotChargedByTjNum',
    // url: '/hosp/water/findTjChargedButNotChargedByTjNum',
    url: '/hosp/water/findTjChargedButNotChargedByTjNumN',
    method: 'get',
    params: data
  })
@@ -63,7 +65,13 @@
    data: data
  })
}
export function getwaterSupper(data) {
  return request({
    url: '/hosp/water/supper',
    method: 'put',
    data: data
  })
}
// 查询客户信息详细
export function getCustomer(cusId) {
  return request({