订单详情增加显示引车员名称

This commit is contained in:
许允枞 2024-11-12 17:07:20 +08:00
parent 577b1bf762
commit c26b1854bb
2 changed files with 15 additions and 10 deletions

View File

@ -94,17 +94,7 @@
<!-- <input type="text" v-model="goodstext" placeholder="请选择商品"> -->
</view>
</view>
<view class="list-box">
<view class="l-left" @click="showLeadMan = true">
<text style="color: red;font-weight: bold;text-align: center;">*</text>
引车员
<text class="xixi">点击选择</text>
</view>
<view class="l-right">
<input type="text" v-model="nickname" placeholder="请输入引车员">
</view>
</view>
<view class="list-box">
<view class="l-left" @click="showxin = true">新旧车
@ -126,6 +116,17 @@
<input type="text" v-model="unitName" placeholder="请输入单位">
</view>
</view>
<view class="list-box">
<view class="l-left" @click="showLeadMan = true">
<text style="color: red;font-weight: bold;text-align: center;">*</text>
引车员
<text class="xixi">点击选择</text>
</view>
<view class="l-right">
<input type="text" v-model="nickname" placeholder="请输入引车员">
</view>
</view>
<view class="list-box" @click="toSelectProject()">
<view class="l-left">检测流程</view>

View File

@ -39,6 +39,10 @@
<text>手机号</text>
<text>{{ detailData.buyUserPhone }}</text>
</view>
<view class="dis-hui">
<text>引车员</text>
<text>{{ detailData.leadManName }}</text>
</view>
<view class="dis-hui">
<text>车型</text>
<text>{{ detailData.carType }}</text>