|
|
@@ -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,
|