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 @@ /> - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - +