Commit 73b6f0ad authored by Mac's avatar Mac

订单提交

parent a5e1f063
...@@ -740,7 +740,7 @@ ...@@ -740,7 +740,7 @@
form.GoodsId = that.goods.id; form.GoodsId = that.goods.id;
form.StoresId = that.id; form.StoresId = that.id;
form.Mobile = that.Mobile; form.Mobile = that.Mobile;
form.Income = that.Income*that.value; form.Income = that.PaymentWay!=4?that.Income*that.value:0;
form.Remark = that.remarks; form.Remark = that.remarks;
form.PaymentWay = that.PaymentWay;//付款方式 form.PaymentWay = that.PaymentWay;//付款方式
form.Use_Education_Id = that.Use_Education_Id;//优惠券id form.Use_Education_Id = that.Use_Education_Id;//优惠券id
...@@ -812,6 +812,7 @@ ...@@ -812,6 +812,7 @@
this.selectDay = item.DayDateStr; this.selectDay = item.DayDateStr;
this.timeList = this.dayList[i].TimeList; this.timeList = this.dayList[i].TimeList;
this.selecttime= this.timeList[0]; this.selecttime= this.timeList[0];
this.getServerpersionListInfo()
}, },
btntime(item){ btntime(item){
this.selecttime = item; this.selecttime = item;
......
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