Commit e098549f authored by youjie's avatar youjie

no message

parent 568a2fd9
...@@ -508,11 +508,11 @@ html, body{ ...@@ -508,11 +508,11 @@ html, body{
} }
.LeaveGroupDownload-form .expense .right * { .LeaveGroupDownload-form .expense .right * {
color: #000000 !important; /* color: #000000 !important;
font-size: 15px !important; font-size: 15px !important;
padding: 0 !important; padding: 0 !important;
margin: 0 !important; margin: 0 !important;
line-height: 160%; line-height: 160%; */
} }
.travelControlTrip .LeaveGroupDownload-form .Passenger-table{ .travelControlTrip .LeaveGroupDownload-form .Passenger-table{
width: 100% !important; width: 100% !important;
......
...@@ -1811,10 +1811,10 @@ ...@@ -1811,10 +1811,10 @@
<tr> <tr>
<td v-show="OrderDataList.length == 0" colspan="17" align="center"> <td v-show="OrderDataList.length == 0" colspan="17" align="center">
{{ $t("system.content_noData") }} {{ $t("system.content_noData") }}
<div v-if="item.autoCouponId!=-1">优惠券: <div v-if="item.AutoCouponId!=-1">优惠券:
<span v-if="item.autoCouponId==0" style="color: red">待发放</span> <span v-if="item.AutoCouponId==0" style="color: red">待发放</span>
<span v-if="item.autoCouponId==1" style="color: green">已发放</span> <span v-if="item.AutoCouponId==1" style="color: green">已发放</span>
<span v-if="item.autoCouponId==2" style="color: red">已撤回</span> <span v-if="item.AutoCouponId==2" style="color: red">已撤回</span>
</div> </div>
</td> </td>
</tr> </tr>
......
...@@ -377,8 +377,7 @@ ...@@ -377,8 +377,7 @@
<span v-if="item.Status==1" title="销售">{{$t('visaT.sale')}}</span> <span v-if="item.Status==1" title="销售">{{$t('visaT.sale')}}</span>
<span v-if="item.GroupRecommendType==1" title="精品"></span> <span v-if="item.GroupRecommendType==1" title="精品"></span>
<label style="display:inline-block;margin:5px 0 0 5px;font-size:12px;"> <label style="display:inline-block;margin:5px 0 0 5px;font-size:12px;">
<!-- {{item.PriceTeamTypeName}} --> {{item.PriceTeamTypeName&&item.PriceTeamTypeName=='单地接'?item.PriceTeamTypeName:'单团'}}
单团
</label> </label>
</div> </div>
<div class="TCL-OutBranchName" :title="$t('visa.v_salecompany')">{{item.OutBranchName}}</div> <div class="TCL-OutBranchName" :title="$t('visa.v_salecompany')">{{item.OutBranchName}}</div>
......
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