Commit df18e365 authored by huangyuanyuan's avatar huangyuanyuan

签证订单旅客

parent 1eef4950
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
return { return {
//请求数据 //请求数据
msg: { msg: {
VisaPlanId: 0 OrderId: 0
}, },
dataList: [], dataList: [],
loading: true loading: true
...@@ -98,7 +98,7 @@ export default { ...@@ -98,7 +98,7 @@ export default {
getList() { getList() {
this.loading = true; this.loading = true;
this.apipost( this.apipost(
"dmc_get_visa_GetVisaOrderGuestList", "dmc_get_visa_GetVisaOrderGuestListForOrder",
this.msg, this.msg,
res => { res => {
this.loading = false; this.loading = false;
...@@ -111,7 +111,7 @@ export default { ...@@ -111,7 +111,7 @@ export default {
} }
}, },
mounted() { mounted() {
this.msg.VisaPlanId = this.$route.query.id; this.msg.OrderId = this.$route.query.id;
this.getList(); this.getList();
} }
}; };
......
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
</style> </style>
<template> <template>
<div class="page_MyCustomer"> <div class="page_MyCustomer">
<div v-show="nameShow" style="width:220px; color: #333; margin-top: 20px; text-align: center; line-height: 34px;font-size: 14px; font-weight: bold; height:34px;background:rgba(212,212,212,1);border:1px solid rgba(210,210,210,1);border-radius:4px;">{{visaProduct}}</div> <div v-show="nameShow" style="display:inline-block;padding:0 6px;color: #333; margin-top: 20px; text-align: center; line-height: 34px;font-size: 14px; font-weight: bold; height:34px;background:rgba(212,212,212,1);border:1px solid rgba(210,210,210,1);border-radius:4px;">{{visaProduct}}</div>
<div class="query-box" style="border:none"> <div class="query-box" style="border:none">
<ul> <ul>
<li v-if="isShow==0"> <li v-if="isShow==0">
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
<td colspan="12" class="RL_Order" style="height:40px;"> <td colspan="12" class="RL_Order" style="height:40px;">
<span class="VO-remarkTitle">名单:</span> <span class="VO-remarkTitle">名单:</span>
<span class="VO-redType VO-remarkCon" v-if="item.GuestList.length>0"> <span class="VO-redType VO-remarkCon" v-if="item.GuestList.length>0">
<span v-for="(childItem) in item.GuestList" style="margin-right:10px;" @click="goUrl2('VisapassengerList',item.VisaPlanId,'旅客名单')">{{childItem.userName}}</span> <span v-for="(childItem) in item.GuestList" style="margin-right:10px;" @click="goUrl2('VisapassengerList',item.Id,'旅客名单')">{{childItem.userName}}</span>
</span> </span>
<span class="VO-redType VO-remarkCon" v-else> <span class="VO-redType VO-remarkCon" v-else>
<span>暂无名单</span> <span>暂无名单</span>
...@@ -299,7 +299,6 @@ export default { ...@@ -299,7 +299,6 @@ export default {
}, },
getList(){ // 获取列表数据 getList(){ // 获取列表数据
this.apipost('dmc_get_visa_GetVisaOrderList',this.msg,res=>{ this.apipost('dmc_get_visa_GetVisaOrderList',this.msg,res=>{
console.log("res",res)
this.PreferPrice=0; this.PreferPrice=0;
this.IncomePrice=0; this.IncomePrice=0;
if(res.data.resultCode==0){ if(res.data.resultCode==0){
......
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