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

13 lines
405 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>销售额100.00</view>
<view>成本60.00</view>
<view>回扣5.00</view>
<view>运费10.00</view>
<view>利润20.00</view>
<view>操作:通过 / 退回</view>
</view>
</view>