订单详情增加显示引车员名称
This commit is contained in:
parent
577b1bf762
commit
c26b1854bb
@ -94,17 +94,7 @@
|
|||||||
<!-- <input type="text" v-model="goodstext" placeholder="请选择商品"> -->
|
<!-- <input type="text" v-model="goodstext" placeholder="请选择商品"> -->
|
||||||
</view>
|
</view>
|
||||||
</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="list-box">
|
||||||
<view class="l-left" @click="showxin = true">新旧车
|
<view class="l-left" @click="showxin = true">新旧车
|
||||||
@ -126,6 +116,17 @@
|
|||||||
<input type="text" v-model="unitName" placeholder="请输入单位">
|
<input type="text" v-model="unitName" placeholder="请输入单位">
|
||||||
</view>
|
</view>
|
||||||
</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="list-box" @click="toSelectProject()">
|
||||||
<view class="l-left">检测流程</view>
|
<view class="l-left">检测流程</view>
|
||||||
|
@ -39,6 +39,10 @@
|
|||||||
<text>手机号:</text>
|
<text>手机号:</text>
|
||||||
<text>{{ detailData.buyUserPhone }}</text>
|
<text>{{ detailData.buyUserPhone }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="dis-hui">
|
||||||
|
<text>引车员:</text>
|
||||||
|
<text>{{ detailData.leadManName }}</text>
|
||||||
|
</view>
|
||||||
<view class="dis-hui">
|
<view class="dis-hui">
|
||||||
<text>车型:</text>
|
<text>车型:</text>
|
||||||
<text>{{ detailData.carType }}</text>
|
<text>{{ detailData.carType }}</text>
|
||||||
|
Loading…
Reference in New Issue
Block a user