From b6a8dc4f0f93ba6628b41cf801e2a899672eecce Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 31 十二月 2024 19:12:27 +0800 Subject: [PATCH] lsat --- src/api/hosp/customer.js | 28 ++++++++++++++++++++++++---- 1 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/api/hosp/customer.js b/src/api/hosp/customer.js index b597837..ce13d45 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 }) @@ -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