From 78f514be663d8aa67bee6646d243159126eb4444 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 23 四月 2025 14:56:56 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/hospital.vue | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 53 insertions(+), 7 deletions(-)
diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue
index cddef99..43b7c87 100644
--- a/src/views/patient/patient/hospital.vue
+++ b/src/views/patient/patient/hospital.vue
@@ -178,12 +178,7 @@
<el-button
size="medium"
type="text"
- @click="
- $router.push({
- path: '/patient/indexls/',
- query: { sfzh: scope.row.idcardno },
- })
- "
+ @click="gettoken360(scope.row.idcardno,scope.row.drcode,scope.row.drname)"
><span class="button-textsc"
>{{scope.row.patname}}</span
></el-button
@@ -417,6 +412,8 @@
import Treeselect from "@riophae/vue-treeselect";
import { listDept } from "@/api/system/dept";
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
+import { query360PatInfo } from "@/api/AiCentre/index";
+
import store from "@/store";
export default {
@@ -466,6 +463,39 @@
label: "鐥呭尯鎮h��",
},
],
+ postData: {
+ XiaoXiTou: {
+ FaSongFCSJC: "ZJHES",
+ FaSongJGID: localStorage.getItem("orgid"),
+ FaSongJGMC: localStorage.getItem("orgname"),
+ FaSongSJ: "2025-01-09聽17:29:36",
+ FaSongXTJC: "SUIFANGXT",
+ FaSongXTMC: "闅忚绯荤粺",
+ XiaoXiID: "5FA92AFB-9833-4608-87C7-F56A654AC171",
+ XiaoXiLX: "SC_LC_360STCX",
+ XiaoXiMC: "360聽瑙嗗浘鏌ヨ",
+ ZuHuID: localStorage.getItem("ZuHuID"),
+ ZuHuMC: localStorage.getItem("orgname"),
+ },
+ YeWuXX: {
+ BingRenXX: {
+ ZhengJianHM: "",
+ ZhengJianLXDM: "01",
+ ZhengJianLXMC: "灞呮皯韬唤璇�",
+ ZuZhiJGID: localStorage.getItem("orgid"),
+ ZuZhiJGMC: localStorage.getItem("orgname"),
+ },
+ YongHuXX: {
+ XiTongID: "SUIFANGXT",
+ XiTongMC: "闅忚绯荤粺",
+ YongHuID: "1400466972205912064",
+ YongHuXM: "JNRMYY",
+ ZuZhiJGID: localStorage.getItem("orgid"),
+ ZuZhiJGMC: localStorage.getItem("orgname"),
+ idp: "lyra",
+ },
+ },
+ },
paperstypes: [
{ papersname: "韬唤璇�" },
{ papersname: "鎶ょ収" },
@@ -542,7 +572,7 @@
pageNum: 1,
pageSize: 10,
cry: 1,
- searchscope:2,
+ searchscope:3,
scopetype: [],
leaveldeptcodes: [],
leavehospitaldistrictcodes: [],
@@ -600,6 +630,22 @@
console.log(this.deptList, "this.deptList");
});
},
+ //鎮h��360璺宠浆
+ gettoken360(sfzh,drcode,drname) {
+ this.postData.YeWuXX.BingRenXX.ZhengJianHM = sfzh;
+ if (this.postData.XiaoXiTou.ZuHuMC=='涓芥按甯備腑鍖婚櫌') {
+ this.postData.YeWuXX.YongHuXX.YongHuID = '1400398571877961728';
+ this.postData.YeWuXX.YongHuXX.YongHuXM = 'LSZYY';
+ }
+ query360PatInfo(this.postData).then((res) => {
+ if (res.data.url) {
+ window.open(res.data.url, "_blank");
+ // this.linkUrl = res.data.url;
+ } else {
+ this.$modal.msgWarning("360鏌ヨ鏃犵粨鏋�");
+ }
+ });
+ },
/** 鏌ヨ鏍囩鍒楄〃 */
gettabList() {
const tagqueryParams = {
--
Gitblit v1.9.3