SelfRidicule 4c67a1cb6a 1
2024-08-05 11:01:19 +08:00

68 lines
2.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="containerView public">
<view class="topHead">
<view class="progressView">
<view class="point">
<view class="msgView">派单信息</view>
</view>
<view class="line"></view>
<view class="point">
<view class="msgView">派单信息</view>
</view>
<view class="line"></view>
<view class="point activity">
<view class="msgView activity">派单信息</view>
<view class="time">2022-11-15 10:25:23</view>
</view>
</view>
</view>
<view class="personMsgView">
报修人电话19883286522
</view>
<view class="labelView">报修单信息</view>
<view class="step1">
<view class="itemView">
<view class="name">报修设备:</view>
<view class="content">南楼102室空调</view>
</view>
<view class="itemView">
<view class="name">派发对象:</view>
<view class="content">李四</view>
</view>
<view class="itemView">
<view class="name">报修内容:</view>
<view class="content">设备故障,及时检修设备故障,及时检修设备故障,及时检修设备故障,及时检修</view>
</view>
<view class="itemView">
<view class="name">工单编号:</view>
<view class="content"> BX202112100001</view>
</view>
<view class="itemView">
<view class="name">报修人:</view>
<view class="content">张三</view>
</view>
<view class="itemView">
<view class="name">报修时间:</view>
<view class="content">2022-11-15 10:25:23</view>
</view>
<view class="itemView">
<view class="name">相关语音:</view>
<view class="content">4s</view>
</view>
<view class="itemView">
<view class="name">报修图片:</view>
<view class="content">
<view wx:for="{{4}}" class="imgView" style="background: no-repeat center/cover url({{IMG_NAME + '/profile/static/index/banner/1.jpg'}});"></view>
</view>
</view>
<view class="bottomView">
<view class="btn">接收</view>
<view class="btn oragen">退回</view>
</view>
</view>
</view>