Commit 3ec59152 authored by 华国豪's avatar 华国豪 🙄

旅客名单录制

parent 0a631c31
...@@ -1644,11 +1644,20 @@ ...@@ -1644,11 +1644,20 @@
this.addMsg.Marriage = "0"; this.addMsg.Marriage = "0";
} }
if(this.ppAge <= 10 && this.addMsg.IsBed == 1) { if(this.ppAge <= 10 && this.addMsg.IsBed == 1) {
this.$confirm(this.$t('确认占床?'), this.$t('tips.tips'), { this.$confirm(this.$t('该游客未满十岁确认占床?'), this.$t('tips.tips'), {
confirmButtonText: '确认', confirmButtonText: '确认',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
this.seveInfo(type)
}).catch(() => {
this.btnState = true
});
} else {
this.seveInfo(type)
}
},
seveInfo(type){
this.apipost( this.apipost(
"sellorder_post_SetTravelGuestInfo_V2", "sellorder_post_SetTravelGuestInfo_V2",
this.addMsg, this.addMsg,
...@@ -1668,10 +1677,6 @@ ...@@ -1668,10 +1677,6 @@
}, },
err => {} err => {}
); );
}).catch(() => {
this.btnState = true
});
}
}, },
getEconomicCapability() { getEconomicCapability() {
//获取经济能力 //获取经济能力
......
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