From fc33ca37c3f01081147679345af12d76240d30bc Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期六, 04 一月 2025 18:08:51 +0800 Subject: [PATCH] 1 --- src/api/hosp/customer.js | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/src/api/hosp/customer.js b/src/api/hosp/customer.js index ce13d45..a8e8636 100644 --- a/src/api/hosp/customer.js +++ b/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,6 +37,15 @@ }) } +// 浣撴閫�璐归」鐩鎯呮煡璇㈡帴鍙� +export function getTjList2(data) { + return request({ + url: '/hosp/water/getTjRefundProInfoVoList2', + method: 'get', + params: data + }) +} + // 浣撴閫�璐规寜閽帴鍙� export function getTjRefund(data) { return request({ @@ -37,6 +55,15 @@ }) } +// 浣撴閫�璐规寜閽帴鍙� +export function getTjRefund2(data) { + return request({ + url: '/hosp/water/tjRefund2', + method: 'post', + data: data + }) +} + // 浣撴(鏀惰垂)椤甸潰鏌ヨ鎺ュ彛 export function getfindTj(form) { return request({ -- Gitblit v1.8.0