From e4aa2d49ae837e46258c42909c10661da903ee0f Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期四, 05 十二月 2024 17:18:52 +0800 Subject: [PATCH] 222 --- src/api/hosp/order.js | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/api/hosp/order.js b/src/api/hosp/order.js index a178d65..ee07bb3 100644 --- a/src/api/hosp/order.js +++ b/src/api/hosp/order.js @@ -350,4 +350,22 @@ tjNumber } }) +} + +export function getBlproByTjh(tjNumber) { + return request({ + url: '/hosp/order/getBlproByTjh', + method: 'get', + params: { + tjNum:tjNumber + } + }) +} + +export function revokeBlProByBldhAndTjh(data) { + return request({ + url: '/hosp/order/revokeBlProByBldhAndTjh', + method: 'post', + data:data + }) } \ No newline at end of file -- Gitblit v1.8.0