Commit 6f1abe91 authored by youjie's avatar youjie

Merge branch 'B2C' of http://gitlab.oytour.com/zk123/jz_travel into B2C

parents bd78b251 949e79b2
...@@ -363,6 +363,7 @@ ...@@ -363,6 +363,7 @@
Income: 0, Income: 0,
Refund: 0, Refund: 0,
MallBaseId: uni.getStorageSync('mall_UserInfo').MallBaseId, MallBaseId: uni.getStorageSync('mall_UserInfo').MallBaseId,
DOrderType:1,
}; };
this.apipost("AddOrderInfo_post", msg, (res) => { this.apipost("AddOrderInfo_post", msg, (res) => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
......
This diff is collapsed.
...@@ -680,7 +680,8 @@ ...@@ -680,7 +680,8 @@
Income: 0, Income: 0,
Refund: 0, Refund: 0,
MallBaseId: this.userInfo.MallBaseId, MallBaseId: this.userInfo.MallBaseId,
CreateBy:0 CreateBy:0,
DOrderType:1
}; };
// #ifdef MP-DI // #ifdef MP-DI
if(this.customer.salesBaseInfo&&this.customer.salesBaseInfo.employeeId){ if(this.customer.salesBaseInfo&&this.customer.salesBaseInfo.employeeId){
......
...@@ -871,6 +871,7 @@ ...@@ -871,6 +871,7 @@
Income: 0, Income: 0,
Refund: 0, Refund: 0,
MallBaseId: this.userInfo.MallBaseId, MallBaseId: this.userInfo.MallBaseId,
DOrderType:1
}; };
this.apipost("AddOrderInfo_post", msg, (res) => { this.apipost("AddOrderInfo_post", msg, (res) => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
......
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