Commit 83e4b5a9 authored by 黄奎's avatar 黄奎

页面优化调整

parent 7ddf539e
......@@ -673,7 +673,10 @@
</div>
<div class="d4">
<p><i class="iconfont icon-jiage"></i>价格信息</p>
<p style="color:#47BF8C; font-size: 16px; font-weight: bold; margin: 5px 0;">{{item.B2BMemberPrice|priceFormat(item.B2BMemberPrice)}}</p>
<p style="color:#47BF8C; font-size: 16px; font-weight: bold; margin: 5px 0;">
同业价:¥{{item.B2BMemberPrice|priceFormat(item.B2BMemberPrice)}}<br/>
直客价:¥{{item.B2CMemberPrice|priceFormat(item.B2CMemberPrice)}}
</p>
<p>
<el-popover width="630" trigger="click">
<table class="PQ_detail">
......
......@@ -606,13 +606,22 @@
display: inline-block;
float: left;
width: 36px;
white-space: nowrap;
font-size: 14px;
}
/*OP备注*/
.RL-opremarkTitle {
display: inline-block;
float: left;
width: 53px;
white-space: nowrap;
font-size: 14px;
}
.RegistrationList .RL-remarkCon {
float: left;
display: inline-block;
/* float: left;
display: inline-block;*/
width: 94%;
font-size: 14px;
}
......@@ -1512,12 +1521,12 @@
<tr>
<td colspan="12" class="RL_Order">
<span class="RL-remarkTitle">名单:</span>
<span class="RL-redType RL-remarkCon" v-if="item.GuestList.length>0">
<p class="RL-redType RL-remarkCon" v-if="item.GuestList.length>0">
<span style="color:blue !important" v-for="(childItem) in item.GuestList" @click="goUrl('TravelPassengerList',msg.TCID,childItem.OrderId,'旅客名单')">{{childItem.userName}}</span>
</span>
<span class="RL-redType RL-remarkCon" v-else>
</p>
<p class="RL-redType RL-remarkCon" v-else>
<span>暂无名单</span>
</span>
</p>
<span v-if="item.TipMoney" style="color:red">(小费:{{item.TipMoney}}</span>
</td>
</tr>
......@@ -1525,13 +1534,13 @@
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px;">
<div class="clearfix RL-MARK">
<span class="RL-remarkTitle">备注:</span>
<span class="RL-redType RL-remarkCon">{{item.Remarks}}</span>
<p class="RL-redType RL-remarkCon">{{item.Remarks}}</p>
</div>
</td>
<td colspan="5" class="groupTourOrder_remarks" style="height: 40px;">
<div class="clearfix RL-MARK">
<span class="RL-remarkTitle">OP备注:</span>
<span class="RL-redType RL-remarkCon">{{item.OP_Remarks ? item.OP_Remarks : '无'}}</span>
<span class="RL-opremarkTitle">OP备注:</span>
<p class="RL-redType RL-remarkCon">{{item.OP_Remarks ? item.OP_Remarks : '无'}}</p>
</div>
</td>
<td colspan="5" style="height: 40px;cursor: pointer;" @click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)">
......@@ -1548,7 +1557,6 @@
</td>
</tr>
</tbody>
<template v-for="(subItem,subIndex) in OrderDataList.OtherOrderList">
<tr>
<td colspan="14">
......@@ -1714,16 +1722,17 @@
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px;">
<div class="clearfix RL-MARK">
<span class="RL-remarkTitle">备注:</span>
<span class="RL-redType RL-remarkCon">
<p class="RL-redType RL-remarkCon">
<span v-if='childItem.ClientSource==1&&childItem.BrandName!=""'>{{childItem.BrandName}}订单
{{childItem.PlatformOrder}};</span>
{{childItem.Remarks}}
</span>
</p>
</div>
</td>
<td colspan="5" class="groupTourOrder_remarks" style="height: 40px;">
<div class="clearfix RL-MARK">
<span class="RL-remarkTitle">OP备注:</span>
<span class="RL-opremarkTitle">OP备注:</span>
<span class="RL-redType RL-remarkCon">{{childItem.OP_Remarks ? childItem.OP_Remarks : '无'}}</span>
</div>
</td>
......@@ -1939,7 +1948,7 @@
</td>
<td colspan="5" class="groupTourOrder_remarks" style="height: 40px;">
<div class="clearfix RL-MARK">
<span class="RL-remarkTitle">OP备注:</span>
<span class="RL-opremarkTitle">OP备注:</span>
<span class="RL-redType RL-remarkCon">{{item.OP_Remarks ? item.OP_Remarks : '无'}}</span>
</div>
</td>
......
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