Commit 5d7adc21 authored by 黄奎's avatar 黄奎

页面修改

parent 00037a25
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
<li> <li>
<span> <span>
<em>所属线路</em> <em>所属线路</em>
<el-select v-model="queryData.LineId" class='w200' filterable :placeholder="$t('pub.pleaseSel')" @change="getLineTeamList()"> <el-select v-model="queryData.LineId" class='w200' filterable :placeholder="$t('pub.pleaseSel')"
@change="getLineTeamList()">
<el-option :label="$t('pub.unlimitedSel')" :value='noLimit'></el-option> <el-option :label="$t('pub.unlimitedSel')" :value='noLimit'></el-option>
<el-option v-for="item in LineList" :label='item.LineName' :value='item.LineID' :key='item.LineID'> <el-option v-for="item in LineList" :label='item.LineName' :value='item.LineID' :key='item.LineID'>
</el-option> </el-option>
...@@ -26,7 +27,7 @@ ...@@ -26,7 +27,7 @@
</el-select> </el-select>
</span> </span>
</li> </li>
<li> <li>
<span> <span>
<em>开团状态</em> <em>开团状态</em>
...@@ -51,15 +52,15 @@ ...@@ -51,15 +52,15 @@
{{$t('hotel.hotel_SerialNumber')}}{{item.ID}} {{$t('hotel.hotel_SerialNumber')}}{{item.ID}}
</div> </div>
</div> </div>
<div class="_left"> <div class="_left">
<div style="padding-left:10px"> <div style="padding-left:10px">
<p style="font-size:14px"> <p style="font-size:14px">
<el-tooltip popper-class="max-w250" effect="dark" :content="item.Title" placement="top-start"> <el-tooltip popper-class="max-w250" effect="dark" :content="item.Title" placement="top-start">
<span>线路名称:{{item.LineName}}</span> <span>线路名称:{{item.LineName}}</span>
</el-tooltip> </el-tooltip>
</p> </p>
<span>系列名称:{{item.LtName}}</span> <span>系列名称:{{item.LtName}}</span>
</div> </div>
</div> </div>
<div class="_left" style="padding-left:10px"> <div class="_left" style="padding-left:10px">
...@@ -67,14 +68,15 @@ ...@@ -67,14 +68,15 @@
<p style="font-size:14px"> <p style="font-size:14px">
<el-tooltip popper-class="max-w250" effect="dark" :content="item.Title" placement="top-start"> <el-tooltip popper-class="max-w250" effect="dark" :content="item.Title" placement="top-start">
<span>{{item.Title}}</span> <span>{{item.Title}}</span>
</el-tooltip> </el-tooltip>
</p> </p>
<span>客户名称:{{item.CustomerName}}</span> <span>客户名称:{{item.CustomerName}}</span>
</div> </div>
</div> </div>
<div class="_cent"> <div class="_cent">
<div style="margin: 0 13px 0 10px;" class="stayDays">{{item.DayNum}}{{$t('hotel.hotel_day')}}{{item.NightNum}}{{$t('Operation.Op_night')}}</div> <div style="margin: 0 13px 0 10px;" class="stayDays">
{{item.DayNum}}{{$t('hotel.hotel_day')}}{{item.NightNum}}{{$t('Operation.Op_night')}}</div>
<div class=""> <div class="">
{{$t('op.SalesPrice')}} {{$t('op.SalesPrice')}}
<el-popover popper-class="salsSetPrice" trigger="click"> <el-popover popper-class="salsSetPrice" trigger="click">
...@@ -87,7 +89,8 @@ ...@@ -87,7 +89,8 @@
<span class="pRightPrice">销售价格:¥{{salesItem.B2BPrice}}</span> <span class="pRightPrice">销售价格:¥{{salesItem.B2BPrice}}</span>
</div> </div>
<div class="priceDivCon"> <div class="priceDivCon">
<span class="pLeftPrice">{{$t('Operation.Op_directMember')}}:¥{{salesItem.B2CMemberPrice}}</span> <span
class="pLeftPrice">{{$t('Operation.Op_directMember')}}:¥{{salesItem.B2CMemberPrice}}</span>
<span class="pRightPrice">{{$t('Operation.Op_direct')}}:¥{{salesItem.B2CPrice}}</span> <span class="pRightPrice">{{$t('Operation.Op_direct')}}:¥{{salesItem.B2CPrice}}</span>
</div> </div>
</div> </div>
...@@ -112,7 +115,8 @@ ...@@ -112,7 +115,8 @@
<div class="priceList"> <div class="priceList">
<div> <div>
<span class="pLeftPrice">{{$t('active.cl_qianzheng')}}:¥{{salesItem.VisaPrice}}</span> <span class="pLeftPrice">{{$t('active.cl_qianzheng')}}:¥{{salesItem.VisaPrice}}</span>
<span class="pRightPrice">{{$t('Operation.Op_singleRoomcha')}}:¥{{salesItem.SingleRoomPrice}}</span> <span
class="pRightPrice">{{$t('Operation.Op_singleRoomcha')}}:¥{{salesItem.SingleRoomPrice}}</span>
</div> </div>
<div class="priceDivCon"> <div class="priceDivCon">
<span class="pLeftPrice">{{$t('Operation.Op_zafei')}}:¥{{salesItem.OtherPrice}}</span> <span class="pLeftPrice">{{$t('Operation.Op_zafei')}}:¥{{salesItem.OtherPrice}}</span>
...@@ -133,10 +137,11 @@ ...@@ -133,10 +137,11 @@
</div> </div>
</div> </div>
</div> </div>
<span slot="reference" class="diPrice" @click="getSalsPrice(item.ID)">{{item.SalesPrice}}<span class="qi">{{$t('op.Qi')}}</span></span> <span slot="reference" class="diPrice" @click="getSalsPrice(item.ID)">{{item.SalesPrice}}<span
class="qi">{{$t('op.Qi')}}</span></span>
</el-popover> </el-popover>
</div> </div>
</div> </div>
<div class="_right"> <div class="_right">
<div class="AuditUserInfo clearfix aa"> <div class="AuditUserInfo clearfix aa">
...@@ -149,23 +154,25 @@ ...@@ -149,23 +154,25 @@
</div> </div>
</div> </div>
<div> <div>
<span class="openGroup opbd" @click="goToOpenTravel('TravelManager6',item.ID,item.OpenState)"> <span class="openGroup opbd" @click="goToOpenTravel('TravelManager6',item.ID,item.OpenState)">
<el-tooltip class="item" effect="dark" content="开团" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" content="开团" placement="top-start" popper-class="max-w250">
<i class="iconfont icon-nav-hangzheng"></i> <i class="iconfont icon-nav-hangzheng"></i>
</el-tooltip> </el-tooltip>
</span> </span>
<span class="bianji opbd" @click="goUrl('QuotationNewPrice',item.ID,false)" > <span class="bianji opbd" @click="goUrl('QuotationNewPrice',item.ID,false)">
<el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top-start"
popper-class="max-w250">
<i class="iconfont icon-bianji-smal"></i> <i class="iconfont icon-bianji-smal"></i>
</el-tooltip> </el-tooltip>
</span> </span>
<span class="QT-delete opbd" @click="delQuotation(item.ID)" > <span class="QT-delete opbd" @click="delQuotation(item.ID)">
<el-tooltip class="item" effect="dark" :content="$t('system.table_delete')" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" :content="$t('system.table_delete')" placement="top-start"
popper-class="max-w250">
<i class="iconfont icon-shanchu"></i> <i class="iconfont icon-shanchu"></i>
</el-tooltip> </el-tooltip>
</span> </span>
<span style="background:#85ce61" class="opbd" @click="delQuotation(item.ID)" > <span style="background:#85ce61;display:none;" class="opbd" @click="DownLoadFile(item.ID)">
<el-tooltip class="item" effect="dark" content="下载" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" content="下载" placement="top-start" popper-class="max-w250">
<i class="iconfont icon-bb-xiazai"></i> <i class="iconfont icon-bb-xiazai"></i>
</el-tooltip> </el-tooltip>
...@@ -178,8 +185,8 @@ ...@@ -178,8 +185,8 @@
{{$t('system.content_noData')}} {{$t('system.content_noData')}}
</div> </div>
</div> </div>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="queryData.currentPage" layout="total,prev, pager, next, jumper" <el-pagination background @current-change="handleCurrentChange" :current-page.sync="queryData.currentPage"
:page-size="queryData.pageSize" :total="queryData.total"> layout="total,prev, pager, next, jumper" :page-size="queryData.pageSize" :total="queryData.total">
</el-pagination> </el-pagination>
<el-dialog custom-class='ComTeamPlan_info_box' :title="tripTitle" :visible.sync="outerVisible" center> <el-dialog custom-class='ComTeamPlan_info_box' :title="tripTitle" :visible.sync="outerVisible" center>
<commonTeamInfo ref="comDialog"></commonTeamInfo> <commonTeamInfo ref="comDialog"></commonTeamInfo>
...@@ -425,8 +432,8 @@ ...@@ -425,8 +432,8 @@
this.$router.push({ this.$router.push({
path: path, path: path,
query: { query: {
blank:'y', blank: 'y',
tab:'报价单' tab: '报价单'
} }
}); });
}, },
...@@ -435,8 +442,8 @@ ...@@ -435,8 +442,8 @@
path: path, path: path,
query: { query: {
configId: 0, configId: 0,
blank:'y', blank: 'y',
tab:'报价单' tab: '报价单'
} }
}); });
}, },
...@@ -458,7 +465,7 @@ ...@@ -458,7 +465,7 @@
query: { query: {
configId: configId, configId: configId,
openState: openState, openState: openState,
isOffer:1 isOffer: 1
} }
}); });
} else { } else {
...@@ -466,9 +473,19 @@ ...@@ -466,9 +473,19 @@
name: path name: path
}); });
} }
} },
//报价单下载
DownLoadFile(configId) {
this.loading=true;
var newMsg = {
ID: configId
};
var fileName = "成本下载" + this.DataObj.TeamNum + ".xls";
this.GetLocalFile("quotation_get_DownLoadQuotation", newMsg, fileName, res => {
this.loading=false;
});
},
}, },
mounted() { mounted() {
this.getLineList(); this.getLineList();
this.getList(); this.getList();
......
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