From 2f86e4951e782e8cb0bfe37276cfc6812fed9a62 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 31 十二月 2024 18:22:53 +0800 Subject: [PATCH] 团体管理 --- src/api/system/tijian.js | 29 +++++++++++++++++++++++++++-- 1 files changed, 27 insertions(+), 2 deletions(-) diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js index 3469c29..bbe87d9 100644 --- a/src/api/system/tijian.js +++ b/src/api/system/tijian.js @@ -11,6 +11,17 @@ }, }); } +// 鏌ヨ鍥綋浣撴濂楅鍒楄〃 +export function tuantiSelect(param) { + return request({ + url: "/hosp/dwgrouping/huoqutuantitaocanxiangmu", + method: "get", + params: { + sex: param.sex, + dwId: param.dwId, + }, + }); +} // 姣忎釜椤圭洰 export function getIsRequired() { return request({ @@ -91,7 +102,14 @@ data: data, }); } - +// 鏃堕棿杞� +export function shijianzhou(data) { + return request({ + url: "/hosp/order/zongjanyemianshjianzhou", + method: "post", + data: data, + }); +} // 娣诲姞杩囨浮琛ㄦ暟鎹� export function getaddtTransition(data) { return request({ @@ -100,7 +118,14 @@ data: data, }); } - +// 娣诲姞杩囨浮琛ㄦ暟鎹� +export function tuantiqueren(data) { + return request({ + url: "/hosp/order/ttaddtTransition", + method: "post", + data: data, + }); +} // 鏌ヨ杩囨浮琛ㄦ暟鎹� export function getTransitionList(cusId) { return request({ -- Gitblit v1.8.0