From 613c7e02039f447205fb34d1372f28629cb4af20 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期六, 08 三月 2025 12:52:56 +0800 Subject: [PATCH] qs --- src/views/system/biol/index.vue | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/system/biol/index.vue b/src/views/system/biol/index.vue index 801771f..af667af 100644 --- a/src/views/system/biol/index.vue +++ b/src/views/system/biol/index.vue @@ -124,7 +124,7 @@ <el-button type="primary" size="mini" - :disabled="multiple" + :disabled="single" @click="jiankangReport" >鍋ュ悍妫�鏌ヨ〃鎵撳嵃</el-button > @@ -551,7 +551,7 @@ hasPrintCode, getOrderListOO, getNewDateList, - getChexiao, + getChexiao,xiugaidayinzhuangtai } from "@/api/hosp/order"; import moment from "moment"; import ViewPdf from "@/components/ViewPdf"; @@ -806,6 +806,7 @@ this.dialogVisiblese = true; }, timjiao() { + if (this.radios == "1") { this.mobanId = "912502827716915200"; } else { @@ -815,7 +816,12 @@ const viewNum = this.mobanId; const params = { viewNum, tjNum }; this.$tab.openPage("鍋ュ悍璇佹鏌ヨ〃", "/report/jiankangzheng", params); + let tjNumber = this.report[0] + xiugaidayinzhuangtai(tjNumber).then((response) => { + + }) this.dialogVisiblese = false + this.getList(); }, baogaoyulan() { const tjNumber = this.report[0]; -- Gitblit v1.8.0