From d3f92860bb7bd72e52f6dc0e476d988188d00b48 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期五, 27 十二月 2024 14:35:22 +0800 Subject: [PATCH] . --- src/api/hosp/customer.js | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/api/hosp/customer.js b/src/api/hosp/customer.js index cfe2772..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({ -- Gitblit v1.8.0