dingdanquanliucheng/frontend/mini-driver/pages/task-detail.wxml
2026-05-14 13:51:06 +08:00

15 lines
631 B
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="page">
<view class="title">任务详情</view>
<view class="desc">任务编号、状态、地址、取件内容、数量、工厂、业务员信息、备注</view>
<view class="card">
<view>操作:接单 / 确认揽货 / 确认送达</view>
<view>附件:图片上传必填,视频上传可选</view>
<view>按钮状态pending 显示接单accepted 显示确认揽货picked_up 显示确认送达</view>
</view>
<view class="actions">
<button size="mini">接单</button>
<button size="mini">确认揽货</button>
<button size="mini">确认送达</button>
</view>
</view>