Commit 949e79b2 authored by 黄奎's avatar 黄奎

11

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