From ee8f1a0138b4b7de2389e31d2eb186167a1548f7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 11 四月 2025 17:09:41 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/behospitalized.vue |  200 ++++++++++++++++++++++++++++++++++---------------
 1 files changed, 138 insertions(+), 62 deletions(-)

diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue
index 7d2a37f..d0b928d 100644
--- a/src/views/patient/patient/behospitalized.vue
+++ b/src/views/patient/patient/behospitalized.vue
@@ -11,7 +11,7 @@
           v-show="showSearch"
           label-width="98px"
         >
-          <el-form-item label="濮撳悕" prop="name">
+          <el-form-item label="鎮h�呭鍚�" prop="name">
             <el-input
               v-model="queryParams.patname"
               placeholder="璇疯緭鍏ュ鍚�"
@@ -19,39 +19,50 @@
               @keyup.enter.native="handleQuery"
             />
           </el-form-item>
-          <el-form-item label="鎮h�呬綇闄㈠彿" prop="patid">
+          <el-form-item label="涓绘不鍖荤敓" prop="name">
             <el-input
-              v-model="queryParams.patid"
+              v-model="queryParams.drname"
+              placeholder="璇疯緭鍏ュ鍚�"
+              clearable
+              @keyup.enter.native="handleQuery"
+            />
+          </el-form-item>
+          <el-form-item label="璐d换鎶ゅ+" prop="name">
+            <el-input
+              v-model="queryParams.nurseName"
+              placeholder="璇疯緭鍏ュ鍚�"
+              clearable
+              @keyup.enter.native="handleQuery"
+            />
+          </el-form-item>
+          <el-form-item label="浣忛櫌鍙�" prop="inhospno">
+            <el-input
+              v-model="queryParams.inhospno"
               placeholder="璇疯緭鍏ユ偅鑰呯紪鍙�"
               clearable
               @keyup.enter.native="handleQuery"
             />
           </el-form-item>
 
-          <el-form-item label="鎮h�呮潵婧�" prop="tagId">
-            <el-select
-                v-model="queryParams.searchscope"
-                placeholder="璇烽�夋嫨鎮h�呮潵婧�"
-              >
-                <el-option
-                  v-for="item in source"
-                  :key="item.value"
-                  :label="item.label"
-                  :value="item.value"
-                >
-                </el-option>
-              </el-select>
-          </el-form-item>
-          <el-form-item label=" 鍏ラ櫌鏃ユ湡鑼冨洿 " prop="createTime">
+          <el-form-item label="鎮h�呰寖鍥�" prop="status">
+          <el-cascader
+            v-model="queryParams.scopetype"
+            placeholder="榛樿鍏ㄩ儴"
+            :options="sourcetype"
+            :props="{ expandTrigger: 'hover' }"
+            @change="handleChange"
+          ></el-cascader>
+        </el-form-item>
+          <el-form-item label=" 鍏ラ櫌鏃ユ湡 " prop="createTime">
             <el-date-picker
-            v-model="dateRange"
-            style="width: 240px"
-            value-format="yyyy-MM-dd"
-            type="daterange"
-            range-separator="-"
-            start-placeholder="寮�濮嬫棩鏈�"
-            end-placeholder="缁撴潫鏃ユ湡"
-          ></el-date-picker>
+              v-model="dateRange"
+              style="width: 240px"
+              value-format="yyyy-MM-dd"
+              type="daterange"
+              range-separator="-"
+              start-placeholder="寮�濮嬫棩鏈�"
+              end-placeholder="缁撴潫鏃ユ湡"
+            ></el-date-picker>
           </el-form-item>
 
           <el-row>
@@ -74,7 +85,7 @@
         </el-form>
 
         <el-row :gutter="10" class="mb8">
-          <el-col :span="1.5">
+          <!-- <el-col :span="1.5">
             <el-button
               type="primary"
               plain
@@ -84,8 +95,8 @@
               v-hasPermi="['system:user:add']"
               >鏂板</el-button
             >
