Commit fa5e23a9 authored by 华国豪's avatar 华国豪 🙄
parents ac630930 cbb18e3c
...@@ -504,6 +504,7 @@ ...@@ -504,6 +504,7 @@
<i>{{item.SurplusSeat=item.SurplusSeat < 0 ? 0:item.SurplusSeat}}</i> </p> <p> <i>{{item.SurplusSeat=item.SurplusSeat < 0 ? 0:item.SurplusSeat}}</i> </p> <p>
<span>已报入</span> <span>已报入</span>
<i> <i>
{{item.OrderGuestNum}} {{item.OrderGuestNum}}
<span class="TCL-redType" v-if="item.OrderLeaderGuestNum>=1">+{{item.OrderLeaderGuestNum}}</span> <span class="TCL-redType" v-if="item.OrderLeaderGuestNum>=1">+{{item.OrderLeaderGuestNum}}</span>
</i> </i>
...@@ -514,7 +515,7 @@ ...@@ -514,7 +515,7 @@
</p> </p>
<p class="travelnowrap"> <p class="travelnowrap">
<span>候补</span> <span>候补</span>
<span v-if="item.IsSubstitution==1" class="TCL-greenType">允许候补(候补{{item.SubstitutionCount}}人)</span> <span v-if="item.IsSubstitution==1" class="TCL-greenType">允许候补(候补{{item.HBNum}}人)</span>
<span v-else class="TCL-redType">不允许候补</span> <span v-else class="TCL-redType">不允许候补</span>
</p> </p>
<p> <p>
......
...@@ -66,22 +66,21 @@ ...@@ -66,22 +66,21 @@
border:1px dashed rgba(210,210,210,1); border:1px dashed rgba(210,210,210,1);
border-radius:2px; border-radius:2px;
cursor: pointer; cursor: pointer;
margin-bottom: 10px;
padding: 5px; padding: 5px;
margin-right: 10px; margin-right: 10px;
position: relative; position: relative;
} }
._addUpload_box>div:hover{ .BusApportionManagement ._addUpload_box>div:hover{
background-color: #f5f5f5; background-color: #f5f5f5;
} }
._addFile_name{ .BusApportionManagement ._addFile_name{
padding-left: 15px; padding-left: 15px;
max-width: 450px; max-width: 450px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
._addUpload_box .icon-guanbi1 { .BusApportionManagement ._addUpload_box .icon-guanbi1 {
font-size: 12px; font-size: 12px;
color: white; color: white;
display: inline-block; display: inline-block;
...@@ -96,11 +95,11 @@ ...@@ -96,11 +95,11 @@
text-align: center; text-align: center;
line-height: 20px; line-height: 20px;
} }
._addUpload_box .icon-guanbi1:hover { .BusApportionManagement ._addUpload_box .icon-guanbi1:hover {
font-size: 12px; font-size: 12px;
color: #c94052; color: #c94052;
} }
._addUpload_box .icon-excel,._addUpload_box .icon-pdf{ .BusApportionManagement ._addUpload_box .icon-excel,._addUpload_box .icon-pdf{
text-align: center; text-align: center;
font-size: 38px; font-size: 38px;
color: green; color: green;
...@@ -110,7 +109,7 @@ ...@@ -110,7 +109,7 @@
width:126px!important; width:126px!important;
height:80px!important; height:80px!important;
} }
._show_img_box{ .BusApportionManagement ._show_img_box{
position: fixed; position: fixed;
background: rgba(0,0,0,.6); background: rgba(0,0,0,.6);
left: 0; left: 0;
......
...@@ -359,6 +359,7 @@ ...@@ -359,6 +359,7 @@
} else { } else {
basicData.TeamType = 0; basicData.TeamType = 0;
} }
this.apipost( this.apipost(
"travel_post_SetTravelConfigInfo", "travel_post_SetTravelConfigInfo",
basicData, basicData,
......
...@@ -1213,8 +1213,9 @@ ...@@ -1213,8 +1213,9 @@
); );
return _string; return _string;
}, },
setDisDirectFlight(priceFlight) { setDisDirectFlight(obj) {
this.priceData.PriceFlight = JSON.parse(JSON.stringify(priceFlight)); this.priceData.PriceFlight = JSON.parse(JSON.stringify(obj.priceFlight));
this.priceData.DeleteAirticketIds=obj.DeleteAirticketIdArray.join(',');
}, },
//删除标签 //删除标签
delDateList(item) { delDateList(item) {
......
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