This commit is contained in:
donqi 2023-06-05 00:46:15 +08:00
parent 349a606919
commit 249961762f
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@
<view class="flex justify-between">
<view class="text-lg text-bold text-cut" style="width: 70%;">{{task.goodsName}}</view>
<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">
<text>加急</text><text class="text-price text-red text-bold">{{task.expeditedPrice}}</text>
</view>

View File

@ -9,7 +9,7 @@
<view class="flex justify-between">
<view class="text-lg text-bold text-cut" style="width: 70%;">{{order.goodsName}}</view>
<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">
<text>加急</text><text class="text-price text-red text-bold">{{order.expeditedPrice}}</text>
</view>

View File

@ -71,7 +71,7 @@
<text class="cuIcon-time text-main-color margin-right-xs"></text>
<text>上门时间{{servDetail.workBeginTime}}</text>
</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>订单金额</text>
<text class="text-price">{{servDetail.totalMoney}}</text>