-          </el-col>
-          <el-col :span="1.5">
+          </el-col> -->
+          <!-- <el-col :span="1.5">
             <el-button
               type="success"
               plain
@@ -96,7 +107,7 @@
               v-hasPermi="['system:user:edit']"
               >淇敼</el-button
             >
-          </el-col>
+          </el-col> -->
           <el-col :span="1.5">
             <el-button
               type="danger"
@@ -115,6 +126,7 @@
         <el-table
           v-loading="loading"
           :data="userList"
+          height="808"
           @selection-change="handleSelectionChange"
         >
           <el-table-column type="selection" width="50" align="center" />
@@ -140,17 +152,35 @@
           <el-table-column
             label="浣忛櫌鍙�"
             align="center"
-            key="patno"
-            prop="patno"
-          width="120"
+            key="inhospno"
+            prop="inhospno"
+            width="120"
           />
+
           <el-table-column
             label="濮撳悕"
+          width="100"
             align="center"
             key="patname"
             prop="patname"
-          />
-          <el-table-column label="鎬у埆" align="center" key="sex" prop="sex">
+          >
+            <template slot-scope="scope">
+              <el-button
+                size="medium"
+                type="text"
+                @click="
+                  $router.push({
+                    path: '/patient/indexls/',
+                    query: { sfzh: scope.row.idcardno },
+                  })
+                "
+                ><span class="button-textsc">{{
+                  scope.row.patname
+                }}</span></el-button
+              >
+            </template>
+          </el-table-column>
+          <el-table-column label="鎬у埆"width="100" align="center" key="sex" prop="sex">
             <template slot-scope="scope">
               <span>{{ scope.row.sex == 1 ? "鐢�" : "濂�" }}</span>
             </template>
@@ -170,7 +200,6 @@
             width="120"
           />
 
-
           <el-table-column
             label="鍏ラ櫌璇婃柇"
             align="center"
@@ -179,20 +208,19 @@
             width="190"
           />
 
-
           <el-table-column
             label="绉戝"
             align="center"
             key="deptname"
             prop="deptname"
-            width="120"
+            width="180"
           />
           <el-table-column
             label="鐥呭尯"
             align="center"
             key="leavehospitaldistrictname"
             prop="leavehospitaldistrictname"
-            width="120"
+            width="180"
           />
           <el-table-column
             label="搴婁綅鍙�"
@@ -220,7 +248,6 @@
             label="鎿嶄綔"
             fixed="right"
             align="center"
-            width="160"
             class-name="small-padding fixed-width"
           >
             <template slot-scope="scope">
@@ -300,8 +327,9 @@
       <div class="uploading" v-else-if="dractive == 2">
         <el-table :data="uploadingData" style="width: 100%">
           <el-table-column prop="serial" label="搴忓彿"> </el-table-column>
-          <el-table-column prop="name" label="濮撳悕"> </el-table-column>
-          <el-table-column prop="sex" label="鎬у埆"> </el-table-column>
+          <el-table-column prop="name" label="濮撳悕"
+          width="100"> </el-table-column>
+          <el-table-column prop="sex" label="鎬у埆"width="100"> </el-table-column>
           <el-table-column prop="certificate" label="璇佷欢绫诲瀷">
           </el-table-column>
           <el-table-column prop="certificatenum" label="璇佷欢鍙风爜">
@@ -348,12 +376,17 @@
 
 import {
   listpatient,
-  particularpatient,
+} from "@/api/patient/record";
+import {
+  messagelistpatient,
+  alterpatient,
   addpatient,
+  particularpatient,
   deletepatient,
   Exporterrorpatient,
   toleadpatient,
-} from "@/api/patient/record";
+} from "@/api/patient/homepage";
+
 import { listtag } from "@/api/system/label";
 import { getToken } from "@/utils/auth";
 import Treeselect from "@riophae/vue-treeselect";
@@ -414,6 +447,22 @@
           label: "鐥呭尯鎮h��",
         },
       ],
