From ab91bbc86844f8452d27c5d0405b9011b685c10f Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 02 一月 2025 17:59:30 +0800 Subject: [PATCH] 12 --- src/api/system/tijian.js | 35 +++++++++++++++++++++++++++++++---- 1 files changed, 31 insertions(+), 4 deletions(-) diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js index 5a4e469..2b8bdf3 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({ @@ -95,8 +106,8 @@ export function shijianzhou(data) { return request({ url: "/hosp/order/zongjanyemianshjianzhou", - method: "get", - data: data + method: "post", + data: data, }); } // 娣诲姞杩囨浮琛ㄦ暟鎹� @@ -107,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({ @@ -118,7 +136,16 @@ }, }); } - +// 鏌ヨ杩囨浮琛ㄦ暟鎹� +export function getTransitionList1(cusId) { + return request({ + url: "/hosp/order/newgetTransitionList", + method: "get", + params: { + cusId: cusId, + }, + }); +} // 鐧昏鎴愬姛鍚庣敓鎴愬璇婂崟 export function getGuide(tjNumber) { return request({ -- Gitblit v1.8.0