Commit 289e0861 authored by youjie's avatar youjie

签证 总价不算优惠券

parent dc6800fe
......@@ -1222,13 +1222,16 @@
this.basedataObj = uni.getStorageSync("basedata").mall;
var price = (this.price-this.currentCoupon.discountMoney).toFixed(2)
let CouponAllotIds = ''
if(this.useCouponIds.length>0){
CouponAllotIds = this.useCouponIds.join(',')
}
let msg = {
Id: 0,
VisaId: this.orderMsg.Pid,
AdultPeopleNum: this.orderMsg.AdultPeopleNum,//大人
ChildPeopleNum: '',//小孩
TotalPrice: price,//总价
TotalPrice: this.price,//总价
CustomerId: this.customer.customerId,//客户id
CreateBy: this.CreateBy,//销售
OrderSource: 5,//1-ERP,2-B2B订单,3-B2C订单,4wap 5同业 6支付宝
......@@ -1252,6 +1255,7 @@
OrderForm: 0,//1电脑端
ClientType: 1,//客户类型 1同业 2直客
Remark: this.orderMsg.Remark,
CouponAllotIds: CouponAllotIds,
};
this.apipost(
"b2b_get_SetB2BVisaOrder",
......
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