From 2edd8e62d1876b8344952c0cac4507ecf4ea4c9a Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 30 十二月 2024 15:59:46 +0800 Subject: [PATCH] tjtype --- src/api/hosp/customer.js | 26 +++++++++++++++++++++++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/api/hosp/customer.js b/src/api/hosp/customer.js index b597837..ade2dbd 100644 --- a/src/api/hosp/customer.js +++ b/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({ @@ -106,3 +114,15 @@ data: data }) } + + +export function getHistryTjOrderByCusIdCard(cusId) { + return request({ + url: '/hosp/order/getHistryTjOrderByCusId', + method: 'get', + params:{ + cusId:cusId + + } + }) +} -- Gitblit v1.8.0