From cee2eca9c3e40b48c40a8fe80f938a777f03d463 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期二, 10 六月 2025 17:57:11 +0800
Subject: [PATCH] 1

---
 src/api/hosp/customer.js |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 50 insertions(+), 4 deletions(-)

diff --git a/src/api/hosp/customer.js b/src/api/hosp/customer.js
index cfe2772..2218055 100644
--- a/src/api/hosp/customer.js
+++ b/src/api/hosp/customer.js
@@ -3,7 +3,7 @@
 // 鏌ヨ瀹㈡埛淇℃伅鍒楄〃
 export function listCustomer(query) {
   return request({
-    url: '/hosp/customer/list',
+    url: '/hosp/customer/getcusList',
     method: 'get',
     params: query
   })
@@ -13,6 +13,15 @@
 export function getTjRefundList(form) {
   return request({
     url: '/hosp/water/findTjRefundListByNameAndTjNumAndPhone',
+    method: 'get',
+    params: form
+  })
+}
+
+//浣撴(閫�璐�)椤甸潰鏌ヨ鎺ュ彛
+export function getTjRefundList2(form) {
+  return request({
+    url: '/hosp/water/findTjRefundListByNameAndTjNumAndPhone2',
     method: 'get',
     params: form
   })
@@ -28,6 +37,15 @@
   })
 }
 
+// 浣撴閫�璐归」鐩鎯呮煡璇㈡帴鍙�
+export function getTjList2(data) {
+  return request({
+    url: '/hosp/water/getTjRefundProInfoVoList2',
+    method: 'get',
+    params: data
+  })
+}
+
 // 浣撴閫�璐规寜閽帴鍙�
 export function getTjRefund(data) {
   return request({
@@ -37,10 +55,20 @@
   })
 }
 
+// 浣撴閫�璐规寜閽帴鍙�
+export function getTjRefund2(data) {
+  return request({
+    url: '/hosp/water/tjRefund2',
+    method: 'post',
+    data: data
+  })
+}
+
 // 浣撴(鏀惰垂)椤甸潰鏌ヨ鎺ュ彛
 export function getfindTj(form) {
   return request({
-    url: '/hosp/water/findTjCollectFeesByNameAndTjNumAndPhone',
+    // url: '/hosp/water/findTjCollectFeesByNameAndTjNumAndPhone',
+    url: '/hosp/water/findTjCollectFeesByNameAndTjNumAndPhoneN',
     method: 'get',
     params: form
   })
@@ -49,7 +77,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 +92,13 @@
     data: data
   })
 }
-
+export function getwaterSupper(data) {
+  return request({
+    url: '/hosp/water/supper',
+    method: 'put',
+    data: data
+  })
+}
 // 鏌ヨ瀹㈡埛淇℃伅璇︾粏
 export function getCustomer(cusId) {
   return request({
@@ -118,3 +153,14 @@
     }
   })
 }
+
+
+
+// 浣撴鐐瑰嚮鏀惰垂鎸夐挳鎺ュ彛
+export function getUserinfo(data) {
+  return request({
+    url: '/hosp/customer/zhuceTjCustomer',
+    method: 'post',
+    data: data
+  })
+}

--
Gitblit v1.8.0