Commit 4c948fdf authored by 黄奎's avatar 黄奎

新增拒签人数字段

parent 5d293eac
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -808,48 +808,11 @@ ...@@ -808,48 +808,11 @@
<el-input v-model='addMsg.OldPeopleNum' @keyup.native="checkInteger(addMsg,'OldPeopleNum')" @input='getNumber();getHouseNo();getTotalPrice()'></el-input> <el-input v-model='addMsg.OldPeopleNum' @keyup.native="checkInteger(addMsg,'OldPeopleNum')" @input='getNumber();getHouseNo();getTotalPrice()'></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<!-- <el-col :span="4">
<el-form-item label="单地接数量" prop="AirticketNum">
<el-input v-model='addMsg.AirticketNum' @keyup.native="checkInteger(addMsg,'AirticketNum')" @input='getNumber();getTotalPrice();getHouseNo()'></el-input>
</el-form-item>
</el-col> -->
</el-row> </el-row>
<!-- <el-row :gutter="20">
<el-col :span="4">
<el-form-item label="单房数量" prop="SingleRoomNum">
<el-input v-model='addMsg.SingleRoomNum' @keyup.native="checkInteger(addMsg,'SingleRoomNum')" @input='yzBigBed2();getTotalPrice()'></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="大床房" prop="BigRoomNum">
<el-input v-model='addMsg.BigRoomNum' @keyup.native="checkInteger(addMsg,'BigRoomNum')" @input='yzBigBed();getTotalPrice()'></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="三人房" prop="TripleRoomNum">
<el-input v-model='addMsg.TripleRoomNum' @keyup.native="checkInteger(addMsg,'TripleRoomNum')" @input='yzBigBed1();getTotalPrice()'></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="签证数量" prop="VisaNum">
<el-input v-model='addMsg.VisaNum' @keyup.native="checkInteger(addMsg,'VisaNum')" @input='yzVisaNum();getTotalPrice()'></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="保险数量" prop="SaleNum">
<el-input v-model='addMsg.SafeNum' @keyup.native="checkInteger(addMsg,'SafeNum')" @input='yzSafeNum();getTotalPrice()'></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
&nbsp;
</el-col>
</el-row> -->
<el-row :gutter="20"> <el-row :gutter="20">
<!-- <el-col :span="4">
<el-form-item label="预计用房" prop="PredictRoomNum">
<el-input v-model='addMsg.PredictRoomNum' :disabled="true"></el-input>
</el-form-item>
</el-col> -->
<el-col :span="4"> <el-col :span="4">
<el-form-item label="应收总额" prop="PreferPrice"> <el-form-item label="应收总额" prop="PreferPrice">
<el-input v-model='addMsg.PreferPrice' :disabled="!IsUpdateOrderMoney"></el-input> <el-input v-model='addMsg.PreferPrice' :disabled="!IsUpdateOrderMoney"></el-input>
...@@ -1189,7 +1152,10 @@ ...@@ -1189,7 +1152,10 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
&nbsp; <el-form-item label="拒签人数" prop="RefuseVisaNum" style="display:none;">
<el-input v-model='addMsg.RefuseVisaNum' @keyup.native="checkInteger(addMsg,'RefuseVisaNum')"
@input='getTotalPrice()'></el-input>
</el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="20"> <el-row :gutter="20">
...@@ -2358,6 +2324,7 @@ export default { ...@@ -2358,6 +2324,7 @@ export default {
Remarks: "", Remarks: "",
VisaNum: "0", VisaNum: "0",
SafeNum: "0", SafeNum: "0",
RefuseVisaNum:'0',
AirticketNum: "0", AirticketNum: "0",
ScenicRefundArr: [], ScenicRefundArr: [],
GoCityTime: "", GoCityTime: "",
...@@ -3063,6 +3030,7 @@ submitYSZEForm(){ ...@@ -3063,6 +3030,7 @@ submitYSZEForm(){
this.addMsg.ChirdNeedBedNum = x.ChirdNeedBedNum.toString(); this.addMsg.ChirdNeedBedNum = x.ChirdNeedBedNum.toString();
this.addMsg.ChirdNoNeedBedNum = (x.ChirdNum - x.ChirdNeedBedNum).toString(); this.addMsg.ChirdNoNeedBedNum = (x.ChirdNum - x.ChirdNeedBedNum).toString();
this.addMsg.BabyNum = x.BabyNum.toString(); this.addMsg.BabyNum = x.BabyNum.toString();
this.addMsg.RefuseVisaNum=x.RefuseVisaNum.toString();
// this.addMsg_form.OrderId=x.OrderId; // this.addMsg_form.OrderId=x.OrderId;
// this.addMsg_form.OpSetLossMoney=x.OpSetLossMoney;//收损金额 // this.addMsg_form.OpSetLossMoney=x.OpSetLossMoney;//收损金额
...@@ -3714,6 +3682,7 @@ submitYSZEForm(){ ...@@ -3714,6 +3682,7 @@ submitYSZEForm(){
this.addMsg.MinOrderPrice = ""; this.addMsg.MinOrderPrice = "";
this.addMsg.VisaNum = "0"; this.addMsg.VisaNum = "0";
this.addMsg.SafeNum = "0"; this.addMsg.SafeNum = "0";
this.addMsg.RefuseVisaNum='0';
this.addMsg.AirticketNum = "0"; this.addMsg.AirticketNum = "0";
this.addMsg.ScenicRefundArr = []; this.addMsg.ScenicRefundArr = [];
this.ScenicRefundMoney = 0; this.ScenicRefundMoney = 0;
......
<template> <template>
<div class="passengerSaleList"> <div class="passengerSaleList">
<div class="passengerSaleList_topBtn"> <div class="passengerSaleList_topBtn">
<div v-if="isOrder==1" v-show="tableList.length<guestNum" @click="goUrlA(0)">新增</div> <div v-if="isOrder==1" v-show="tableList.length<guestNum" @click="goUrlA(0)">新增</div>
<div v-if="isOrder==1" @click="goUrlP()">分房</div> <div v-if="isOrder==1" @click="goUrlP()">分房</div>
</div>
<div class="passengerSaleList_tableBox">
<table class="passengerSaleList_table" border="0" cellspacing="0" cellpadding="0" :loading="loading">
<thead>
<tr>
<th width="3%">ID</th>
<th width="3%">分房</th>
<th width="7%">酒店及房型</th>
<th width="6%">旅客姓名</th>
<th width="6%">英文姓</th>
<th width="6%">英文名</th>
<th width="3%">性别</th>
<th width="7%">出生日期</th>
<th width="4%">年龄类型</th>
<th width="6%">出生地</th>
<th width="6%">护照号</th>
<th width="6%">签发地</th>
<th width="7%">签发日期</th>
<th width="7%">护照有效期</th>
<th width="6%">客户手机</th>
<th width="9%">身份证</th>
<th width="8%">操作</th>
</tr>
</thead>
<tbody v-show="tableList.length>0">
<tr v-for="(item,index) in tableList" :key="index">
<td>{{item.Sort}}</td>
<td>{{item.HoustNo}}</td>
<td>{{item.HouseType}}</td>
<td>{{item.Name}}</td>
<td>{{item.ESurName}}</td>
<td>{{item.EName}}</td>
<td>{{item.Sex}}</td>
<td>{{item.Birthday}}</td>
<td>{{item.PeopleType}}</td>
<td>{{item.BirthdayAddress}}</td>
<td>{{item.PassportNo}}</td>
<td>{{item.PassportAddress}}</td>
<td>{{item.PassportIssued}}</td>
<td>{{item.PassportExpiry}}</td>
<td>{{item.MobilePhone}}</td>
<td>{{item.IdCard}}</td>
<td>
<el-button-group>
<el-tooltip v-if="isOrder==1" class="item" effect="dark" content="修改" placement="top-start">
<el-button type="primary" style='background:#00C6FF; border-color:#00C6FF' icon="iconfont icon-bianji-smal" @click="goUrlA(item.Id)"></el-button>
</el-tooltip>
<el-tooltip v-if="isOrder==1" class="item" effect="dark" content="删除" placement="top-start">
<el-button type="primary" style='background:#e95252; border-color:#e95252' icon="iconfont icon-shanchu" @click="pal_del(item)"></el-button>
</el-tooltip>
<el-tooltip v-if="isOrder==1" class="item" effect="dark" content="下载申请表" placement="top-start">
<el-button type="primary" style='background:#9E8DE3; border-color:#9E8DE3' icon="iconfont icon-img_download" @click="goUrlB(item.Id)"></el-button>
</el-tooltip>
</el-button-group>
</td>
</tr>
</tbody>
<tbody v-show="tableList.length===0" class="passengerSaleList_table_noInfo">
<tr>
<td colspan="17" class="">暂无数据</td>
</tr>
</tbody>
</table>
</div>
</div> </div>
<div class="passengerSaleList_tableBox">
<table class="passengerSaleList_table" border="0" cellspacing="0" cellpadding="0" :loading="loading">
<thead>
<tr>
<th width="2%">ID</th>
<th width="2%">分房</th>
<th width="5%">酒店及房型</th>
<th width="5%">旅客姓名</th>
<th width="5%">英文姓</th>
<th width="5%">英文名</th>
<th width="3%">性别</th>
<th width="7%">出生日期</th>
<th width="4%">年龄类型</th>
<th width="6%">出生地</th>
<th width="6%">护照号</th>
<th width="6%">签发地</th>
<th width="7%">签发日期</th>
<th width="7%">护照有效期</th>
<th width="6%">客户手机</th>
<th width="9%">身份证</th>
<th width="5%" style="display:none">签证状态</th>
<th width="8%">操作</th>
</tr>
</thead>
<tbody v-show="tableList.length>0">
<tr v-for="(item,index) in tableList" :key="index">
<td>{{item.Sort}}</td>
<td>{{item.HoustNo}}</td>
<td>{{item.HouseType}}</td>
<td>{{item.Name}}</td>
<td>{{item.ESurName}}</td>
<td>{{item.EName}}</td>
<td>{{item.Sex}}</td>
<td>{{item.Birthday}}</td>
<td>{{item.PeopleType}}</td>
<td>{{item.BirthdayAddress}}</td>
<td>{{item.PassportNo}}</td>
<td>{{item.PassportAddress}}</td>
<td>{{item.PassportIssued}}</td>
<td>{{item.PassportExpiry}}</td>
<td>{{item.MobilePhone}}</td>
<td>{{item.IdCard}}</td>
<td style="display:none">{{item.VisaState==1?'拒签':"正常"}}</td>
<td>
<el-button-group>
<el-tooltip v-if="isOrder==1" class="item" effect="dark" content="修改" placement="top-start">
<el-button type="primary" style='background:#00C6FF; border-color:#00C6FF'
icon="iconfont icon-bianji-smal" @click="goUrlA(item.Id)"></el-button>
</el-tooltip>
<el-tooltip v-if="isOrder==1" class="item" effect="dark" content="删除" placement="top-start">
<el-button type="primary" style='background:#e95252; border-color:#e95252'
icon="iconfont icon-shanchu" @click="pal_del(item)"></el-button>
</el-tooltip>
<el-tooltip v-if="isOrder==1" class="item" effect="dark" content="下载申请表" placement="top-start">
<el-button type="primary" style='background:#9E8DE3; border-color:#9E8DE3'
icon="iconfont icon-img_download" @click="goUrlB(item.Id)"></el-button>
</el-tooltip>
</el-button-group>
</td>
</tr>
</tbody>
<tbody v-show="tableList.length===0" class="passengerSaleList_table_noInfo">
<tr>
<td colspan="17" class="">暂无数据</td>
</tr>
</tbody>
</table>
</div>
</div>
</template> </template>
<script> <script>
export default { export default {
data() { data() {
return { return {
loading: false, loading: false,
msg: { msg: {
id: '0', id: '0',
tcid: '0', tcid: '0',
tcnum: '0' tcnum: '0'
}, },
guestNum: 0, guestNum: 0,
isOrder:0, isOrder: 0,
tableList:[] tableList: []
}; };
}, },
methods: { methods: {
getData: function () { getData: function () {
this.loading = true this.loading = true
this.apipost("sellorder_get_GetTravelGuestList", {OrderId: this.msg.id}, res => { this.apipost("sellorder_get_GetTravelGuestList", {
if (res.data.resultCode == 1) { OrderId: this.msg.id
this.guestNum = res.data.data.GuestNum }, res => {
this.tableList = res.data.data.list if (res.data.resultCode == 1) {
} else { this.guestNum = res.data.data.GuestNum;
this.$message.error(res.data.message) this.tableList = res.data.data.list;
} } else {
this.loading = false this.$message.error(res.data.message)
}); }
}, this.loading = false
pal_del: function (item) { });
this.$confirm('是否删除该旅客?', '提示', { },
confirmButtonText: '确定', pal_del: function (item) {
cancelButtonText: '取消', this.$confirm('是否删除该旅客?', '提示', {
type: 'warning' confirmButtonText: '确定',
}).then(() => { cancelButtonText: '取消',
this.apipost('sellorder_post_DelTravelGuestInfo',{GuestId: item.Id},res=>{ type: 'warning'
if(res.data.resultCode == 1) { }).then(() => {
this.$message.success('删除成功!') this.apipost('sellorder_post_DelTravelGuestInfo', {
this.getData() GuestId: item.Id
}else{ }, res => {
this.$message.error(res.data.message) if (res.data.resultCode == 1) {
} this.$message.success('删除成功!')
},err=>{}) this.getData()
}) } else {
}, this.$message.error(res.data.message)
goUrlA: function (guestId){ }
this.$router.push({name: 'addPassenger',query:{"TCID":this.msg.tcid,"orderId":this.msg.id,'guestId':guestId}}); }, err => {})
}, })
goUrlB: function (guestId){ },
let routeData = this.$router.resolve({name: 'VisaPersonalFormSell', query: {data: guestId}}); goUrlA: function (guestId) {
window.open(routeData.href, '_blank'); this.$router.push({
}, name: 'addPassenger',
goUrlP: function () { query: {
this.$router.push({ name: 'passengerListSale', query: { id: this.msg.id, tcnum: this.msg.tcnum, blank: 'y', tab: '旅客分房'} }); "TCID": this.msg.tcid,
}, "orderId": this.msg.id,
'guestId': guestId
}
});
},
goUrlB: function (guestId) {
let routeData = this.$router.resolve({
name: 'VisaPersonalFormSell',
query: {
data: guestId
}
});
window.open(routeData.href, '_blank');
},
goUrlP: function () {
this.$router.push({
name: 'passengerListSale',
query: {
id: this.msg.id,
tcnum: this.msg.tcnum,
blank: 'y',
tab: '旅客分房'
}
});
},
}, },
mounted: function (){ mounted: function () {
this.msg.id = this.$route.query.id===undefined?"0":this.$route.query.id this.msg.id = this.$route.query.id === undefined ? "0" : this.$route.query.id
this.msg.tcid = this.$route.query.tcid===undefined?"0":this.$route.query.tcid this.msg.tcid = this.$route.query.tcid === undefined ? "0" : this.$route.query.tcid
this.msg.tcnum = this.$route.query.tcnum===undefined?"0":this.$route.query.tcnum this.msg.tcnum = this.$route.query.tcnum === undefined ? "0" : this.$route.query.tcnum
this.isOrder=this.$route.query.isOrder===undefined?0:this.$route.query.isOrder this.isOrder = this.$route.query.isOrder === undefined ? 0 : this.$route.query.isOrder
this.getData() this.getData()
} }
}; };
</script> </script>
<style> <style>
.passengerSaleList { .passengerSaleList {
width: 100%; width: 100%;
} }
.passengerSaleList_topBtn{
.passengerSaleList_topBtn {
padding: 20px 0 0 0; padding: 20px 0 0 0;
text-align: right; text-align: right;
} }
.passengerSaleList_topBtn>div{
.passengerSaleList_topBtn>div {
display: inline-block; display: inline-block;
margin: 0 0 0 10px; margin: 0 0 0 10px;
padding: 0 15px; padding: 0 15px;
...@@ -155,39 +187,46 @@ export default { ...@@ -155,39 +187,46 @@ export default {
border-radius: 15px; border-radius: 15px;
background: #FFFFFF; background: #FFFFFF;
cursor: pointer; cursor: pointer;
} }
.passengerSaleList_tableBox {
padding: 20px 0 0 0; .passengerSaleList_tableBox {
width: 100%; padding: 20px 0 0 0;
} width: 100%;
.passengerSaleList_table { }
width: 100%;
color: #333; .passengerSaleList_table {
border-bottom: 1px solid #cccccc; width: 100%;
border-right: 1px solid #cccccc; color: #333;
} border-bottom: 1px solid #cccccc;
.passengerSaleList_table tr { border-right: 1px solid #cccccc;
background: #fff; }
}
.passengerSaleList_table tr th { .passengerSaleList_table tr {
background: #e6e6e6; background: #fff;
height: 30px; }
font-size: 12px;
text-align: center; .passengerSaleList_table tr th {
border-top: 1px solid #cccccc; background: #e6e6e6;
border-left: 1px solid #cccccc; height: 30px;
} font-size: 12px;
.passengerSaleList_table tr td { text-align: center;
padding: 10px; border-top: 1px solid #cccccc;
font-size: 12px; border-left: 1px solid #cccccc;
text-align: center; }
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc; .passengerSaleList_table tr td {
} padding: 10px;
.passengerSaleList_table_noInfo tr td { font-size: 12px;
height: 30px; text-align: center;
text-align: center; border-top: 1px solid #cccccc;
font-size: 12px; border-left: 1px solid #cccccc;
color: #999999; }
}
</style> .passengerSaleList_table_noInfo tr td {
\ No newline at end of file height: 30px;
text-align: center;
font-size: 12px;
color: #999999;
}
</style>
...@@ -1280,6 +1280,12 @@ ...@@ -1280,6 +1280,12 @@
<el-input v-model='addMsg.SafeNum' @keyup.native="checkInteger(addMsg,'SafeNum')" <el-input v-model='addMsg.SafeNum' @keyup.native="checkInteger(addMsg,'SafeNum')"
@input='getTotalPrice()'></el-input> @input='getTotalPrice()'></el-input>
</el-form-item> </el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="拒签人数" prop="RefuseVisaNum" style="display:none;">
<el-input v-model='addMsg.RefuseVisaNum' @keyup.native="checkInteger(addMsg,'RefuseVisaNum')"
@input='getTotalPrice()'></el-input>
</el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
&nbsp; &nbsp;
...@@ -1758,10 +1764,7 @@ ...@@ -1758,10 +1764,7 @@
<tbody v-for="(childItem,childIndex) in subItem.List"> <tbody v-for="(childItem,childIndex) in subItem.List">
<tr> <tr>
<td rowspan="3" style="position:relative;"> <td rowspan="3" style="position:relative;">
<div class="order_union"> <div v-if="childItem.IsReturnIntermodal==1 || childItem.IsIntermodal==1" class="order_union"></div>
<div v-if="childItem.IsReturnIntermodal==1 || childItem.IsIntermodal==1" class="fl"></div>
<div v-if="childItem.IsBackUnionMoney==0" class="fl">&nbsp;&nbsp;&nbsp;&nbsp;</div>
</div>
<p v-if="childItem.IsChargeLossOrders==1" style="color:red"></p> <p v-if="childItem.IsChargeLossOrders==1" style="color:red"></p>
<div class="fbold over_ellipsis" style="width: 120px;cursor:pointer;" :title="childItem.OrderId"> <div class="fbold over_ellipsis" style="width: 120px;cursor:pointer;" :title="childItem.OrderId">
{{childItem.OrderId}} {{childItem.OrderId}}
...@@ -1955,7 +1958,6 @@ ...@@ -1955,7 +1958,6 @@
@click='EwMsg.OrderId = childItem.OrderId, EwMsg.ExtraRewardMoney = childItem.ExtraRewardMoney,EwMsg.ExtraDeductMoney=childItem.ExtraDeductMoney, OrderMoneyDialog = true'> @click='EwMsg.OrderId = childItem.OrderId, EwMsg.ExtraRewardMoney = childItem.ExtraRewardMoney,EwMsg.ExtraDeductMoney=childItem.ExtraDeductMoney, OrderMoneyDialog = true'>
设置额外金额</div> 设置额外金额</div>
<div @click="lianyunFY(childItem)">联运返佣</div>
<div v-if="childItem.OrderState=='1'||childItem.OrderState=='2'||childItem.OrderState=='3'" <div v-if="childItem.OrderState=='1'||childItem.OrderState=='2'||childItem.OrderState=='3'"
@click='deleteItem(childItem)'> @click='deleteItem(childItem)'>
删除 删除
...@@ -2461,19 +2463,7 @@ ...@@ -2461,19 +2463,7 @@
<button class="hollowFixedBtn" @click="OrderLoading=false">{{$t('pub.cancelBtn')}}</button> <button class="hollowFixedBtn" @click="OrderLoading=false">{{$t('pub.cancelBtn')}}</button>
</div> </div>
</el-dialog> </el-dialog>
<!-- 联运返佣弹窗 -->
<el-dialog custom-class='w350' title="联运返佣" :visible.sync="FyongLoading" center>
<!--zhaunMsg.TCNUM-->
<el-form label-width="110px">
<el-form-item label="是否返佣:" class="w280">
<el-switch v-model="IsBackStatus" :active-value="0" :inactive-value="1"></el-switch>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
<button class="normalBtn" type="primary" @click="FyongLossOk">{{$t('pub.saveBtn')}}</button>
<button class="hollowFixedBtn" @click="FyongLoading=false">{{$t('pub.cancelBtn')}}</button>
</div>
</el-dialog>
<el-dialog custom-class='w350' title="修改OP备注" :visible.sync="zhuanLoading" center :before-close="initOPRemarkMsg"> <el-dialog custom-class='w350' title="修改OP备注" :visible.sync="zhuanLoading" center :before-close="initOPRemarkMsg">
<!--zhaunMsg.TCNUM--> <!--zhaunMsg.TCNUM-->
<el-form label-width="110px"> <el-form label-width="110px">
...@@ -2680,7 +2670,6 @@ ...@@ -2680,7 +2670,6 @@
LatestCommissionMoney: '' LatestCommissionMoney: ''
}, },
OrderMoneyDialog: false, OrderMoneyDialog: false,
FyongLoading: false,
EwMsg: { EwMsg: {
OrderId: 0, OrderId: 0,
ExtraRewardMoney: '', ExtraRewardMoney: '',
...@@ -2778,8 +2767,8 @@ ...@@ -2778,8 +2767,8 @@
CommissionShareMoney: "0", CommissionShareMoney: "0",
//订单归属【HK新加,报名清单页面修改使用】 //订单归属【HK新加,报名清单页面修改使用】
CreateBy: 0, CreateBy: 0,
RefuseVisaNum:0,//拒签人数
}, },
IsBackStatus: 1,
//行程下载使用 //行程下载使用
travelControlTripLayerShow: false, travelControlTripLayerShow: false,
tripObj: { tripObj: {
...@@ -3040,7 +3029,6 @@ ...@@ -3040,7 +3029,6 @@
OrderUnitPrice: 0 OrderUnitPrice: 0
}, },
SuperiorPeople: [], SuperiorPeople: [],
lianyunFYId: 0,
}; };
}, },
components: { components: {
...@@ -3048,27 +3036,6 @@ ...@@ -3048,27 +3036,6 @@
updateSalesMan: updateSalesMan updateSalesMan: updateSalesMan
}, },
methods: { methods: {
FyongLossOk: function () {
let msg = {
OrderId: this.lianyunFYId,
IsBackStatus: this.IsBackStatus
}
this.apipost('sellorder_post_SetOrderUnionBackMoney', msg, res=>{
console.log(res)
if (res.data.resultCode === 1) {
this.$message.success(res.data.message)
this.getList()
} else {
this.$message.error(res.data.message)
}
}, null)
},
lianyunFY: function (item) {
console.log(item)
this.FyongLoading = true
this.IsBackStatus = item.IsBackUnionMoney
this.lianyunFYId = item.OrderId
},
goIisDetail: function (id) { // 跳转发票详情页面 goIisDetail: function (id) { // 跳转发票详情页面
this.$router.push({ this.$router.push({
name: 'invoicesManagerDetail', name: 'invoicesManagerDetail',
...@@ -3140,6 +3107,7 @@ ...@@ -3140,6 +3107,7 @@
this.addMsg.ChirdNeedBedNum = x.ChirdNeedBedNum.toString(); this.addMsg.ChirdNeedBedNum = x.ChirdNeedBedNum.toString();
this.addMsg.ChirdNoNeedBedNum = (x.ChirdNum - x.ChirdNeedBedNum).toString(); this.addMsg.ChirdNoNeedBedNum = (x.ChirdNum - x.ChirdNeedBedNum).toString();
this.addMsg.BabyNum = x.BabyNum.toString(); this.addMsg.BabyNum = x.BabyNum.toString();
this.addMsg.RefuseVisaNum=x.RefuseVisaNum.toString();
this.IsChildrenTour = x.IsChildrenTour; this.IsChildrenTour = x.IsChildrenTour;
this.IsBirdDiscount = x.IsBirdDiscount; this.IsBirdDiscount = x.IsBirdDiscount;
this.OpSetLossPeople = x.OpSetLossPeople; this.OpSetLossPeople = x.OpSetLossPeople;
......
...@@ -692,9 +692,12 @@ ...@@ -692,9 +692,12 @@
this.journeyList.DayList = tempData.DayList; this.journeyList.DayList = tempData.DayList;
this.PostDaysTrip.TrafficList = []; this.PostDaysTrip.TrafficList = [];
tempData.DayList2.forEach(item => { if (tempData.DayList2&& tempData.dayList.length>0) {
this.PostDaysTrip.TrafficList.push(item.TrafficObj); tempData.DayList2.forEach(item => {
}) this.PostDaysTrip.TrafficList.push(item.TrafficObj);
})
}
this.journeyList.DayList.forEach(x => { this.journeyList.DayList.forEach(x => {
x['HotelChooseArray'] = [] x['HotelChooseArray'] = []
......
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