From caef1ff213da160e818342eceb3d77fac0db280d Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期五, 30 五月 2025 16:41:29 +0800
Subject: [PATCH] qx

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

diff --git a/src/api/system/package.js b/src/api/system/package.js
index cd1784a..d97f287 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',
   })
 }
@@ -75,6 +93,13 @@
 export function getAllList() {
   return request({
     url: '/hosp/project/list',
+    method: 'get',
+  })
+}
+
+export function getPacTjProjectList() {
+  return request({
+    url: '/hosp/project/getPacTjProjectList',
     method: 'get',
   })
 }
@@ -88,3 +113,112 @@
     params:data
   })
 }
+
+
+export function selectName(query) {
+  return request({
+    url: '/hosp/customer/vcustomerlist',
+    method: 'get',
+    params: query
+  })
+}
+export function selectZT(query) {
+  return request({
+    url: '/system/dept/getxmjgz',
+    method: 'get',
+    params: query
+  })
+}
+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
+  })
+}
+
+
+
+export function getZhList(query) {
+  return request({
+    url: '/system/zhxm/getZhList',
+    method: 'get',
+    params: query
+  })
+}
+
+export function addzhxm(data) {
+  return request({
+    url: '/system/zhxm',
+    method: 'post',
+    data: data
+  })
+}
+
+export function modifyzhxm(data) {
+  return request({
+    url: '/system/zhxm',
+    method: 'put',
+    data: data
+  })
+}
+
+
+export function delzhxm(pacIds) {
+  return request({
+    url: '/system/zhxm/' + pacIds,
+    method: 'delete'
+  })
+}
+
+
+export function getlistByZhId(query) {
+  return request({
+    url: '/system/zhxm/listByZhId',
+    method: 'get',
+    params: query
+  })
+}
+
+// 浣撴濂楅鏂板淇敼鎺ュ彛
+export function saveOreditTjPacNew(data) {
+  return request({
+    url: '/system/package/saveOreditTjPacNew',
+    method: 'post',
+    data: data
+  })
+}
+
+export function getProParentIdDxList(params) {
+  return request({
+    url: "/hosp/project/getProParentIdDxListByFenYe",
+    method: "get",
+    params
+  });
+}
+
+export function search(params) {
+  return request({
+    url: "/hosp/project/getProParentIdDxListByFenYe",
+    method: "get",
+    params
+  });
+}
\ No newline at end of file

--
Gitblit v1.8.0