CRM_26-01-29#story#8070,调度APP-司机信息复制-仅子公司

This commit is contained in:
2026-01-27 14:15:46 +08:00
parent 414f2cd320
commit f8484391b8

View File

@@ -169,10 +169,10 @@ export default {
if(result.data){ if(result.data){
console.log('--result--',result.data) console.log('--result--',result.data)
let params={ let params={
driverName:this.orderDetailInfo.driverName, '姓名:':this.orderDetailInfo.driverName,
driverPhone:this.orderDetailInfo.driverPhone, '身份证:':result.data.identityCardNumber,
plateNumber:this.orderDetailInfo.plateNumber, '车牌:':this.orderDetailInfo.plateNumber,
idNumber:result.data.identityCardNumber '手机:':this.orderDetailInfo.driverPhone,
} }
let data = {"action":"copyToClipboard","params":params} let data = {"action":"copyToClipboard","params":params}
var u = navigator.userAgent; var u = navigator.userAgent;