Commit 899972b6 authored by youjie's avatar youjie

no message

parent 8857e049
......@@ -517,7 +517,7 @@
return n
})
let PriceNum = 0
var CreateBy = 0
var CreateBy = this.createBy.CreateBy
var DirectCustomerId = 0
var CustomerId = 0
//#ifdef MP-DI
......@@ -526,9 +526,8 @@
//#endif
//#ifdef MP-AG
PriceNum = this.flight.B2CPrice
CreateBy = this.createBy.CreateBy
CustomerId = this.customer.customerId
//#endif
//#endif
const p = {
OrderId:0,
TCID:this.id,
......@@ -570,7 +569,6 @@
// #ifdef MP-AG
ClientType: 1,
// #endif
CreateBy: CreateBy, //同行联系人创建人 CustomerCreateBy
DirectCustomerId: DirectCustomerId, //直客Id
}
return p
......
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