From cb882c4c614320b64ae90e9f9826f74bdb230622 Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 16 Nov 2023 17:22:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/goodsOrder.js | 2 +- src/views/system/healthorder/index.vue | 53 ++++++++++++++++++++--- src/views/system/hospitalPerson/index.vue | 36 ++++++++++++++- 3 files changed, 83 insertions(+), 8 deletions(-) diff --git a/src/api/system/goodsOrder.js b/src/api/system/goodsOrder.js index df5f771..5046115 100644 --- a/src/api/system/goodsOrder.js +++ b/src/api/system/goodsOrder.js @@ -19,7 +19,7 @@ export function getGoodsOrder(id) { // 查看商品详细信息 export function getGoodsOrderlist(id) { return request({ - url: `/system/goodsOrder/goodsOrderByOrder` + `?orderNo=${id}`, + url: `/nurseApplet/nursingOrder/getConsultationOrder` + `?orderNo=${id}`, method: 'get' }) } diff --git a/src/views/system/healthorder/index.vue b/src/views/system/healthorder/index.vue index 40ed19f..30404a2 100644 --- a/src/views/system/healthorder/index.vue +++ b/src/views/system/healthorder/index.vue @@ -169,11 +169,52 @@ /> - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - +