fix
This commit is contained in:
parent
349a606919
commit
249961762f
|
|
@ -61,7 +61,7 @@
|
||||||
<view class="flex justify-between">
|
<view class="flex justify-between">
|
||||||
<view class="text-lg text-bold text-cut" style="width: 70%;">{{task.goodsName}}</view>
|
<view class="text-lg text-bold text-cut" style="width: 70%;">{{task.goodsName}}</view>
|
||||||
<view class="text-right">
|
<view class="text-right">
|
||||||
<view class="text-lg text-price text-red text-bold">{{task.totalMoney}}</view>
|
<view class="text-lg text-price text-red text-bold">{{task.serverMoney}}</view>
|
||||||
<view v-if="task.expeditedPrice">
|
<view v-if="task.expeditedPrice">
|
||||||
<text>加急:</text><text class="text-price text-red text-bold">{{task.expeditedPrice}}</text>
|
<text>加急:</text><text class="text-price text-red text-bold">{{task.expeditedPrice}}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<view class="flex justify-between">
|
<view class="flex justify-between">
|
||||||
<view class="text-lg text-bold text-cut" style="width: 70%;">{{order.goodsName}}</view>
|
<view class="text-lg text-bold text-cut" style="width: 70%;">{{order.goodsName}}</view>
|
||||||
<view class="text-right">
|
<view class="text-right">
|
||||||
<view class="text-lg text-price text-red text-bold">{{order.totalMoney}}</view>
|
<view class="text-lg text-price text-red text-bold">{{order.serverMoney}}</view>
|
||||||
<view v-if="order.expeditedPrice">
|
<view v-if="order.expeditedPrice">
|
||||||
<text>加急:</text><text class="text-price text-red text-bold">{{order.expeditedPrice}}</text>
|
<text>加急:</text><text class="text-price text-red text-bold">{{order.expeditedPrice}}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
<text class="cuIcon-time text-main-color margin-right-xs"></text>
|
<text class="cuIcon-time text-main-color margin-right-xs"></text>
|
||||||
<text>上门时间:{{servDetail.workBeginTime}}</text>
|
<text>上门时间:{{servDetail.workBeginTime}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="margin-top-sm" v-if="servDetail.orderDetailId == null">
|
<view class="margin-top-sm" v-if="servDetail.orderDetailId == null && servDetail.orderMode == '02'">
|
||||||
<text class="cuIcon-moneybag text-main-color margin-right-xs"></text>
|
<text class="cuIcon-moneybag text-main-color margin-right-xs"></text>
|
||||||
<text>订单金额:</text>
|
<text>订单金额:</text>
|
||||||
<text class="text-price">{{servDetail.totalMoney}}</text>
|
<text class="text-price">{{servDetail.totalMoney}}</text>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue