liuzhihui 2 lat temu
rodzic
commit
88b2da689e

+ 2 - 2
CallCenterWeb.UI/RMYYAPP/manifest.json

@@ -2,8 +2,8 @@
2 2
     "name" : "郑州人民医院综合服务保障调度平台",
3 3
     "appid" : "__UNI__5A5207D",
4 4
     "description" : "",
5
-    "versionName" : "1.2.62",
6
-    "versionCode" : 162,
5
+    "versionName" : "1.2.63",
6
+    "versionCode" : 163,
7 7
     "transformPx" : false,
8 8
     /* 5+App特有相关 */
9 9
     "app-plus" : {

+ 3 - 1
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/repairList.vue

@@ -18,7 +18,9 @@
18 18
 					style="position: relative;left: 13%;top: 18px;visibility:hidden"/>
19 19
 				<uni-badge v-if="count1!=0" class="uni-badge-left-margin" :text="count1"
20 20
 					style="position: relative;left: 13%;top: 18px;"  />
21
-				<uni-badge class="uni-badge-left-margin" :text="count2"
21
+				<uni-badge v-if="count2==0" class="uni-badge-left-margin" :text="count2"
22
+					style="position: relative;left: 30%;top: 18px;visibility:hidden" />
23
+				<uni-badge  v-if="count2!=0" class="uni-badge-left-margin" :text="count2"
22 24
 					style="position: relative;left: 30%;top: 18px;" />
23 25
 				<!-- <uni-badge class="uni-badge-left-margin" :text="count3" style="position: relative;left: 9%;top: 18px;"/> -->
24 26
 				<!-- <uni-badge class="uni-badge-left-margin" :text="count4" style="position: relative;left: 17%;top: 18px;"/>

+ 8 - 3
CallCenterWeb.UI/RMYYAPP/pages/myTask/workOrderDetail/workOrderDetail.vue

@@ -83,12 +83,16 @@
83 83
 				<text class="contentText">{{ detailContentData.F_PlaceOfRepair }}</text>
84 84
 			</view>
85 85
 			<view class="contentTable">
86
-				<text class="contentTitle">报修人员:</text>
86
+				<text class="contentTitle">申请人:</text>
87 87
 				<text class="contentText">{{ detailContentData.applicantname}}</text>
88 88
 			</view>
89 89
 			<view class="contentTable">
90
+				<text class="contentTitle">申请电话:</text>
91
+				<text class="contentText" style="margin-top: -5px;">{{ detailContentData.F_Applicantsphone }}<uni-icons v-show="detailContentData.F_Applicantsphone&&clickbefore==0" class="frContentText" type="eye" size="30" @click="clickEye"></uni-icons> <uni-icons @click="callHandle(detailContentData.F_ApplicantsphoneShow)" class="frContentText" type="phone" size="30"></uni-icons></text>
92
+			</view>
93
+			<view class="contentTable">
90 94
 				<text class="contentTitle">联系电话:</text>
91
-				<text class="contentText" style="margin-top: -5px;">{{ detailContentData.F_Applicantsphone }}<uni-icons v-show="detailContentData.F_Applicantsphone&&clickbefore==0" class="frContentText" type="eye" size="30" @click="clickEye"></uni-icons> <uni-icons @click="callHandle(detailContentData.F_PhoneShow)" class="frContentText" type="phone" size="30"></uni-icons></text>
95
+				<text class="contentText" style="margin-top: -5px;">{{ detailContentData.F_Phone }}<uni-icons v-show="detailContentData.F_Phone&&clickbefore==0" class="frContentText" type="eye" size="30" @click="clickEye"></uni-icons> <uni-icons @click="callHandle(detailContentData.F_PhoneShow)" class="frContentText" type="phone" size="30"></uni-icons></text>
92 96
 			</view>
93 97
 			<view class="contentTable">
94 98
 				<view class="contentTitle">报修内容:</view>
@@ -105,7 +109,7 @@
105 109
 			</view>
106 110
 			<view class="contentTable">
107 111
 				<text class="contentTitle">联系方式:</text>
108
-				<text class="contentText" style="margin-top: -5px;">{{ detailContentData.MaintenancerPhone }} <uni-icons @click="callHandle(detailContentData.MaintenancerPhoneShow)" class="frContentText" type="phone" size="30" v-if="detailContentData.MaintenancerPhone"></uni-icons></text>
112
+				<text class="contentText" style="margin-top: -5px;">{{ detailContentData.MaintenancerPhone }}<uni-icons v-show="detailContentData.MaintenancerPhone&&clickbefore==0" class="frContentText" type="eye" size="30" @click="clickEye"></uni-icons> <uni-icons @click="callHandle(detailContentData.MaintenancerPhoneShow)" class="frContentText" type="phone" size="30" v-if="detailContentData.MaintenancerPhone"></uni-icons></text>
109 113
 			</view>
110 114
 			<view class="contentTable">
111 115
 				<text class="contentTitle">超时时限:</text>
@@ -465,6 +469,7 @@
465 469
 				this.detailContentData.F_DeptPhone = decrypt(this.detailContentData.F_DeptPhoneShow)
466 470
 				this.detailContentData.F_Applicantsphone = decrypt(this.detailContentData.F_ApplicantsphoneShow)
467 471
 				this.detailContentData.MaintenancerPhone = decrypt(this.detailContentData.MaintenancerPhoneShow)
472
+				this.detailContentData.F_Phone = decrypt(this.detailContentData.F_PhoneShow)
468 473
 				this.clickbefore = 1
469 474
 				// const params = {
470 475
 				//   workordercode:this.detailContentData.F_WorkOrderCode,