From bad2bc143be3f8ddb93a1c9f984127b3ccf43e8f Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 31 三月 2025 17:47:14 +0800
Subject: [PATCH] 11

---
 src/views/system/biol/index.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/views/system/biol/index.vue b/src/views/system/biol/index.vue
index 07064b3..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,6 +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