From ba772ed9b7e6009f57bd6b4f95f43ff61b12dd9b Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 07 七月 2025 10:10:15 +0800
Subject: [PATCH] zongjianshenhe

---
 src/views/doctor/checkAll/index.vue |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index a534440..1365eaa 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -3296,7 +3296,10 @@
       getTjdetailList(data)
         .then((response) => {
           if (response.code === 200) {
-            this.$modal.msgSuccess("鎻愪氦鎴愬姛");
+            // this.$modal.msgSuccess("鎻愪氦鎴愬姛");
+             this.$modal.msgSuccess(
+                        response.msg
+                     );
             // 娓呯┖瀛楁
             this.zhiyeJl = "";
             this.zhiyeJg = "";
@@ -3311,17 +3314,18 @@
             addOrder(dataList)
               .then((res) => {
                 if (res.code == 200) {
-                  gettoPdf(tjNumber)
-                    .then((res) => {
-                      this.$modal.msgSuccess(
-                        "宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�"
-                      );
-                    })
-                    .catch(() => {
-                      this.$modal.msgError(
-                        "鎵撳嵃鎶ュ憡澶辫触锛岃鍓嶅線鎶ュ憡鎵撳嵃椤甸潰琛ユ墦鎶ュ憡锛�"
-                      );
-                    });
+                 
+                  // gettoPdf(tjNumber)
+                  //   .then((res) => {
+                  //     this.$modal.msgSuccess(
+                  //       "宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�"
+                  //     );
+                  //   })
+                  //   .catch(() => {
+                  //     this.$modal.msgError(
+                  //       "鎵撳嵃鎶ュ憡澶辫触锛岃鍓嶅線鎶ュ憡鎵撳嵃椤甸潰琛ユ墦鎶ュ憡锛�"
+                  //     );
+                  //   });
                   const statePromise = getfiedState(reportData).then(() => {
                     this.drawer = false;
                   });

--
Gitblit v1.8.0