From bc2db77e87d6b312e628a854dc4809a8f708a8ea Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期五, 21 三月 2025 17:21:57 +0800
Subject: [PATCH] qx

---
 src/views/doctor/check/index.vue         |   12 ++++++++++++
 src/components/jianqianwenzhen/index.vue |    9 +++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/components/jianqianwenzhen/index.vue b/src/components/jianqianwenzhen/index.vue
index c82e398..608eb8a 100644
--- a/src/components/jianqianwenzhen/index.vue
+++ b/src/components/jianqianwenzhen/index.vue
@@ -65,6 +65,7 @@
             </el-form-item>
             <el-form-item label="鎺ヨЕ姣掔墿" prop="contactPoison">
               <el-input
+              @focus="change"
                 type="textarea"
                 rows="4"
                 v-model="form.contactPoison"
@@ -74,6 +75,7 @@
             </el-form-item>
             <el-form-item label="鏃㈠線鐥呭彶" prop="medicalHistory">
               <el-input
+               @focus="change"
                 type="textarea"
                 rows="4"
                 v-model="form.medicalHistory"
@@ -884,6 +886,8 @@
       this.loading = false;
     }
   },
+
+ 
   methods: {
     /** 鏌ヨ鐤剧梾瀛楀吀鍒楄〃 */
     getList() {
@@ -992,6 +996,11 @@
       }
     },
 
+
+    change(){
+    console.log(111)
+  },
+
     delememberss() {
       let that = this;
       if (that.form.workLogs.length == that.chageall.length) {
diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index c732377..bed0077 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -1121,6 +1121,18 @@
       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 }) {
       if (row.exceptionDesc) return "warning-row";
       return "";

--
Gitblit v1.8.0