Commit 2a873f85 authored by 吴春's avatar 吴春

1

parent 3f44784e
<template> <template>
<!-- border-top: 1px solid #cccccc;margin-top: 5px --> <!-- border-top: 1px solid #cccccc;margin-top: 5px -->
<div class="passengerSaleList"> <div class="passengerSaleList">
<div v-if="OrderBackScenicList!=null&&OrderBackScenicList.length>0 " style="width: 70%;font-size:14px;float:left">
<span style="color:red;margin-top: 10px;display: inline-block">{{$t('ground.tuiJingdian')}}</span> <div v-if="OrderBackScenicList!=null&&OrderBackScenicList.length>0 " style="width: 70%;font-size:14px;float:left;margin-bottom: 10px;">
<el-collapse accordion v-model="activeName">
<el-collapse-item name="1">
<template slot="title" > &nbsp;&nbsp;{{$t('ground.tuiJingdian')}}<i class="header-icon el-icon-info"></i> </template>
<div style="margin:0px 10px;">
<span v-for="(childItem,subIndex) in OrderBackScenicList" > <span v-for="(childItem,subIndex) in OrderBackScenicList" >
<font style="color:green;">{{subIndex+1}}、{{ childItem.CouponsName }}</font>退票<font style="color:red;">{{childItem.Number}}</font>人:<font style="color: blue">{{childItem.GuestBackScenicName}}</font> <font style="color:green;">{{subIndex+1}}、{{ childItem.CouponsName }}</font>退票<font style="color:red;">{{childItem.Number}}</font>人:<font style="color: blue">{{childItem.GuestBackScenicName}}</font>
&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;
</span> </span></div>
</el-collapse-item>
</el-collapse >
</div> </div>
<div class="passengerSaleList_topBtn" style="width: 30%;float:right;"> <div class="passengerSaleList_topBtn" style="width: 30%;float:right;margin-bottom: 10px;">
<template v-if="isOrder==0"> <template v-if="isOrder==0">
<span style="color:red;">{{$t('objFill.opygbddcz')}}</span> <span style="color:red;">{{$t('objFill.opygbddcz')}}</span>
</template> </template>
...@@ -204,6 +210,7 @@ ...@@ -204,6 +210,7 @@
return { return {
loading: false, loading: false,
isShowOpSure:false, isShowOpSure:false,
activeName:"1",
UpdateGuestBackScenic:{Id:0,CouponsIds:[]}, UpdateGuestBackScenic:{Id:0,CouponsIds:[]},
msg: { msg: {
id: '0', id: '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