This commit is contained in:
xiaofajia 2024-12-20 15:26:57 +08:00
parent 3acbc8b9c8
commit ccfa2f6ce2

View File

@ -36,9 +36,10 @@
</view>
<view class="m-top">
<view class="top-left">
<view class="dhei">{{ item.goodsName }}</view>
<text class="xhui">施工人员{{ item.workerName }}</text>
<view class="top-left" style="display: flex;gap: 1.5rem">
<view class="dhei">车型{{ item.goodsName }}</view>
<view class="dhei">检测类型{{ item.skuName }}</view>
<!-- <text class="xhui">施工人员{{ item.workerName }}</text>-->
</view>
<view @click="callUser(item.buyPhone)" class="top-right">
<image src="../../static/detection/teel.png" mode=""></image>
@ -57,16 +58,22 @@
</view>
<view class="on-input">
<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>{{ item.carNum }}</text>
</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">
<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 class="ju">{{ item.realPayMoney / 100 }}</text>
</view>