From 50e2b67bcd84decac4c6be19271fcab2fd61c28c Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期五, 01 八月 2025 15:53:57 +0800
Subject: [PATCH] 1

---
 src/views/doctor/checkAll/index.vue |  200 +++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 157 insertions(+), 43 deletions(-)

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index 5082f0a..7d24ea6 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -291,36 +291,33 @@
           <template slot-scope="scope">
             <el-button
               fixed="right"
-              title="澶勬柟"
               type="text"
               size="mini"
               @click.stop="rowClick(scope.row)"
-              icon="el-icon-edit-outline"
-            ></el-button>
+              v-if="msgkcf == 'y' || msgkcf == 'Y'"
+              >澶勬柟</el-button
+            >
             <el-button
               fixed="right"
-              title="璇︽儏"
               type="text"
               size="mini"
               @click.stop="handleClick(scope.row)"
-              icon="el-icon-document-copy"
-            ></el-button>
+              >璇︽儏</el-button
+            >
             <el-button
               type="text"
               size="mini"
               @click.stop="viewReport(scope.row)"
               v-if="scope.row.tjStatus == '1'"
-              title="棰勮"
-              icon="el-icon-view"
-            ></el-button>
+              >棰勮</el-button
+            >
             <el-button
               type="text"
               size="mini"
               v-if="scope.row.tjStatus == '1'"
-              title="鎾ら攢"
               @click.stop="getRevoke(scope.row)"
-              icon="el-icon-refresh-left"
-            ></el-button>
+              >鎾ら攢</el-button
+            >
           </template>
         </el-table-column>
       </el-table>
@@ -377,10 +374,7 @@
               "
             >
               <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-                濮撳悕锛�
-              </td>
-              <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-                {{ tableAll.cusName }}
+                濮撳悕锛歿{ tableAll.cusName }}
               </td>
               <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
                 鎬у埆锛�
@@ -395,6 +389,9 @@
               <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
                 骞撮緞锛歿{ tableAll.age }}
               </td>
+              <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
+                浣撴鍙凤細{{ tableAll.tjNumber }}
+              </td>
             </tr>
             <tr
               style="
@@ -404,16 +401,16 @@
               "
             >
               <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-                浣撴鍗曞彿锛�
+                鍗曚綅鍚嶇О锛歿{ tableAll.tjCompName }}
               </td>
               <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-                {{ tableAll.tjNumber }}
+                浣撴绫诲瀷锛歿{ tableAll.tjCategory }}
               </td>
               <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-                浣撴鏃堕棿锛�
+                濂楅锛歿{ tableAll.pacName }}
               </td>
               <td style="border: 1px solid #dfe6ec; border-collapse: collapse">
-                {{ tableAll.tjTime }}
+                浣撴鏃堕棿锛歿{ tableAll.tjTime }}
               </td>
             </tr>
           </table>
@@ -736,6 +733,7 @@
                     placeholder="璇疯緭鍏ュ唴瀹�"
                     v-model="textarea1"
                     :autosize="{ minRows: minRows, maxRows: maxRows }"
+                    style="font-size: 16px"
                   ></el-input>
                 </el-form-item>
               </el-form>
@@ -746,13 +744,14 @@
                   type="primary"
                   @click.stop="rowClick"
                   icon="el-icon-edit-outline"
+                  :disabled="isdisabled || isLoading" 
                   >寮�澶勬柟</el-button
                 >
                 <div v-if="tjproject == '0'">
                   <el-button
                     type="primary"
                     @click="determine"
-                    :disabled="isdisabled"
+                    :disabled="isdisabled || isLoading" 
                     >鎻愪氦骞剁敓鎴愭姤鍛�</el-button
                   >
                 </div>
@@ -781,6 +780,7 @@
                       style="width: 100%"
                       :header-cell-style="{ background: '#67C23A' }"
                       :row-key="getRowKeys"
+                      :expand-row-keys="expends"
                     >
                       <!--  :expand-row-keys="expends" -->
                       <el-table-column type="expand">
@@ -1073,13 +1073,19 @@
                       :formatter="formatDate"
                       width="160"
                     />
-                    <el-table-column label="鎿嶄綔" align="center" width="80px">
+                    <el-table-column
+                      label="鎿嶄綔"
+                      align="center"
+                      fixed="right"
+                      width="80px"
+                    >
                       <template slot-scope="scope">
                         <el-button
                           type="primary"
                           size="mini"
                           @click="huifu(scope.row)"
                           v-if="scope.row.type == '2'"
+                          :disabled="tjStatus === '1'"
                           >鎭㈠</el-button
                         >
                         <el-button
@@ -1087,6 +1093,7 @@
                           size="mini"
                           @click="chexiao(scope.row)"
                           v-if="scope.row.type == '1'"
+                          :disabled="tjStatus === '1'"
                           >鎾ら攢</el-button
                         >
                       </template>
@@ -1142,11 +1149,11 @@
                     style="width: 100%"
                     border
                   >
-                    <el-table-column
+                    <!-- <el-table-column
                       type="selection"
                       width="40"
                       align="center"
