Commit a73e3d6b authored by zhengke's avatar zhengke

修改

parent c1d679a8
...@@ -201,10 +201,13 @@ ...@@ -201,10 +201,13 @@
this.userInfo = uni.getStorageSync('mall_UserInfo'); this.userInfo = uni.getStorageSync('mall_UserInfo');
this.basedataObj = uni.getStorageSync('basedata').mall; this.basedataObj = uni.getStorageSync('basedata').mall;
var CustomerId = 0; var CustomerId = 0;
var ContactName = '';
var ContactMobile = '';
if(this.$utils.getretailer()){ if(this.$utils.getretailer()){
CustomerId = this.basedataObj.virtualB2BCustomerId CustomerId = this.basedataObj.virtualB2BCustomerId
}else{ }else{
CustomerId = this.basedataObj.virtualB2CCustomerId ContactName = this.basedataObj.virtualB2CCustomerName;
ContactMobile = this.basedataObj.virtualB2CCustomerTel;
} }
return; return;
let msg = { let msg = {
...@@ -212,8 +215,8 @@ ...@@ -212,8 +215,8 @@
TCID: this.currentPriceInfo.tcid, TCID: this.currentPriceInfo.tcid,
CustomerType: 1, CustomerType: 1,
GroupType: 1, GroupType: 1,
ContactName: '', ContactName: ContactName,
ContactMobile: '', ContactMobile: ContactMobile,
CustomerId: CustomerId, CustomerId: CustomerId,
DepartureCityId: 262, DepartureCityId: 262,
IsIntermodal: 2, IsIntermodal: 2,
......
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