|
@@ -8,9 +8,9 @@
|
|
|
<mescroll-uni :ref="'mescrollRef' + i" @init="mescrollInit" :height="height" :down="downOption" @down="downCallback"
|
|
<mescroll-uni :ref="'mescrollRef' + i" @init="mescrollInit" :height="height" :down="downOption" @down="downCallback"
|
|
|
:up="upOption" @up="upCallback" @emptyclick="emptyClick">
|
|
:up="upOption" @up="upCallback" @emptyclick="emptyClick">
|
|
|
<view>
|
|
<view>
|
|
|
- <view class="service-order">
|
|
|
|
|
|
|
+ <view class="service-order " v-for="(item,index) in list" >
|
|
|
<!-- 门店列表 -->
|
|
<!-- 门店列表 -->
|
|
|
- <view class="store-wrap">
|
|
|
|
|
|
|
+ <view class="store-wrap" >
|
|
|
<view :class="{ 'grayscale': item.forstStatus === '1' }">
|
|
<view :class="{ 'grayscale': item.forstStatus === '1' }">
|
|
|
<view @click="orderDetail(item)" class="">
|
|
<view @click="orderDetail(item)" class="">
|
|
|
<view class="store-list">
|
|
<view class="store-list">
|
|
@@ -20,22 +20,19 @@
|
|
|
<!-- <view class="time">
|
|
<!-- <view class="time">
|
|
|
11111111111
|
|
11111111111
|
|
|
</view> -->
|
|
</view> -->
|
|
|
- <view class="service-type">
|
|
|
|
|
-
|
|
|
|
|
- <!-- {{ item.serviceModeDesc }} -->
|
|
|
|
|
|
|
+ <view v-if="item.serviceAttrDesc === '及时' " class="service-type">
|
|
|
到店
|
|
到店
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="service-mode">
|
|
|
|
|
- <!-- <text>{{ item.serviceAttrDesc }}</text> -->
|
|
|
|
|
|
|
+ <view v-else class="service-mode">
|
|
|
预约
|
|
预约
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class=" planNumber flex-col justify-center">
|
|
|
|
|
- <text> {{ item.planNumber || '未排号' }}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="order-state-name">
|
|
|
|
|
+ <text class="h-text1">{{ item.forstStatus === '1' ? '已冻结' : item.orderStatusDesc }}</text>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="order-state">
|
|
<view class="order-state">
|
|
|
<view class="order-num">
|
|
<view class="order-num">
|
|
@@ -43,13 +40,10 @@
|
|
|
<image src="/static/index/u217.png" mode=""></image>订单编号:{{ item.orderNo }}
|
|
<image src="/static/index/u217.png" mode=""></image>订单编号:{{ item.orderNo }}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="h-order-text">
|
|
<view class="h-order-text">
|
|
|
- 服务项目
|
|
|
|
|
|
|
+ <text> {{item.serviceType }} </text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="order-state-name">
|
|
|
|
|
- <text class="h-text1">{{ item.forstStatus === '1' ? '已冻结' : item.orderStatusDesc
|
|
|
|
|
- }}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-col detail11 ">
|
|
<view class="flex-col detail11 ">
|
|
@@ -78,7 +72,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="detail flex-row justify-between">
|
|
|
|
|
|
|
+ <view class="detail flex-row justify-between" v-if="item.orderStatusDesc !== '未排号' " >
|
|
|
<view class="flexLR">
|
|
<view class="flexLR">
|
|
|
<view>
|
|
<view>
|
|
|
<view class="d-item-row ">
|
|
<view class="d-item-row ">
|
|
@@ -117,7 +111,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="price">
|
|
|
|
|
|
|
+ <view class="price" v-if="item.orderStatusDesc !== '未排号' " >
|
|
|
订单总金额:<text class="fontColor" v-if="item.totalAmount"> ¥{{ item.totalAmount }}</text>
|
|
订单总金额:<text class="fontColor" v-if="item.totalAmount"> ¥{{ item.totalAmount }}</text>
|
|
|
<text class="fontColor" v-else>¥0</text>
|
|
<text class="fontColor" v-else>¥0</text>
|
|
|
</view>
|
|
</view>
|