Commit bc6e1247 authored by 黄奎's avatar 黄奎

票务管理

parent 08ce9b15
...@@ -69,13 +69,13 @@ ...@@ -69,13 +69,13 @@
} }
.PlaneTicket ._ol_list > li { .PlaneTicket ._ol_list > li {
height: 107px; /* height: 107px; */
margin: 20px 0 0px 0px; margin: 20px 0 0px 0px;
transition: linear all 0.5s; transition: linear all 0.5s;
background-color: #fff; background-color: #fff;
border: 1px solid #dddddd; border: 1px solid #dddddd;
border-left: 0; border-left: 0;
overflow: hidden; /* overflow: hidden; */
position: relative; position: relative;
} }
...@@ -1179,14 +1179,13 @@ ...@@ -1179,14 +1179,13 @@
} }
.TCID_cont { .TCID_cont {
height: 28px; min-height: 28px;
line-height: 28px;
border-top: 1px dashed #ccc; border-top: 1px dashed #ccc;
text-indent: 20px;
} }
.Ticket_TCID { .Ticket_TCID {
margin-right: 2px; margin:5px 25px 5px 0;
display: inline-block;
} }
/*航班详情*/ /*航班详情*/
...@@ -1231,6 +1230,12 @@ ...@@ -1231,6 +1230,12 @@
.FinaceDanList { .FinaceDanList {
cursor: pointer; cursor: pointer;
} }
.teamTitle{
text-indent:10px;
min-height:28px;
border-top:1px solid #ccc;
line-height:28px;
}
</style> </style>
<template> <template>
<div class="flexOne PlaneTicket"> <div class="flexOne PlaneTicket">
...@@ -1600,9 +1605,11 @@ ...@@ -1600,9 +1605,11 @@
</el-row> </el-row>
<el-row :gutter="0"> <el-row :gutter="0">
<el-col :span="8"> <el-col :span="1">
<div class="teamTitle">团期:</div>
</el-col>
<el-col :span="15">
<div class="TCID_cont PingFangSC"> <div class="TCID_cont PingFangSC">
团期:
<span v-show="item.PriceList==null ||item.PriceList.length==0">暂无</span> <span v-show="item.PriceList==null ||item.PriceList.length==0">暂无</span>
<span class="Ticket_TCID" v-for="subItem in item.PriceList"> <span class="Ticket_TCID" v-for="subItem in item.PriceList">
<a style="color:blue;cursor:pointer" @click='goUrlT("RegistrationList",subItem.TCID,"报名清单")'> ({{subItem.TCID}}){{subItem.TCNUM}} </a> <a style="color:blue;cursor:pointer" @click='goUrlT("RegistrationList",subItem.TCID,"报名清单")'> ({{subItem.TCID}}){{subItem.TCNUM}} </a>
...@@ -1611,10 +1618,7 @@ ...@@ -1611,10 +1618,7 @@
</div> </div>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<div class="TCID_cont"></div> <div class="TCID_cont" style="padding-top:5px;">PNR:{{item.PNR}}</div>
</el-col>
<el-col :span="8">
<div class="TCID_cont">PNR:{{item.PNR}}</div>
</el-col> </el-col>
</el-row> </el-row>
</li> </li>
......
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