-                    />
+                    /> -->
                     <el-table-column label="搴忓彿" align="center" prop="newID" />
                     <el-table-column
                       label="鍚嶇О"
@@ -2004,7 +2011,6 @@
       flags: false,
       jianqianwenzhendata: [],
       jianqians: false,
-      adviceLoading: false,
       sex: true,
       activeName: "1",
       hosproy: true,
@@ -2061,7 +2067,7 @@
               const end = new Date();
               const start = new Date();
               start.setTime(start.getTime() - 3600 * 1000 * 24 * 30);
-              picker.$emit("pick", [start, end]);
+              picker.$adviceLoading("pick", [start, end]);
             },
           },
           {
@@ -2146,6 +2152,8 @@
       status1: 0,
       viewportHeight: 0,
       expends: [],
+      expandRowKeys: [],
+      shouldExpand: false,
     };
   },
 
@@ -2535,14 +2543,26 @@
     },
 
     getConfigKey() {
-      getconfigKey("sfkqtwbg").then((res) => {
+      // 浣跨敤姝g‘鐨� getConfigKey 鍑芥暟锛堥渶瑕佸弬鏁帮級
+      getConfigKey("sfkqtwbg").then((res) => {
         this.msgtuwen = res.msg;
+      }).catch((error) => {
+        console.warn("鑾峰彇閰嶇疆椤� sfkqtwbg 澶辫触:", error);
+        this.msgtuwen = ""; // 璁剧疆榛樿鍊�
       });
-      getconfigKey("sfkqjqwz").then((res) => {
+      
+      getConfigKey("sfkqjqwz").then((res) => {
         this.msgjianqian = res.msg;
+      }).catch((error) => {
+        console.warn("鑾峰彇閰嶇疆椤� sfkqjqwz 澶辫触:", error);
+        this.msgjianqian = ""; // 璁剧疆榛樿鍊�
       });
-      getconfigKey("kcf").then((res) => {
+      
+      getConfigKey("kcf").then((res) => {
         this.msgkcf = res.msg;
+      }).catch((error) => {
+        console.warn("鑾峰彇閰嶇疆椤� kcf 澶辫触:", error);
+        this.msgkcf = ""; // 璁剧疆榛樿鍊�
       });
     },
 
@@ -2574,13 +2594,35 @@
     },
 
     yichangjieguo() {
-      this.loading = true;
+      // 绉婚櫎琛ㄦ牸loading鐘舵�侊紝閬垮厤鍦ㄧ偣鍑昏鎯呮椂鏄剧ず琛ㄦ牸loading妗�
+      // this.loading = true;
+      // 涓嶈鍦ㄨ繖閲岃缃� isLoading = true锛屽洜涓哄畠鍦� handleClick 涓凡缁忚璁剧疆浜�
       this.status1 = 0;
-      yichang({
-        tjNum: this.tjNumber,
-      })
-        .then((res) => {
-          this.yichangList = res.data;
+      getConfigKey("kzycxmsfzk").then((res) => {
+        this.shouldExpand = res.msg;
+        // 鍙湁Y/y鎵嶅睍寮�锛屽叾瀹冿紙鍖呮嫭绌恒�丯銆乶ull銆乽ndefined锛夐兘涓嶅睍寮�
+        if (this.shouldExpand === "Y") {
+          this.getExpends();
+        } else {
+          this.expends = [];
+        }
+      });
+      return new Promise((resolve, reject) => {
+        yichang({
+          tjNum: this.tjNumber,
+        }).then((res) => {
+          const data = res.data;
+
+          if (!data || data.length === 0) {
+            // 绉婚櫎璀﹀憡娑堟伅锛岀敤鎴蜂笉甯屾湜鐪嬪埌"鏆傛棤寮傚父鎶ュ憡"鐨勫脊妗�
+            // this.$message.warning("鏆傛棤寮傚父鎶ュ憡");
+            // 绉婚櫎琛ㄦ牸loading鐘舵�佽缃�
+            // this.loading = false;
+            // 涓嶅湪杩欓噷鍏抽棴 isLoading锛屽洜涓哄畠鐢� handleClick 绠$悊
+            resolve(); // 杩斿洖 Promise锛屼絾涓嶇户缁悗缁�昏緫
+            return;
+          }
+          this.yichangList = data;
           this.yichangList.forEach((item) => {
             item.sone.forEach((soneItem) => {
               if (
@@ -2591,16 +2633,31 @@
               }
             });
           });
-          if (!this.yichangList) {
+          /* if (!this.yichangList) {
             this.$message.warning("鏆傛棤寮傚父鎶ュ憡");
+          } */
+          resolve(); // 鎴愬姛瀹屾垚
+          // 杩欓噷涔熷彲浠ユ牴鎹畇houldExpand鍐嶈皟鐢ㄤ竴娆etExpends锛岀‘淇濇暟鎹凡鍔犺浇
+          if (this.shouldExpand === "Y" || this.shouldExpand === "y") {
+            this.getExpends();
+          } else {
+            this.expends = [];
           }
-        })
+        });
+      })
         .catch((error) => {
+          // 涓嶅湪杩欓噷鍏抽棴 isLoading锛屽洜涓哄畠鐢� handleClick 绠$悊
+          // 绉婚櫎琛ㄦ牸loading鐘舵�佽缃�
+          // this.loading = false;
           console.error("鑾峰彇寮傚父缁撴灉澶辫触:", error);
           this.$message.error("鑾峰彇寮傚父缁撴灉澶辫触");
+          reject(error); // 杩斿洖閿欒
         })
         .finally(() => {
-          this.loading = false;
+          // 绉婚櫎琛ㄦ牸loading鐘舵�佽缃紝鍥犱负 isLoading 鐢� handleClick 绠$悊
+          // if (this.loading) {
+          //   this.loading = false;
+          // }
         });
     },
 
@@ -2632,7 +2689,7 @@
           this.status1 = 4;
           this.ychfList = res.data;
           if (this.ychfList.length == 0) {
-            this.message.success("鏆傛棤寮傚父鎭㈠椤圭洰");
+            this.$message.success("鏆傛棤寮傚父鎭㈠椤圭洰");
           }
         })
         .catch((error) => {
@@ -2930,10 +2987,9 @@
 
     propoChange() {
       this.cusobj = { sex: this.tableAll.cusSex, isZj: 0 };
+      this.$refs.proposal.clearSearchFields();
       getConfigKey("mrzscyjy").then((res) => {
         this.mrjy = res.msg; // 浼氳Е鍙� watch 鈫� 璁剧疆 tjproposal = "1"
-        // console.log(res, 4444);
-
         // 绛夋暟鎹姸鎬佸噯澶囧ソ鍚庡啀鎵撳紑寮圭獥
         this.$refs.proposal.title = "寤鸿鏂规";
         this.$refs.proposal.open = true;
@@ -3128,6 +3184,18 @@
       this.qingkong();
       this.$refs.Pre.open = false;
       this.tableAll = row;
+      let dict = "dict_tjtype";
+      getDicts(dict).then((res) => {
+        if (res.code == 200) {
+          res.data.forEach((item) => {
+            if (this.tableAll.tjCategory == item.dictValue) {
+              this.tableAll.tjCategory = item.dictLabel;
+            }
+          });
+        } else {
+          throw new Error("鑾峰彇浣撴绫诲瀷瀛楀吀澶辫触");
+        }
+      });
       this.tjproject = "0";
       this.tjNumber = this.tableAll.tjNumber;
 
@@ -3175,6 +3243,10 @@
                       this.zhiyeJl = "";
                       this.zhiyeJg = "鏈彂鐜扮洰鏍囨�х柧鐥�";
                     }
+                  }).catch((error) => {
+                    this.isLoading = false;
+                    console.error("鑾峰彇妫�鏌ョ被鍨嬪け璐�:", error);
+                    this.$message.error("鑾峰彇妫�鏌ョ被鍨嬪け璐�");
                   });
                 });
               }
@@ -3229,6 +3301,10 @@
                           this.zhiyeJl = "";
                           this.zhiyeJg = "鏈彂鐜扮洰鏍囨�х柧鐥�";
                         }
+                      }).catch((error) => {
+                        this.isLoading = false;
+                        console.error("鑾峰彇妫�鏌ョ被鍨嬪け璐�:", error);
+                        this.$message.error("鑾峰彇妫�鏌ョ被鍨嬪け璐�");
                       });
                     });
                   }
