CRM_26-01-29#story#8070,调度APP-司机信息复制-仅子公司
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<div class="item">
|
||||
<span class="leftTitle fontColor">服务师傅:</span><span class="rightContent">{{ orderDetailInfo.driverName }} {{orderDetailInfo.drivePhone ? '/' : ''}} {{orderDetailInfo.drivePhone }}
|
||||
<span v-if="queryType == 5" class="driverPoiBtn" @click="noMultipleClicks(showMap)">查看司机位置</span>
|
||||
<span v-if="orderDetailInfo.driverName" class="driverPoiBtn" @click="noMultipleClicks(createDriverInfo)">生成司机信息</span>
|
||||
<span v-if="orderDetailInfo.driverName && orderDetailInfo.proprietary==1" class="driverPoiBtn" @click="noMultipleClicks(createDriverInfo)">生成司机信息</span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="item" v-if="queryType == 9 || queryType ==11 || queryType ==12">
|
||||
@@ -167,7 +167,7 @@ export default {
|
||||
driverId:this.orderDetailInfo.driverId
|
||||
})
|
||||
if(result.data){
|
||||
console.log('--result--',result.data)
|
||||
// console.log('--result--',result.data)
|
||||
let params={
|
||||
'姓名:':this.orderDetailInfo.driverName,
|
||||
'身份证:':result.data.identityCardNumber,
|
||||
|
||||
Reference in New Issue
Block a user