From a65e5b04d64edb3318d0dfdc46bc5c83e133eaa6 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期五, 13 十二月 2024 19:06:10 +0800 Subject: [PATCH] 重置修改 --- 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..236ecb7 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(data) { + return request({ + url: '/hosp/order/makeTjPDF', + method: 'post', + data: data + }) } \ No newline at end of file -- Gitblit v1.8.0