订单添加下单类型
This commit is contained in:
@ -227,7 +227,7 @@
|
|||||||
|
|
||||||
<view class="mx-30rpx">
|
<view class="mx-30rpx">
|
||||||
<!-- 订单预约信息 -->
|
<!-- 订单预约信息 -->
|
||||||
<view class="h-460rpx bg-white rounded-16rpx">
|
<view class="h-500rpx bg-white rounded-16rpx">
|
||||||
<view class="order-card relative">
|
<view class="order-card relative">
|
||||||
<view class="price-btn" @click.stop="showCostDetailPopup = true">
|
<view class="price-btn" @click.stop="showCostDetailPopup = true">
|
||||||
<price-format color="#FFFFFF" :first-size="32" :second-size="32" :subscript-size="24"
|
<price-format color="#FFFFFF" :first-size="32" :second-size="32" :subscript-size="24"
|
||||||
@ -272,6 +272,11 @@
|
|||||||
<text class="info-label">用户联系方式:</text>
|
<text class="info-label">用户联系方式:</text>
|
||||||
<text class="info-value" @click="Detail.handleCall(order.user_mobile)">{{ order.user_mobile }}</text>
|
<text class="info-value" @click="Detail.handleCall(order.user_mobile)">{{ order.user_mobile }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<view class="info-item" v-if="order.group_name">
|
||||||
|
<text class="info-label">下单类型:</text>
|
||||||
|
<text class="info-value">{{ order.group_name }}</text>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@ -534,6 +539,7 @@
|
|||||||
img: '', // 到达打卡拍照
|
img: '', // 到达打卡拍照
|
||||||
img_time: '', // 到达打卡时间
|
img_time: '', // 到达打卡时间
|
||||||
user_mobile: '', // 用户手机号
|
user_mobile: '', // 用户手机号
|
||||||
|
group_name: '', // 下单类型
|
||||||
})
|
})
|
||||||
|
|
||||||
onLoad(async (args) => {
|
onLoad(async (args) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user