From 7eaee92ee52e1501480adbbe8a1af9ddecc04275 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 04 九月 2024 11:05:23 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/outpatient/index.vue |   68 +++++++++++----------------------
 1 files changed, 23 insertions(+), 45 deletions(-)

diff --git a/src/views/followvisit/outpatient/index.vue b/src/views/followvisit/outpatient/index.vue
index 9e1be79..ed8f323 100644
--- a/src/views/followvisit/outpatient/index.vue
+++ b/src/views/followvisit/outpatient/index.vue
@@ -12,12 +12,12 @@
         label-width="98px"
       >
         <el-form-item label="浠诲姟鍚嶇О">
-          <el-input v-model="topqueryParams.name"></el-input>
+          <el-input v-model="topqueryParams.taskName"></el-input>
         </el-form-item>
-        <el-form-item label="瀹℃牳浜�">
-          <el-input v-model="topqueryParams.name"></el-input>
+        <el-form-item label="鍙戣捣浜�">
+          <el-input v-model="topqueryParams.createBy"></el-input>
         </el-form-item>
-        <el-form-item label="瀹℃牳鏃堕棿">
+        <!-- <el-form-item label="瀹℃牳鏃堕棿">
           <el-date-picker
             v-model="dateRange"
             style="width: 240px"
@@ -27,31 +27,14 @@
             start-placeholder="寮�濮嬫棩鏈�"
             end-placeholder="缁撴潫鏃ユ湡"
           ></el-date-picker>
-        </el-form-item>
-        <el-form-item label="闅忚绫诲瀷" prop="status">
-          <el-select v-model="topqueryParams.topic" placeholder="璇烽�夋嫨">
-            <el-option
-              v-for="item in topicoptions"
-              :key="item.value"
-              :label="item.label"
-              :value="item.value"
-            >
-            </el-option>
-          </el-select>
-        </el-form-item>
-        <el-form-item label="妯$増" prop="status">
-          <el-select v-model="topqueryParams.topic" placeholder="璇烽�夋嫨">
-            <el-option
-              v-for="item in topicoptions"
-              :key="item.value"
-              :label="item.label"
-              :value="item.value"
-            >
-            </el-option>
-          </el-select>
+        </el-form-item> -->
+
+        <el-form-item label="妯℃澘鍚嶇О" prop="status">
+          <el-input v-model="topqueryParams.templatename"></el-input>
+
         </el-form-item>
         <el-form-item label="闂ㄨ瘖闅忚鐘舵��" prop="status">
-          <el-select v-model="topqueryParams.topic" placeholder="璇烽�夋嫨">
+          <el-select v-model="topqueryParams.sendstate" placeholder="璇烽�夋嫨">
             <el-option
               v-for="item in topicoptions"
               :key="item.value"
@@ -87,7 +70,7 @@
             >鏂板</el-button
           >
         </el-col>
-        <el-col :span="1.5">
+        <!-- <el-col :span="1.5">
           <div class="documentf">
             <div class="document">
               <el-button
@@ -101,8 +84,8 @@
               >
             </div>
           </div>
-        </el-col>
-        <el-col :span="1.5">
+        </el-col> -->
+        <!-- <el-col :span="1.5">
           <div class="documentf">
             <div class="document">
               <el-button
@@ -172,7 +155,7 @@
               >
             </div>
           </div>
-        </el-col>
+        </el-col> -->
 
         <!-- <el-col :span="1.5"> </el-col> -->
       </el-row>
@@ -299,7 +282,7 @@
           class-name="small-padding fixed-width"
         >
           <template slot-scope="scope">
-            <el-button
+            <!-- <el-button
               size="medium"
               type="text"
               @click="followupvisit(scope.row)"
@@ -316,7 +299,7 @@
               ><span class="button-sc"
                 ><i class="el-icon-delete"></i>鍋滄</span
               ></el-button
-            >
+            > -->
             <el-button
               size="medium"
               type="text"
@@ -633,28 +616,23 @@
       topqueryParams: {
         pageNum: 1,
         pageSize: 10,
-        hospType:2
-
+        serviceType:3,
       },
       propss: { multiple: true },
       options: [],
 
       topicoptions: [
-        {
+      {
           value: 1,
-          label: "寰呭鏍�",
+          label: "琚鍙�",
         },
         {
           value: 2,
-          label: "鎵ц涓�",
+          label: "寰呭彂閫�",
         },
         {
           value: 3,
-          label: "鎵ц瀹屾垚",
-        },
-        {
-          value: 4,
-          label: "宸插仠姝�",
+          label: "宸插彂閫�",
         },
       ],
       serviceState:[],
@@ -891,10 +869,10 @@
       this.modificationVisible = true;
     },
     // 璺宠浆璇︽儏椤�
-    Seedetails() {
+    Seedetails(row) {
       this.$router.push({
         path: "/followvisit/record/detailpage/",
-        query: { id: "1" },
+        query: { taskid: row.taskid, patid: row.patid },
       });
     },
     // 瀵煎叆鎸夐挳

--
Gitblit v1.9.3