From cb3c799e1bd6a7cf5dd5c7e3cadee238bf67b729 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期五, 10 十月 2025 14:26:10 +0800 Subject: [PATCH] 随访详情本人所属功能及服务形式补偿流程组件维护 --- src/views/followvisit/zysatisfaction/index.vue | 43 ++++++++++++++++++++----------------------- 1 files changed, 20 insertions(+), 23 deletions(-) diff --git a/src/views/followvisit/zysatisfaction/index.vue b/src/views/followvisit/zysatisfaction/index.vue index 80e8dbe..3bff3f2 100644 --- a/src/views/followvisit/zysatisfaction/index.vue +++ b/src/views/followvisit/zysatisfaction/index.vue @@ -91,7 +91,6 @@ ></el-date-picker> </el-form-item> - <el-form-item label="鎮h�呭鍚�" prop="sendname"> <el-input v-model="topqueryParams.sendname" @@ -188,7 +187,6 @@ <el-col :span="1.5"> <el-button type="primary" - plain icon="el-icon-plus" size="medium" @click="handleAdd" @@ -259,7 +257,6 @@ </div> </div> </el-col> - </el-row> <el-table v-loading="loading" @@ -817,7 +814,7 @@ </el-form-item> </el-col> </el-row> - <el-row > + <el-row> <el-col :span="8"> <el-form-item label="杩囨护鍖荤敓" width="100" prop="filterDrname"> <el-input @@ -921,7 +918,6 @@ </span> </el-dialog> <!-- 鍐嶆闅忚 --> - </div> </template> @@ -1030,7 +1026,7 @@ // value: 0, // }, { - name: "搴旈殢璁�", + name: "闇�闅忚", value: 0, }, { @@ -1178,8 +1174,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", @@ -1295,9 +1291,8 @@ }); }, affiliation() { - this.topqueryParams.drcode = store.getters.hisUserId; - this.topqueryParams.nurseId = store.getters.hisUserId; - this.topqueryParams.managementDoctor = store.getters.name; + this.topqueryParams.managementDoctorCode = store.getters.hisUserId; + this.getList(1); }, onthatday() { @@ -1523,13 +1518,13 @@ if (res.code == 200) { this.$message.success("璇勫垎淇濆瓨鎴愬姛"); this.scoreDialogVisible = false; - this.selectedRows=[]; - this.$refs.userform.clearSelection() + this.selectedRows = []; + this.$refs.userform.clearSelection(); } else { this.$modal.msgWarning("璇勫垎淇濆瓨澶辫触"); this.scoreDialogVisible = false; - this.selectedRows=[]; - this.$refs.userform.clearSelection() + this.selectedRows = []; + this.$refs.userform.clearSelection(); } }); // 杩欓噷鍙互娣诲姞淇濆瓨閫昏緫锛屽璋冪敤API淇濆瓨璇勫垎 @@ -1566,13 +1561,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"); @@ -1880,12 +1872,17 @@ } } ::v-deep.leftvlue .el-card__body { - background: #d0e9fd; + background: #f2f8ff; + color: #324a9b; } ::v-deep.leftvlue .el-card__body:hover { - background: #8dc8f8; + background: #3664d9; + color: #fff; cursor: pointer; /* 榧犳爣鎮诞鏃跺彉涓烘墜褰� */ } +.button-textxga { + color: #de7897; +} ::v-deep.errleftvlue .el-card__body { background: #fdd0d7; } -- Gitblit v1.9.3