Commit a57a65c7 authored by youjie's avatar youjie

no message

parent e2c8eeae
...@@ -50,8 +50,7 @@ export default { ...@@ -50,8 +50,7 @@ export default {
// 获取团的详情 // 获取团的详情
getGroupData() { getGroupData() {
// this.$q.loading.show(); // this.$q.loading.show();
this.sumPrice = this.orderInfo.TotalPrice.toFixed(2) if(!this.orderInfo.ErpOrderId) return this.sumPrice = this.orderInfo.TotalPrice.toFixed(2)
if(!this.orderInfo.ErpOrderId) return
this.apipost( this.apipost(
"dmc_post_GetThirdHotelOrder", "dmc_post_GetThirdHotelOrder",
{ OrderID: this.orderInfo.ErpOrderId }, { OrderID: this.orderInfo.ErpOrderId },
......
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