From 94c40e717c313d91bde25bff7c6938dfc21d9aaf Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 24 五月 2024 18:14:14 +0800 Subject: [PATCH] qxtj --- src/api/system/comp.js | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/api/system/comp.js b/src/api/system/comp.js index a7e51a7..5372b5f 100644 --- a/src/api/system/comp.js +++ b/src/api/system/comp.js @@ -149,4 +149,40 @@ 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(query) { + return request({ + url: '/hosp/order/makeTjPDF', + method: 'get', + params: query + }) } \ No newline at end of file -- Gitblit v1.8.0