117 lines
4.7 KiB
Plaintext
117 lines
4.7 KiB
Plaintext
<view class="box">
|
|
<!-- <view class="nav-box" style="padding-top: {{ t }}px;;">
|
|
<view class="nav-bar" style="height: {{ h }}px;">
|
|
<view class="nav-bar-left" bindtap="handleNavigateBack">
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/water_filter/back_black.png" mode="widthFix" style="width:16rpx;height:28rpx" />
|
|
</view>
|
|
<view class="nav-bar-title" style="height: {{ h }}px;line-height: {{ h }}px;">
|
|
报修详情
|
|
</view>
|
|
<view class="nav-bar-right"></view>
|
|
</view>
|
|
</view> -->
|
|
<!-- <view class="tabList">
|
|
<view class="{{tabIndex == 0?'active':''}} tabItem" data-index="0" bindtap="changeTabItem">报修进度</view>
|
|
<view class="{{tabIndex == 1?'active':''}} tabItem" data-index="1" bindtap="changeTabItem">报修详情</view>
|
|
</view> -->
|
|
|
|
<!-- 维修进度 -->
|
|
<!-- <view class="maintenance_progress" wx:if="{{tabIndex == 0}}" style="min-height: calc( 100vh - 145rpx - {{h}}px - {{t}}px);">
|
|
<view class="progress">
|
|
<view class="progress_step">
|
|
<view class="progress_step_time">
|
|
<view class="progress_step_cir">
|
|
<view class="progress_step_cir2"></view>
|
|
</view>
|
|
今天 16:00
|
|
</view>
|
|
<view class="progress_step_msg">
|
|
订单完成
|
|
</view>
|
|
|
|
</view>
|
|
<view class="progress_step">
|
|
<view class="progress_step_time">
|
|
<view class="progress_step_cir">
|
|
<view class="progress_step_cir2"></view>
|
|
</view>
|
|
2021.10.11 11:15
|
|
</view>
|
|
<view class="progress_step_msg2">
|
|
维修师傅已经到达现场,努力维修中...
|
|
</view>
|
|
</view>
|
|
<view class="progress_step">
|
|
<view class="progress_step_time">
|
|
<view class="progress_step_cir">
|
|
<view class="progress_step_cir2"></view>
|
|
</view>
|
|
{{repairInfo.repair_time}}
|
|
</view>
|
|
<view class="progress_step_msg2">
|
|
厂家已为您指派维修师傅{{repairInfo.repairman_name}}
|
|
<view class="progress_step_person">
|
|
<view class="progress_step_person_left">
|
|
<view class="personAva">
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/water_filter/maintenance_person.png" mode="widthFix" />
|
|
</view>
|
|
<view class="personInfo">
|
|
<view class="personInfo_name">
|
|
<text>{{repairInfo.repairman_name}}</text>
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/water_filter/maintenance_star.png" mode="widthFix" />
|
|
</view>
|
|
<view class="personInfo_phone">{{repairInfo.repairman_phone}}</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="personCall" bindtap="headerTelClick">
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/water_filter/maintenance_phone.png" mode="widthFix" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
<view class="progress_step">
|
|
<view class="progress_step_time">
|
|
<view class="progress_step_cir">
|
|
<view class="progress_step_cir2"></view>
|
|
</view>
|
|
{{repairInfo.create_time}}
|
|
</view>
|
|
<view class="progress_step_msg2">
|
|
您的维修订单已提交,即将安排维修师傅。
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> -->
|
|
<!-- 维修详情 -->
|
|
<view class="InfoList">
|
|
<view class="InfoMsg">
|
|
<view class="InfoMsg_tit">设备信息</view>
|
|
<view class="InfoMsg_info">设备编码: <text>{{repairInfo.device_code}}</text> </view>
|
|
<view class="InfoMsg_info">设备名称: <text>{{repairInfo.product_name}}</text> </view>
|
|
</view>
|
|
<view class="InfoItem">
|
|
<view class="InfoItem_tit">故障信息</view>
|
|
<view class="InfoItem_msg"><text>报修单号</text>{{repairInfo.repair_no}}</view>
|
|
<view class="InfoItem_msg"><text>故障描述</text>{{repairInfo.fault_desc}}</view>
|
|
<view class="InfoItem_msg"><text>维修人</text> {{repairInfo.repairman_name}}</view>
|
|
<view class="InfoItem_msg dispay">
|
|
<view class="InfoItem_msg no_bottom">
|
|
<text>维修地址</text>
|
|
<view class="label">{{repairInfo.region}}{{repairInfo.address}}</view>
|
|
</view>
|
|
<view class="personCall" wx:if="{{item.repairman_phone}}" bindtap="headerTelClick">
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/water_filter/maintenance_phone.png" mode="widthFix" />
|
|
</view>
|
|
</view>
|
|
<!-- <view class="InfoItem_msg"><text>故障时间</text>2022-05-11 09:26</view> -->
|
|
<view class="InfoItem_msg"><text>报修时间</text>{{repairInfo.create_time}}</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view> |