修改
This commit is contained in:
parent
3acbc8b9c8
commit
ccfa2f6ce2
@ -36,9 +36,10 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="m-top">
|
<view class="m-top">
|
||||||
<view class="top-left">
|
<view class="top-left" style="display: flex;gap: 1.5rem">
|
||||||
<view class="dhei">{{ item.goodsName }}</view>
|
<view class="dhei">车型:{{ item.goodsName }}</view>
|
||||||
<text class="xhui">施工人员:{{ item.workerName }}</text>
|
<view class="dhei">检测类型:{{ item.skuName }}</view>
|
||||||
|
<!-- <text class="xhui">施工人员:{{ item.workerName }}</text>-->
|
||||||
</view>
|
</view>
|
||||||
<view @click="callUser(item.buyPhone)" class="top-right">
|
<view @click="callUser(item.buyPhone)" class="top-right">
|
||||||
<image src="../../static/detection/teel.png" mode=""></image>
|
<image src="../../static/detection/teel.png" mode=""></image>
|
||||||
@ -57,16 +58,22 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="on-input">
|
<view class="on-input">
|
||||||
<uni-icons type="map" color="#999999" size="16"></uni-icons>
|
<uni-icons type="map" color="#999999" size="16"></uni-icons>
|
||||||
<text>订单号:</text>
|
|
||||||
<text>{{ item.orderNo }}</text>
|
|
||||||
</view>
|
|
||||||
<view class="on-input">
|
|
||||||
<uni-icons type="more" color="#999999" size="16"></uni-icons>
|
|
||||||
<text>车牌号:</text>
|
<text>车牌号:</text>
|
||||||
<text>{{ item.carNum }}</text>
|
<text>{{ item.carNum }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="on-input">
|
||||||
|
<uni-icons type="more" color="#999999" size="16"></uni-icons>
|
||||||
|
<text>客户来源:</text>
|
||||||
|
<text>{{ item.customerSource }}</text>
|
||||||
|
</view>
|
||||||
|
<view class="on-input" v-if="item.otherPhone">
|
||||||
|
<uni-icons type="more" color="#999999" size="16"></uni-icons>
|
||||||
|
<text>代办人手机号:</text>
|
||||||
|
<text>{{ item.otherPhone }}</text>
|
||||||
|
</view>
|
||||||
<view class="bottom-di">
|
<view class="bottom-di">
|
||||||
|
<text v-if="tapindex === 1">商品原价:</text>
|
||||||
|
<text v-if="tapindex === 1" class="ju" style="margin-right: 0.5rem">{{ item.goodsPrice / 100 }}元</text>
|
||||||
<text>实付金额:</text>
|
<text>实付金额:</text>
|
||||||
<text class="ju">{{ item.realPayMoney / 100 }}元</text>
|
<text class="ju">{{ item.realPayMoney / 100 }}元</text>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
Reference in New Issue
Block a user