From 8a8cbdb9366873aac26ef565f797100dd289d51e Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期四, 28 八月 2025 13:55:45 +0800 Subject: [PATCH] 满意度 --- src/views/followvisit/record/detailpage/index.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue index 0bcab1a..cc8b055 100644 --- a/src/views/followvisit/record/detailpage/index.vue +++ b/src/views/followvisit/record/detailpage/index.vue @@ -397,7 +397,7 @@ </div> </div> <div> - <h2>涓�閿懠鍙姛鑳�</h2> + <h2>闅忚鍐呭</h2> <CallButton ref="callButton" :phoneNumber="currentPhoneNumber" @@ -1051,6 +1051,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"; @@ -1069,8 +1071,7 @@ getuserinfo() { const queryParams = { pid: Number(this.patid), - allhosp: "0", - pageNum: 1, + allhosp: "0",//1浣忛櫌2闂ㄨ瘖3浣撴4鍑洪櫌 }; // 鎮h�呭熀纭�淇℃伅 messagelistpatient(queryParams).then((response) => { @@ -1239,7 +1240,7 @@ }) .catch(() => { if (this.form.serviceType == 13) { - if (this.visitCount) { + if (this.visitCount!=1) { this.$router.push({ path: "/logisticsservice/zbAgain", }); @@ -1249,7 +1250,7 @@ }); } } else if (this.form.serviceType == 2) { - if (this.visitCount) { + if (this.visitCount!=1) { this.$router.push({ path: "/logisticsservice/again", }); -- Gitblit v1.9.3