Commit e414715a authored by youjie's avatar youjie

no message

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