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 | 67 ++++++++++++++++++++++++++++++++- 1 files changed, 64 insertions(+), 3 deletions(-) diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js index 7dbb90c..2b8bdf3 100644 --- a/src/api/system/tijian.js +++ b/src/api/system/tijian.js @@ -1,4 +1,5 @@ import request from "@/utils/request"; +// import request1 from "@/utils/request1"; // 鏌ヨ浣撴濂楅鍒楄〃 export function deptTreeSelect(cusSex) { @@ -7,6 +8,17 @@ method: "get", params: { cusSex: cusSex, + }, + }); +} +// 鏌ヨ鍥綋浣撴濂楅鍒楄〃 +export function tuantiSelect(param) { + return request({ + url: "/hosp/dwgrouping/huoqutuantitaocanxiangmu", + method: "get", + params: { + sex: param.sex, + dwId: param.dwId, }, }); } @@ -41,6 +53,9 @@ return request({ url: "/hosp/project/getProParentIdDxList", method: "get", + // params: { + // pname: pname, + // }, }); } @@ -87,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({ @@ -96,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({ @@ -107,7 +136,16 @@ }, }); } - +// 鏌ヨ杩囨浮琛ㄦ暟鎹� +export function getTransitionList1(cusId) { + return request({ + url: "/hosp/order/newgetTransitionList", + method: "get", + params: { + cusId: cusId, + }, + }); +} // 鐧昏鎴愬姛鍚庣敓鎴愬璇婂崟 export function getGuide(tjNumber) { return request({ @@ -170,3 +208,26 @@ params: data, }); } + +export function getZhList() { + return request({ + url: "/system/zhxm/getZhList", + method: "get", + }); +} + +export function listByZhId(zhId) { + return request({ + url: "/system/zhxm/listByZhId", + method: "get", + params:{zhId:zhId} + }); +} + + +// export function readCertCardInfos() { +// return request1({ +// url: "/readCertCardInfos", +// method: "get", +// }); +// } \ No newline at end of file -- Gitblit v1.8.0