From 492a91ada4f0f98d9d800b55f9dddda7b53f7dd8 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期六, 04 一月 2025 18:11:59 +0800
Subject: [PATCH] 1

---
 src/api/system/package.js |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/src/api/system/package.js b/src/api/system/package.js
index 9847cda..024bd2c 100644
--- a/src/api/system/package.js
+++ b/src/api/system/package.js
@@ -115,8 +115,20 @@
 }
 
 
-
-
+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',
@@ -175,4 +187,13 @@
     url: '/system/zhxm/' + pacIds,
     method: 'delete'
   })
+}
+
+
+export function getlistByZhId(query) {
+  return request({
+    url: '/system/zhxm/listByZhId',
+    method: 'get',
+    params: query
+  })
 }
\ No newline at end of file

--
Gitblit v1.8.0