2024-07-29 17:40:03 +08:00
|
|
|
<view class="containerView public">
|
|
|
|
|
|
|
|
<view class="topHead">
|
|
|
|
<view class="navigatorView">
|
2024-07-30 11:17:41 +08:00
|
|
|
<view class="backView" bind:tap="back">
|
2024-07-29 17:40:03 +08:00
|
|
|
<van-icon name="arrow-left" color="#ffffff" size="30rpx"/>
|
|
|
|
<view class="label">返回</view>
|
|
|
|
</view>
|
|
|
|
<view class="title">详情</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="contentView">
|
|
|
|
<view class="label1">处理完成</view>
|
|
|
|
<view class="label2">您的报修工单已经处理完成</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="mainView">
|
|
|
|
<view class="statusView">
|
|
|
|
<view class="view1">
|
|
|
|
<view class="label">处理完成:</view>
|
|
|
|
<view class="name">王帅</view>
|
|
|
|
<view class="tag">工单流转</view>
|
|
|
|
</view>
|
|
|
|
<view class="time">2024-10-10 12:12:00</view>
|
|
|
|
<view class="leftImg" style="background: no-repeat center/cover url({{IMG_NAME + '/profile/static/index/banner/1.jpg'}});"></view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="reportView">
|
|
|
|
<view class="topTitle">报修信息</view>
|
|
|
|
<view class="selfLine"></view>
|
|
|
|
<view class="itemView">
|
|
|
|
<view class="label">设备名称</view>
|
|
|
|
<view class="content">320828282828320828282828320828282828320828282828v</view>
|
|
|
|
</view>
|
|
|
|
<view class="itemView">
|
|
|
|
<view class="label">设备地址</view>
|
|
|
|
<view class="content">302会议室</view>
|
|
|
|
</view>
|
|
|
|
<view class="itemView">
|
|
|
|
<view class="label">维修描述</view>
|
|
|
|
<view class="content">电脑蓝屏</view>
|
|
|
|
</view>
|
|
|
|
<view class="itemView">
|
|
|
|
<view class="label">损坏凭证</view>
|
|
|
|
<view class="content">
|
|
|
|
<view wx:for="{{10}}" class="imgView" style="background: no-repeat center/cover url({{IMG_NAME + '/profile/static/index/banner/1.jpg'}});"></view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="itemView">
|
|
|
|
<view class="label">报修人</view>
|
|
|
|
<view class="content">13652025563</view>
|
|
|
|
</view>
|
|
|
|
<view class="itemView">
|
|
|
|
<view class="label">报修时间</view>
|
|
|
|
<view class="content">2024-06-10 23:59:59</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="reportView">
|
|
|
|
<view class="topTitle">维修反馈</view>
|
|
|
|
<view class="selfLine"></view>
|
|
|
|
<view class="itemView">
|
|
|
|
<view class="label">维修人</view>
|
|
|
|
<view class="content">王强</view>
|
|
|
|
</view>
|
|
|
|
<view class="itemView">
|
|
|
|
<view class="label">维修说明</view>
|
|
|
|
<view class="content">已更换部件,维修完成</view>
|
|
|
|
</view>
|
|
|
|
<view class="itemView">
|
|
|
|
<view class="label">维修凭证</view>
|
|
|
|
<view class="content">
|
|
|
|
<view wx:for="{{3}}" class="imgView" style="background: no-repeat center/cover url({{IMG_NAME + '/profile/static/index/banner/1.jpg'}});"></view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="bottomFixView">
|
|
|
|
<view class="contactBtn">联系维修人员</view>
|
2024-07-30 11:17:41 +08:00
|
|
|
<view class="evaluateBtn" bind:tap="jumpEvaluate">评价</view>
|
2024-07-29 17:40:03 +08:00
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|