Commit dd59a352 authored by youjie's avatar youjie

Merge branch 'master' of http://gitlab.oytour.com/zk123/jz_travel

parents 4c016f13 c9ee319f
...@@ -766,7 +766,7 @@ ...@@ -766,7 +766,7 @@
var ContactName = this.customer.name; //联系人 var ContactName = this.customer.name; //联系人
var ContactMobile = this.customer.contactNumber; //联系电话 var ContactMobile = this.customer.contactNumber; //联系电话
var CustomerType = this.customer.isMember //4; var CustomerType = this.customer.isMember //4;
var CustomerCreateBy = this.customer.createBy;
var price = 0; var price = 0;
if (this.$utils.getretailer()) { if (this.$utils.getretailer()) {
price = this.currentPriceInfo.b2BPrice; price = this.currentPriceInfo.b2BPrice;
...@@ -825,6 +825,7 @@ ...@@ -825,6 +825,7 @@
CommissionSharePeople: 0, CommissionSharePeople: 0,
CommissionShareMoney: 0, CommissionShareMoney: 0,
MiniAppUserId: MiniAppUserId, MiniAppUserId: MiniAppUserId,
CreateBy: CustomerCreateBy, //同行联系人创建人
DirectCustomerId: 0, //直客Id DirectCustomerId: 0, //直客Id
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
OrderSource: 5, OrderSource: 5,
......
...@@ -45,9 +45,12 @@ ...@@ -45,9 +45,12 @@
立即登录 立即登录
</template> </template>
</Text> </Text>
<view style="font-size:12px; margin-top:5px;"> <view style="font-size:12px; margin-top:3px;">
<template v-if="b2b_user_info&&b2b_user_info.customerName&&b2b_user_info.customerName!=''"> <template v-if="b2b_user_info&&b2b_user_info.customerName&&b2b_user_info.customerName!=''">
{{b2b_user_info.customerName}} {{b2b_user_info.customerName}}
<template v-if="b2b_user_info&&b2b_user_info.salesBaseInfo&&b2b_user_info.salesBaseInfo.emName!=''">
(销售经理:{{b2b_user_info.salesBaseInfo.emName}})
</template>
</template> </template>
<template v-else> <template v-else>
{{b2b_user_info ? b2b_user_info.name : ""}} {{b2b_user_info ? b2b_user_info.name : ""}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment