From d54ac083e2992a5613f5cb22849db9742dbe9a9b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 22 十月 2025 11:06:14 +0800
Subject: [PATCH] 问卷联调
---
src/views/patient/patient/behospitalized.vue | 27 ++++++++++++---------------
1 files changed, 12 insertions(+), 15 deletions(-)
diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue
index 268b1f1..a368496 100644
--- a/src/views/patient/patient/behospitalized.vue
+++ b/src/views/patient/patient/behospitalized.vue
@@ -47,7 +47,7 @@
<el-form-item label="鎮h�呰寖鍥�" prop="status">
<el-cascader
v-model="queryParams.scopetype"
- placeholder="榛樿鍏ㄩ儴璇鹃缁�"
+ placeholder="榛樿鍏ㄩ儴绉戝"
:options="sourcetype"
:props="{ expandTrigger: 'hover' }"
@change="handleChange"
@@ -216,7 +216,7 @@
/>
<el-table-column
- label="璇鹃缁�"
+ label="绉戝"
align="center"
key="deptname"
prop="deptname"
@@ -448,7 +448,7 @@
},
{
value: 1,
- label: "璇鹃缁勬偅鑰�",
+ label: "绉戝鎮h��",
},
{
value: 2,
@@ -480,8 +480,8 @@
YongHuXX: {
XiTongID: "SUIFANGXT",
XiTongMC: "闅忚绯荤粺",
- YongHuID: "1400466972205912064",
- YongHuXM: "JNRMYY",
+ YongHuID: localStorage.getItem("YongHuID"),
+ YongHuXM: localStorage.getItem("YongHuXM"),
ZuZhiJGID: localStorage.getItem("orgid"),
ZuZhiJGMC: localStorage.getItem("orgname"),
idp: "lyra",
@@ -491,7 +491,7 @@
sourcetype: [
{
value: 1,
- label: "璇鹃缁�",
+ label: "绉戝",
children: [],
},
{
@@ -501,7 +501,7 @@
},
{
value: 3,
- label: "鍏ㄩ儴璇鹃缁�",
+ label: "鍏ㄩ儴绉戝",
},
{
value: 4,
@@ -530,11 +530,11 @@
optionstag: [], //鏍囩鍒楄〃
Patientrange: [
{
- name: "鍏ㄩ儴璇鹃缁�",
+ name: "鍏ㄩ儴绉戝",
id: 999,
},
{
- name: "褰撳墠璇鹃缁�",
+ name: "褰撳墠绉戝",
id: 1,
},
],
@@ -718,13 +718,10 @@
},
//鎮h��360璺宠浆
gettoken360(sfzh, drcode, drname) {
- this.$modal.msgWarning('360鍔熻兘鏆傛湭寮�閫�');
- return; // 闃绘鍚庣画浠g爜鎵ц
+ // this.$modal.msgWarning('360鍔熻兘鏆傛湭寮�閫�');
+
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");
--
Gitblit v1.9.3