Commit a73e3d6b authored by zhengke's avatar zhengke

修改

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