Commit e414715a authored by youjie's avatar youjie

no message

parent 84552fd7
......@@ -734,16 +734,17 @@
this.initData(res.data.ProductId)
if(this.OrderNo=='')this.OrderNo = res.data.OrderNo
this.peopleNum = Number(this.orderData.ManNum) + Number(this.orderData.ChildNum) +Number(this.orderData.BabyNum);
// #ifdef MP-AG
this.formatStatus(
this.orderData.OrderStatus,
res.data.Income,
(res.data.Money-res.data.DiscountsMoney).toFixed(2),
);
if(this.customer.isGuideOrLeader==1&&res.data.OrderStatus==1){
this.getOrderInfoByIdAndType()
}
setTimeout(()=>{
this.formatStatus(
this.orderData.OrderStatus,
res.data.Income,
(res.data.Money-res.data.DiscountsMoney).toFixed(2),
);
},500)
// #endif
// #ifdef MP-DI
this.getOrderInfoByIdAndType()
......
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