订单详情销售顾问
This commit is contained in:
@@ -49,11 +49,12 @@ Page({
|
||||
remindMsg:[],//调拨盘点弹框
|
||||
isShowUpdate:false,//是否显示版本更新
|
||||
update:{
|
||||
title:'V3.0.13 更新说明',
|
||||
title:'V3.0.14 更新说明',
|
||||
list:[
|
||||
// '新增 库存盘点',
|
||||
// '优化 客户建卡',
|
||||
// '修复 订单详细页上牌信息',
|
||||
'新增版本更新说明',
|
||||
'修复订单详情中销售顾问显示错误的问题',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<view class="pl30 pr30">
|
||||
<view class="mt20 relative">
|
||||
<view class="font-32">用户信息</view>
|
||||
<view class="absolute right-0 box-middle font-22 color-666">销售顾问:<text class="color-36afa2">{{userInfo.uname}}</text></view>
|
||||
<view class="absolute right-0 box-middle font-22 color-666">销售顾问:<text class="color-36afa2">{{info.admin_name}}</text></view>
|
||||
</view>
|
||||
<view class="mt20 pl40 pr40 pt10 pb10 relative ulib-r10 box-shadow-000-10-10 overflowhidden">
|
||||
<view class="pt30 pb30 font-28">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<view class="pl30 pr30">
|
||||
<view class="mt20 relative">
|
||||
<view class="font-32">购车人信息</view>
|
||||
<view class="absolute right-0 box-middle font-22 color-666">销售顾问:<text class="color-36afa2">{{userInfo.uname}}</text></view>
|
||||
<view class="absolute right-0 box-middle font-22 color-666">销售顾问:<text class="color-36afa2">{{info.admin_name}}</text></view>
|
||||
</view>
|
||||
<view class="relative bbs-1-eb pl140 font-28">
|
||||
<view class="absolute left-0 box-middle font-28 color-333">客户姓名</view>
|
||||
|
||||
Reference in New Issue
Block a user