From bad2bc143be3f8ddb93a1c9f984127b3ccf43e8f Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 31 三月 2025 17:47:14 +0800
Subject: [PATCH] 11

---
 src/api/system/comp.js |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/src/api/system/comp.js b/src/api/system/comp.js
index 54a445f..164eacd 100644
--- a/src/api/system/comp.js
+++ b/src/api/system/comp.js
@@ -139,4 +139,58 @@
     method: 'post',
     data: data
   })
+}
+
+
+// 鏌ヨ浣撴鍗曚綅淇℃伅缁存姢鍒楄〃
+export function getCusTomterListByCompId(query) {
+  return request({
+    url: '/system/comp/getCusTomterListByCompId',
+    method: 'get',
+    params: query
+  })
+}
+
+export function addPlOrderAndDetail(data) {
+  return request({
+    url: '/hosp/order/addPlOrderAndDetail',
+    method: 'post',
+    data: data
+  })
+}
+
+
+// 鏌ヨ浣撴鍗曚綅淇℃伅缁存姢鍒楄〃
+export function getListByCompId(query) {
+  return request({
+    url: '/hosp/order/getCusTomterListByCompId',
+    method: 'get',
+    params: query
+  })
+}
+
+// 鏌ヨ浣撴鍗曚綅淇℃伅缁存姢鍒楄〃
+export function plRevokeTjOrderByTjNum(data) {
+  return request({
+    url: '/hosp/order/plRevokeTjOrderByTjNum',
+    method: 'post',
+    data: data
+  })
+}
+
+// 鏌ヨ浣撴鍗曚綅淇℃伅缁存姢鍒楄〃
+export function makeTjPDF(data) {
+  return request({
+    url: '/hosp/order/makeTjPDF',
+    method: 'post',
+    data: data
+  })
+}
+
+// 鏌ヨ鍗曚綅鍒嗙粍璇︾粏淇℃伅
+export function getDetails(id) {
+  return request({
+    url: `/hosp/dwgrouping/${id}`,
+    method: 'get'
+  })
 }
\ No newline at end of file

--
Gitblit v1.8.0