Commit 4495e4b6 authored by youjie's avatar youjie

签证

parent 14952c43
...@@ -518,6 +518,9 @@ ...@@ -518,6 +518,9 @@
}) })
let PriceNum = 0 let PriceNum = 0
var CreateBy = this.createBy.CreateBy var CreateBy = this.createBy.CreateBy
if(this.customer.salesBaseInfo&&this.customer.salesBaseInfo.employeeId){
CreateBy = this.customer.salesBaseInfo.employeeId
}
var DirectCustomerId = 0 var DirectCustomerId = 0
var CustomerId = 0 var CustomerId = 0
//#ifdef MP-DI //#ifdef MP-DI
......
...@@ -1298,6 +1298,9 @@ ...@@ -1298,6 +1298,9 @@
Remark: this.orderMsg.Remark, Remark: this.orderMsg.Remark,
CouponAllotIds: CouponAllotIds, CouponAllotIds: CouponAllotIds,
}; };
if(this.customer.salesBaseInfo&&this.customer.salesBaseInfo.employeeId){
msg.CreateBy = this.customer.salesBaseInfo.employeeId
}
this.apipost( this.apipost(
"b2b_get_SetB2BVisaOrder", "b2b_get_SetB2BVisaOrder",
msg, msg,
......
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