From b19a3cd44a42730b0b3ffeb0359ff42c9d07cba5 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期二, 20 二月 2024 15:33:33 +0800
Subject: [PATCH] qxtj

---
 src/api/system/package.js |   49 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 48 insertions(+), 1 deletions(-)

diff --git a/src/api/system/package.js b/src/api/system/package.js
index cd1784a..bc89f80 100644
--- a/src/api/system/package.js
+++ b/src/api/system/package.js
@@ -9,6 +9,24 @@
   })
 }
 
+export function getPacList(query) {
+  return request({
+    url: '/system/package/getPacList',
+    method: 'get',
+    params: query
+  })
+}
+
+export function getPacInFo(pacId) {
+  return request({
+    url: '/system/package/getPacInFo',
+    method: 'get',
+    params:{
+      pacId:pacId
+    }
+  })
+}
+
 
 
 // 鏌ヨ浣撴濂楅璇︾粏
@@ -66,7 +84,7 @@
 // 鍏ㄩ儴濂楅
 export function getAllPackageList() {
   return request({
-    url: '/hosp/project/getlist',
+    url: '/hosp/project/getDxList',
     method: 'get',
   })
 }
@@ -88,3 +106,32 @@
     params:data
   })
 }
+
+
+
+
+export function Packagestlist(query) {
+  return request({
+    url: '/hosp/packageHis/list',
+    method: 'get',
+    params: query
+  })
+}
+
+
+export function newGetTjPat(query) {
+  return request({
+    url: '/sqlserver/getdata/newGetTjPat',
+    method: 'get',
+    params: query
+  })
+}
+
+// 鏌ヨ涓汉褰卞搷妫�鏌ラ」鐩粨鏋滈泦
+export function getTjYxjcList(data) {
+  return request({
+    url: '/system/dept/getTjYxjcList',
+    method: 'get',
+    params: data
+  })
+}

--
Gitblit v1.8.0