From cee2eca9c3e40b48c40a8fe80f938a777f03d463 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期二, 10 六月 2025 17:57:11 +0800 Subject: [PATCH] 1 --- src/api/system/comp.js | 50 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 46 insertions(+), 4 deletions(-) diff --git a/src/api/system/comp.js b/src/api/system/comp.js index a7e51a7..318c8c2 100644 --- a/src/api/system/comp.js +++ b/src/api/system/comp.js @@ -92,13 +92,11 @@ } // 鑾峰彇浣撴鍗曢」椤圭洰淇℃伅 -export function getProjectList(proName) { +export function getProjectList(query) { return request({ url: '/hosp/dwgrouping/getTjParentProjectList', method: 'get', - params:{ - proName:proName - } + params: query }) } @@ -149,4 +147,48 @@ 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