@@ -3331,7 +3407,45 @@
               id: this.MsgId,
             };
 
-            addOrder(dataList)
+            /* gettoPdf(tjNumber)
+              .then((res) => {
+                this.$modal.msgSuccess("宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�");
+              })
+              .catch(() => {
+                this.$modal.msgError(
+                  "鎵撳嵃鎶ュ憡澶辫触锛岃鍓嶅線鎶ュ憡鎵撳嵃椤甸潰琛ユ墦鎶ュ憡锛�"
+                );
+              }); */
+            const statePromise = getfiedState(reportData).then(() => {
+              this.drawer = false;
+            });
+            const updatePromises = this.changedate.map((item) => {
+              this.proIds = item.parentId;
+              let remarks = item.remark;
+              let updateOrderRemarkVos = [
+                {
+                  tjNumber,
+                  proId: this.proIds.toString(),
+                  remarks,
+                },
+              ];
+              return getModified(updateOrderRemarkVos);
+            });
+
+            Promise.all([statePromise, ...updatePromises])
+              .then(() => {
+                this.loading = false;
+                this.queryParams.page = 1;
+                this.queryParams.pageSize = 10;
+                this.submitForm();
+                this.$forceUpdate();
+              })
+              .catch((error) => {
+                this.loading = false;
+                console.error("鍙戠敓閿欒:", error);
+              });
+
+            /* addOrder(dataList)
               .then((res) => {
                 if (res.code == 200) {
                   // gettoPdf(tjNumber)
@@ -3378,7 +3492,7 @@
               .catch((error) => {
                 this.loading = false;
                 console.error("addOrderPromise 澶辫触:", error);
-              });
+              }); */
           } else {
             this.loading = false;
             this.$modal.msgError("鎻愪氦澶辫触");

--
Gitblit v1.8.0