From 02aa4d157d800650f1dc2fa2b7fbee52837df074 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期五, 01 十二月 2023 13:46:07 +0800
Subject: [PATCH] Merge branch 'wulong' of http://116.62.18.175:6699/r/~yxh/smartor-web into yxh01

---
 src/views/patient/patient/index.vue |   45 ++++++++++++++++++++++++++++++++-------------
 1 files changed, 32 insertions(+), 13 deletions(-)

diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index b785d7a..6a53f9e 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -307,7 +307,7 @@
               <el-table-column
                 label="鎿嶄綔"
                 align="center"
-                width="160"
+                width="190"
                 class-name="small-padding fixed-width"
               >
                 <template slot-scope="scope">
@@ -330,7 +330,7 @@
                     type="text"
                     @click="handleUpdate(scope.row)"
                     v-hasPermi="['system:user:edit']"
-                    ><span class="button-textxg"
+                    ><span class="button-textxga"
                       ><i class="el-icon-edit"></i>淇敼</span
                     ></el-button
                   >
@@ -340,7 +340,7 @@
                     @click="Distributionservice(scope.row)"
                     v-hasPermi="['system:user:edit']"
                     ><span class="button-textxg"
-                      ><i class="el-icon-edit"></i>鏈嶅姟</span
+                      ><i class="el-icon-menu"></i>鏈嶅姟</span
                     ></el-button
                   >
                 </template>
@@ -566,6 +566,21 @@
         <el-button @click="submitclose">鍙� 娑�</el-button>
       </div>
     </el-dialog>
+    <!-- 璺宠浆鏈嶅姟瀵硅瘽妗� -->
+    <el-dialog title="閫夋嫨鏈嶅姟绫诲瀷" :visible.sync="serviceVisible">
+      <el-radio-group v-model="serviceradio">
+        <el-radio :label="1">瀹f暀闅忚</el-radio>
+        <el-radio :label="2">闂ㄨ瘖鏈嶅姟</el-radio>
+        <el-radio :label="3">鍑洪櫌鏈嶅姟</el-radio>
+        <el-radio :label="4">澶嶈瘖鏈嶅姟</el-radio>
+        <el-radio :label="5">浣撴閫氱煡</el-radio>
+        <el-radio :label="6">闂嵎鏈嶅姟</el-radio>
+      </el-radio-group>
+      <div slot="footer" class="dialog-footer">
+        <el-button @click="serviceVisible = false">鍙� 娑�</el-button>
+        <el-button type="primary" @click="CreateService">鍒涘缓鏈嶅姟</el-button>
+      </div>
+    </el-dialog>
   </div>
 </template>
 
@@ -623,6 +638,8 @@
       // 榛樿瀵嗙爜
       initPassword: undefined,
       amendtag: false, //鏄惁淇敼
+      serviceVisible: false,
+      serviceradio: 1,
       // 鏃ユ湡鑼冨洿
       dateRange: [],
       paperstypes: [
@@ -789,16 +806,8 @@
         this.loading = false;
       });
     },
-
-    // 绛涢�夎妭鐐�
-    filterNode(value, data) {
-      if (!value) return true;
-      return data.label.indexOf(value) !== -1;
-    },
-    // 鑺傜偣鍗曞嚮浜嬩欢
-    handleNodeClick(data) {
-      this.queryParams.deptId = data.id;
-      this.handleQuery();
+    Distributionservice(row) {
+      this.serviceVisible = true;
     },
 
     // 鍙栨秷鎸夐挳
@@ -896,6 +905,13 @@
           this.$modal.msgSuccess("鍒犻櫎鎴愬姛");
         })
         .catch(() => {});
+    },
+    //鏈嶅姟璺宠浆
+    CreateService() {
+      this.$router.push({
+        path: "/followvisit/particty",
+        query: { type: this.serviceradio },
+      });
     },
     /** 瀵煎嚭鎸夐挳鎿嶄綔 */
     handleExport() {
@@ -1084,4 +1100,7 @@
 .button-textsc {
   color: #28cfe6;
 }
+.button-textxg {
+  color: #de7897;
+}
 </style>

--
Gitblit v1.9.3