From bb52c6fc1455dfa67f345bc37973e954c8491a05 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 15 九月 2025 17:13:49 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/hospital.vue |   73 ++++++++++++++++++++++++++----------
 1 files changed, 52 insertions(+), 21 deletions(-)

diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue
index 80ce156..998e871 100644
--- a/src/views/patient/patient/hospital.vue
+++ b/src/views/patient/patient/hospital.vue
@@ -45,11 +45,20 @@
               @keyup.enter.native="handleQuery"
             />
           </el-form-item>
+          <el-form-item label="璇鹃缁勫悕绉�" prop="inhospno">
+            <el-input
+              v-model="queryParams.deptname"
+              placeholder="璇疯緭鍏ヨ棰樼粍鍚嶇О"
+              clearable
+              style="width: 250px"
+              @keyup.enter.native="handleQuery"
+            />
+          </el-form-item>
 
           <el-form-item label="鎮h�呰寖鍥�" prop="status">
             <el-cascader
               v-model="queryParams.scopetype"
-              placeholder="榛樿鍏ㄩ儴"
+              placeholder="榛樿鍏ㄩ儴璇鹃缁�"
               :options="sourcetype"
               :props="{ expandTrigger: 'hover' }"
               @change="handleChange"
@@ -214,7 +223,11 @@
             key="telcode"
             prop="telcode"
             width="120"
-          />
+          >
+                <template slot-scope="scope">
+                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
+                </template></el-table-column
+              >
 
           <!-- <el-table-column
             label="鍏ラ櫌璇婃柇"
@@ -238,7 +251,7 @@
             width="120"
           /> -->
           <el-table-column
-            label="绉戝"
+            label="璇鹃缁�"
             align="center"
             key="deptname"
             prop="deptname"
@@ -256,6 +269,13 @@
             align="center"
             key="bedNo"
             prop="bedNo"
+            width="120"
+          />
+          <el-table-column
+            label="缁忕鍖荤敓"
+            align="center"
+            key="managementDoctor"
+            prop="managementDoctor"
             width="120"
           />
           <el-table-column
@@ -364,6 +384,9 @@
           <el-table-column prop="certificate" label="璇佷欢绫诲瀷">
           </el-table-column>
           <el-table-column prop="certificatenum" label="璇佷欢鍙风爜">
+          <template slot-scope="scope">
+                  <span>{{ desensitization(scope.row.idcardno,'idCard') }}</span>
+                </template>
           </el-table-column>
           <el-table-column prop="goday" label="鍑虹敓鏃ユ湡"> </el-table-column>
           <el-table-column prop="menum" label="鏈汉鑱旂郴鏂瑰紡"> </el-table-column>
@@ -463,7 +486,7 @@
         },
         {
           value: 1,
-          label: "绉戝鎮h��",
+          label: "璇鹃缁勬偅鑰�",
         },
         {
           value: 2,
@@ -523,7 +546,7 @@
       sourcetype: [
         {
           value: 1,
-          label: "绉戝",
+          label: "璇鹃缁�",
           children: [],
         },
         {
@@ -533,7 +556,11 @@
         },
         {
           value: 3,
-          label: "鍏ㄩ儴",
+          label: "鍏ㄩ儴璇鹃缁�",
+        },
+        {
+          value: 4,
+          label: "鍏ㄩ儴鐥呭尯",
         },
       ],
       //瀵煎叆杩涘害
@@ -547,11 +574,11 @@
       optionstag: [], //鏍囩鍒楄〃
       Patientrange: [
         {
-          name: "鍏ㄩ儴绉戝",
+          name: "鍏ㄩ儴璇鹃缁�",
           id: 999,
         },
         {
-          name: "褰撳墠绉戝",
+          name: "褰撳墠璇鹃缁�",
           id: 1,
         },
       ],
@@ -610,23 +637,13 @@
     this.queryParams.leaveldeptcodes = store.getters.belongDepts.map(
       (obj) => obj.deptCode
     );
-    this.queryParams.leavehospitaldistrictcodes = store.getters.belongWards.map(
-      (obj) => obj.districtCode
-    );
     this.getList();
-    this.listDept();
+    // this.listDept();
     this.gettabList();
   },
   methods: {
     /** 鏌ヨ鎮h�呭垪琛� */
     getList() {
-      if (this.queryParams.searchscope == 3) {
-        this.queryParams.leaveldeptcodes = store.getters.belongDepts.map(
-          (obj) => obj.deptCode
-        );
-        this.queryParams.leavehospitaldistrictcodes =
-          store.getters.belongWards.map((obj) => obj.districtCode);
-      }
       this.loading = true;
       listpatient(this.queryParams).then((response) => {
         console.log(response);
@@ -643,6 +660,8 @@
     },
     //鎮h��360璺宠浆
     gettoken360(sfzh, drcode, drname) {
+      this.$modal.msgWarning('360鍔熻兘鏆傛湭寮�閫�');
+  return; // 闃绘鍚庣画浠g爜鎵ц
       this.postData.YeWuXX.BingRenXX.ZhengJianHM = sfzh;
       if (this.postData.XiaoXiTou.ZuHuMC == "涓芥按甯備腑鍖婚櫌") {
         this.postData.YeWuXX.YongHuXX.YongHuID = "1400398571877961728";
@@ -686,8 +705,17 @@
         this.queryParams.leavehospitaldistrictcodes.push(code);
         this.queryParams.leaveldeptcodes = [];
         this.queryParams.searchscope = 2;
-      } else {
+      } else if (type == 3) {
+        this.queryParams.leaveldeptcodes = store.getters.belongDepts.map(
+          (obj) => obj.deptCode
+        );
         this.queryParams.searchscope = 3;
+        this.queryParams.leavehospitaldistrictcodes = [];
+      } else if (type == 4) {
+        this.queryParams.leaveldeptcodes = [];
+        this.queryParams.leavehospitaldistrictcodes =
+          store.getters.belongWards.map((obj) => obj.districtCode);
+        this.queryParams.searchscope = 4;
       }
     },
     // 鏌ヨ瀵煎叆灞曠ず鍒楄〃
@@ -755,6 +783,9 @@
         leaveldeptcodes: [],
         leavehospitaldistrictcodes: [],
       };
+      this.queryParams.leaveldeptcodes = store.getters.belongDepts.map(
+      (obj) => obj.deptCode
+    );
       this.handleQuery();
     },
     // 澶氶�夋閫変腑鏁版嵁
@@ -925,6 +956,6 @@
   }
 }
 .button-textsc {
-  color: #28cfe6;
+  color: #3664D9;
 }
 </style>

--
Gitblit v1.9.3