|
@@ -40,15 +40,6 @@
|
|
|
<text class="value">{{order.createTime}}</text>
|
|
<text class="value">{{order.createTime}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
- <view class="flex-col justify-center " v-if="order.serviceAttribute == 1">
|
|
|
|
|
- <view class="planNumber flex-row justify-center">
|
|
|
|
|
- <text>{{order.planNumber}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="plan flex-row justify-center">
|
|
|
|
|
- <text class="plan">排号</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -71,15 +62,6 @@
|
|
|
<text class="value">{{order.servicePersonName}}</text>
|
|
<text class="value">{{order.servicePersonName}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
- <view class="flex-col justify-center ">
|
|
|
|
|
- <view class="planNumber flex-row justify-center">
|
|
|
|
|
- <text>{{order.planNumber}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="plan flex-row justify-center">
|
|
|
|
|
- <text class="plan">预约号</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -104,9 +86,8 @@
|
|
|
<text class="projectState">{{item.statusDesc}}</text>
|
|
<text class="projectState">{{item.statusDesc}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view class="box_11">
|
|
|
|
|
- <view class="group_2"></view>
|
|
|
|
|
- <view class="group_3">
|
|
|
|
|
|
|
+ <view class="flex-row justify-between">
|
|
|
|
|
+ <view class="flex-col justify-around">
|
|
|
<view class="flex-row">
|
|
<view class="flex-row">
|
|
|
<u-icon name="server-man" size="16"></u-icon>
|
|
<u-icon name="server-man" size="16"></u-icon>
|
|
|
<text class="key">服务人员:</text>
|
|
<text class="key">服务人员:</text>
|
|
@@ -117,29 +98,42 @@
|
|
|
<text class="key">服务时间:</text>
|
|
<text class="key">服务时间:</text>
|
|
|
<text class="value">{{item.serviceTime || ''}}</text>
|
|
<text class="value">{{item.serviceTime || ''}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view v-if="item.discountAmount > 0">
|
|
|
|
|
+ <text class="projectMoney">¥{{item.payAmount}}</text>
|
|
|
|
|
+ <text class="lineMoney">¥{{item.servicePrice}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view v-else>
|
|
|
|
|
+ <text class="projectMoney">¥{{item.servicePrice}}</text>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
- <view class="flex-row justify-between">
|
|
|
|
|
- <view v-if="item.discountAmount > 0">
|
|
|
|
|
- <text class="projectMoney">¥{{item.payAmount}}</text>
|
|
|
|
|
- <text class="lineMoney">¥{{item.servicePrice}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view v-else>
|
|
|
|
|
- <text class="projectMoney">¥{{item.servicePrice}}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="flex-col justify-around">
|
|
|
|
|
+ <view class="flex-col justify-center ">
|
|
|
|
|
+ <view class="planNumber flex-row justify-center">
|
|
|
|
|
+ <text>{{order.planNumber}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="plan flex-row justify-center" v-if="order.serviceAttribute == 1">
|
|
|
|
|
+ <text class="plan">排号</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="plan flex-row justify-center" v-if="order.serviceAttribute == 2">
|
|
|
|
|
+ <text class="plan">预约号</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
|
|
+ </view>
|
|
|
|
|
|
|
|
- <view class="flex-row" v-if="item.status === 1" @click="appeal(item.orderServiceId)">
|
|
|
|
|
- <u-icon name="/static/order/ud17.png" color="#93D21A" size="14"></u-icon>
|
|
|
|
|
- <text class="ss_key">申诉</text>
|
|
|
|
|
|
|
+ <view class="flex-row justify-center" v-if="item.status === 8" @click="appeal(item.orderServiceId)">
|
|
|
|
|
+ <u-icon name="/static/order/ud17.png" color="#93D21A" size="14"></u-icon>
|
|
|
|
|
+ <text class="ss_key">申诉</text>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="bottomHeight"></view>
|
|
<view class="bottomHeight"></view>
|
|
|
|
|
|
|
|
- <view class="bottom1 flex-col" v-if="order.orderStatus == 6 ">
|
|
|
|
|
|
|
+ <view class="bottom1 flex-col" v-if="order.canPay ">
|
|
|
<text class="allMoney"></text>
|
|
<text class="allMoney"></text>
|
|
|
<view class="bottomBtn flex-row justify-between">
|
|
<view class="bottomBtn flex-row justify-between">
|
|
|
<view class=" flex-row">
|
|
<view class=" flex-row">
|
|
@@ -150,7 +144,7 @@
|
|
|
<!-- <text class="priceDetail">价格明细</text>-->
|
|
<!-- <text class="priceDetail">价格明细</text>-->
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view v-if="order.canPay" class="btn" @click="qenPayInfo">
|
|
|
|
|
|
|
+ <view class="btn" @click="qenPayInfo">
|
|
|
<text class="text_33">一键付款</text>
|
|
<text class="text_33">一键付款</text>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- <view v-else class="btn" @click="orderFinish">-->
|
|
<!-- <view v-else class="btn" @click="orderFinish">-->
|