1
wwl
2025-06-10 cee2eca9c3e40b48c40a8fe80f938a777f03d463
src/api/hosp/customer.js
@@ -18,6 +18,15 @@
  })
}
//体检(退费)页面查询接口
export function getTjRefundList2(form) {
  return request({
    url: '/hosp/water/findTjRefundListByNameAndTjNumAndPhone2',
    method: 'get',
    params: form
  })
}
// 体检退费项目详情查询接口
export function getTjList(data) {
@@ -28,10 +37,28 @@
  })
}
// 体检退费项目详情查询接口
export function getTjList2(data) {
  return request({
    url: '/hosp/water/getTjRefundProInfoVoList2',
    method: 'get',
    params: data
  })
}
// 体检退费按钮接口
export function getTjRefund(data) {
  return request({
    url: '/hosp/water/tjRefund',
    method: 'post',
    data: data
  })
}
// 体检退费按钮接口
export function getTjRefund2(data) {
  return request({
    url: '/hosp/water/tjRefund2',
    method: 'post',
    data: data
  })
@@ -126,3 +153,14 @@
    }
  })
}
// 体检点击收费按钮接口
export function getUserinfo(data) {
  return request({
    url: '/hosp/customer/zhuceTjCustomer',
    method: 'post',
    data: data
  })
}