Commit 899972b6 authored by youjie's avatar youjie

no message

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