+      sourcetype: [
+        {
+          value: 1,
+          label: "绉戝",
+          children: [],
+        },
+        {
+          value: 2,
+          label: "鐥呭尯",
+          children: [],
+        },
+        {
+          value: 3,
+          label: "鍏ㄩ儴",
+        },
+      ],
       // 琛ㄥ崟鍙傛暟
       form: {
         name: "",
@@ -468,11 +517,10 @@
         pageNum: 1,
         pageSize: 10,
         cry: 0,
-        idcardno: undefined,
-        name: undefined,
-        status: undefined,
-        tagIds: undefined,
-        telcode: undefined,
+        searchscope: 2,
+        scopetype: [],
+        leaveldeptcodes: [],
+        leavehospitaldistrictcodes: [],
       },
       // 琛ㄥ崟鏍¢獙
       rules: {
@@ -529,25 +577,27 @@
     },
   },
   created() {
-
     this.getList();
     this.listDept();
     this.gettabList();
+    this.sourcetype[0].children = store.getters.belongDepts.map((dept) => {
+      return {
+        label: dept.deptName,
+        value: dept.deptCode,
+      };
+    });
+    this.sourcetype[1].children = store.getters.belongWards.map((dept) => {
+      return {
+        label: dept.districtName,
+        value: dept.districtCode,
+      };
+    });
   },
   methods: {
     /** 鏌ヨ鎮h�呭垪琛� */
     getList() {
       this.loading = true;
-      if (this.queryParams.searchscope == 1) {
-        this.queryParams.leaveldeptcodes = store.getters.belongDepts.map(
-          (obj) => obj.deptCode
-        );
-        this.queryParams.leavehospitaldistrictcodes=null;
-      } else if (this.queryParams.searchscope == 2) {
-        this.queryParams.leavehospitaldistrictcodes =
-          store.getters.belongWards.map((obj) => obj.districtCode);
-          this.queryParams.leaveldeptcodes=null;
-      } else {
+      if (this.queryParams.searchscope == 3) {
         this.queryParams.leaveldeptcodes = store.getters.belongDepts.map(
           (obj) => obj.deptCode
         );
@@ -566,6 +616,25 @@
         this.deptList = res.data;
         console.log(this.deptList, "this.deptList");
       });
+    },
+      // 鎮h�呰寖鍥村鐞�
+      handleChange(value) {
+      let type = value[0];
+      let code = value.slice(-1)[0];
+      this.queryParams.leavehospitaldistrictcodes = [];
+      this.queryParams.leaveldeptcodes = [];
+
+      if (type == 1) {
+        this.queryParams.leaveldeptcodes.push(code);
+        this.queryParams.leavehospitaldistrictcodes = [];
+        this.queryParams.searchscope = 1;
+      } else if (type == 2) {
+        this.queryParams.leavehospitaldistrictcodes.push(code);
+        this.queryParams.leaveldeptcodes = [];
+        this.queryParams.searchscope = 2;
+      } else {
+        this.queryParams.searchscope = 3;
+      }
     },
     /** 鏌ヨ鏍囩鍒楄〃 */
     gettabList() {
@@ -623,6 +692,8 @@
     },
     /** 鎼滅储鎸夐挳鎿嶄綔 */
     handleQuery() {
+      this.queryParams.startInHospTime = this.dateRange[0];
+      this.queryParams.endInHospTime = this.dateRange[1];
       this.queryParams.pageNum = 1;
       this.getList();
     },
@@ -630,7 +701,12 @@
     resetQuery() {
       this.dateRange = [];
       this.resetForm("queryForm");
-      this.$refs.tree.setCurrentKey(null);
+      this.queryParams= {
+        pageNum: 1,
+        pageSize: 10,
+        cry: 0,
+        searchscope: 2,
+      },
       this.handleQuery();
     },
     // 澶氶�夋閫変腑鏁版嵁
@@ -716,7 +792,7 @@
     /** 涓嬭浇妯℃澘鎿嶄綔 */
     importTemplate() {
       this.download(
-        "system/user/importTemplate",
+        "smartor/import/getImportPatTemplate",
         {},
         `user_template_${new Date().getTime()}.xlsx`
       );

--
Gitblit v1.9.3