From 155a30a172e4cf04838dcf7c8bb73ce6b200e574 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期三, 26 三月 2025 14:52:54 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region

---
 src/views/doctor/check/index.vue |   45 +++++++++++++++++++++++++--------------------
 1 files changed, 25 insertions(+), 20 deletions(-)

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index e3b9710..bed0077 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -1096,22 +1096,41 @@
     // 浠ヤ笅涓哄叾浠栨柟娉曪紝鏈仛淇敼锛屼粎淇濈暀蹇呰閮ㄥ垎锛屽叾浣欑渷鐣ヤ互淇濇寔绠�娲�
     handleFocus(row) {
       this.autorule = [];
-      if (!row.resultType || row.resultType == 2) return;
-      this.curindex = row;
-      selectZT({ proId: row.proId }).then((res) => {
+      if (!row.resultType || row.resultType == 2 ) {
+        return;
+      } else {
+        this.curindex = row;
+      selectZT({
+        proId: row.proId,
+      }).then((res) => {
         if (res.data.length > 0) {
           this.$refs.bbb.title = "閫夋嫨妫�娴嬬粨鏋�";
-          this.$refs.bbb.open = true;
-          this.$refs.bbb.getList(this.curindex);
+        // this.$refs.bbb.proId = row.proId;
+        this.$refs.bbb.open = true;
+        this.$refs.bbb.getList(this.curindex);
         } else {
           this.$refs.bbb.open = false;
         }
       });
+        
+      }
     },
 
     handleChangesZt(params) {
       this.curindex.proResult = params.map((item) => item.ruleStr).join(",");
       this.handleInputConfirm(this.curindex, params);
+    },
+
+      handleChanges(param1, param2) {
+      this.row.conclusion = param1;
+      this.row.rulesList = param2;
+    },
+
+    handleguize(row) {
+      this.row = row;
+      this.$refs.aaa.open = true;
+      this.$refs.aaa.title = "璇婃柇缁撴灉缁撹";
+      this.$refs.aaa.getList(this.row);
     },
 
     tableRowClassName({ row }) {
@@ -1303,21 +1322,7 @@
       this.inputDoms = inputDoms;
     },
 
-    keyInputConfirm(event, currentRowIndex) {
-      event.preventDefault();
-      event.stopPropagation();
-      const nextRowIndex = currentRowIndex + 1;
-      if (nextRowIndex < this.proParentList.sons.length) {
-        this.$nextTick(() => {
-          const nextInputRef = `input-${nextRowIndex}`;
-          const nextInput = this.$refs[nextInputRef];
-          if (nextInput) {
-            const target = Array.isArray(nextInput) ? nextInput[0] : nextInput;
-            target.focus();
-          }
-        });
-      }
-    },
+
 
 
     keyInputConfirm(event,index, currentRowIndex) {

--
Gitblit v1.8.0