Commit 4495e4b6 authored by youjie's avatar youjie

签证

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