Commit d25b11b2 authored by 黄媛媛's avatar 黄媛媛
parents a5b86ff0 043b87ca
...@@ -11,5 +11,6 @@ var AuthCode = { ...@@ -11,5 +11,6 @@ var AuthCode = {
SupperOrderEdit:"SupperOrderEdit",//获取总经理副总经理超级修改权限 SupperOrderEdit:"SupperOrderEdit",//获取总经理副总经理超级修改权限
LookOrder:"LookOrder",//出纳查看订单权限 LookOrder:"LookOrder",//出纳查看订单权限
LookAllTeam:"LookAllTeam",//查看所有团控 LookAllTeam:"LookAllTeam",//查看所有团控
}; };
export default AuthCode; export default AuthCode;
\ No newline at end of file
...@@ -225,8 +225,8 @@ var tripUtils = { ...@@ -225,8 +225,8 @@ var tripUtils = {
CurrencyId: 0, //币种id CurrencyId: 0, //币种id
Money: 0.0, //费用 Money: 0.0, //费用
PeopleNumber: 0, //人数 PeopleNumber: 0, //人数
SalePrice:0,//销售价格 SalePrice: 0, //销售价格
CostRemark:"",//成本备注 CostRemark: "", //成本备注
} }
}, },
//地接成本报价币种 //地接成本报价币种
...@@ -350,11 +350,11 @@ var tripUtils = { ...@@ -350,11 +350,11 @@ var tripUtils = {
//行程介绍 //行程介绍
trafficIntroduce: { trafficIntroduce: {
IntroduceTitle: "", //行程介绍标题 IntroduceTitle: "", //行程介绍标题
IntroduceImage: ViittoFileUrl+"/Upload/DefalutImage/DMC/defaultairline.png", //行程介绍图片 IntroduceImage: ViittoFileUrl + "/Upload/DefalutImage/DMC/defaultairline.png", //行程介绍图片
IntroduceDetail: "", //行程介绍详细信息 IntroduceDetail: "", //行程介绍详细信息
TrafficType:2,//交通类型,默认为专车 TrafficType: 2, //交通类型,默认为专车
TrafficContent:"",//交通详情 TrafficContent: "", //交通详情
TrafficImage:"",//交通图片 TrafficImage: "", //交通图片
} }
}; };
...@@ -371,8 +371,8 @@ var tripUtils = { ...@@ -371,8 +371,8 @@ var tripUtils = {
StartCityName: "", StartCityName: "",
//到达城市名称 //到达城市名称
ArrivalCityName: "", ArrivalCityName: "",
StartTime:"",//出发时间 StartTime: "", //出发时间
EndTime:"",//到达时间 EndTime: "", //到达时间
}; };
}, },
//行程-景点对象 //行程-景点对象
...@@ -399,16 +399,16 @@ var tripUtils = { ...@@ -399,16 +399,16 @@ var tripUtils = {
QCity: '', QCity: '',
NewScenicImg: '', //改版后的景点图片 NewScenicImg: '', //改版后的景点图片
NewImaArray: [], NewImaArray: [],
MD5Sign:"", MD5Sign: "",
//景点JSon字符串 //景点JSon字符串
ScenicJson:{ ScenicJson: {
x:0,//初始位移x x: 0, //初始位移x
y:0 //初始位移y y: 0 //初始位移y
}, },
TrafficType:2,//交通类型(1-飞机,2-专车,3-地铁,4-步行) TrafficType: 2, //交通类型(1-飞机,2-专车,3-地铁,4-步行)
TrafficContent:"",//交通内容 TrafficContent: "", //交通内容
TrafficImage:"",//交通图片 TrafficImage: "", //交通图片
TimeStr:"",//时间字符串备注 TimeStr: "", //时间字符串备注
}; };
}, },
//行程-酒店对象 //行程-酒店对象
...@@ -437,9 +437,9 @@ var tripUtils = { ...@@ -437,9 +437,9 @@ var tripUtils = {
//0-不同级酒店,1同级酒店 //0-不同级酒店,1同级酒店
IsSameLevel: 0, IsSameLevel: 0,
//酒店类型 //酒店类型
HotelType:0, HotelType: 0,
MD5Sign:"", MD5Sign: "",
TimeStr:"",//时间字符串备注 TimeStr: "", //时间字符串备注
}; };
}, },
//行程-餐饮对象 //行程-餐饮对象
...@@ -467,8 +467,8 @@ var tripUtils = { ...@@ -467,8 +467,8 @@ var tripUtils = {
MealName: "", MealName: "",
QCity: '', QCity: '',
BreakfastUseType: 2, BreakfastUseType: 2,
MD5Sign:"", MD5Sign: "",
TimeStr:"",//时间字符串备注 TimeStr: "", //时间字符串备注
}; };
}, },
//行程-自由活动对象 //行程-自由活动对象
...@@ -526,10 +526,10 @@ var tripUtils = { ...@@ -526,10 +526,10 @@ var tripUtils = {
DayNum: 0, DayNum: 0,
TitleObj: {}, TitleObj: {},
TrafficObj: {}, TrafficObj: {},
HotelChooseArray:[], HotelChooseArray: [],
HotelArray: [], HotelArray: [],
DinnerArray: [], DinnerArray: [],
ChooseScenicArray:[], ChooseScenicArray: [],
ScenicArray: [], ScenicArray: [],
WarmTipObj: {}, WarmTipObj: {},
} }
...@@ -539,7 +539,7 @@ var tripUtils = { ...@@ -539,7 +539,7 @@ var tripUtils = {
return { return {
Id: 0, Id: 0,
Describe: "", Describe: "",
Sort:1 Sort: 1
} }
}, },
daysArrayItemObj: function () { daysArrayItemObj: function () {
...@@ -587,18 +587,19 @@ var tripUtils = { ...@@ -587,18 +587,19 @@ var tripUtils = {
}, },
CreateUUID(len, radix) { CreateUUID(len, radix) {
var chars = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'.split(''); var chars = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'.split('');
var uuid = [], i; var uuid = [],
i;
radix = radix || chars.length; radix = radix || chars.length;
if (len) { if (len) {
// Compact form // Compact form
for (i = 0; i < len; i++) uuid[i] = chars[0 | Math.random()*radix]; for (i = 0; i < len; i++) uuid[i] = chars[0 | Math.random() * radix];
} else { } else {
var r; var r;
uuid[8] = uuid[13] = uuid[18] = uuid[23] = '-'; uuid[8] = uuid[13] = uuid[18] = uuid[23] = '-';
uuid[14] = '4'; uuid[14] = '4';
for (i = 0; i < 36; i++) { for (i = 0; i < 36; i++) {
if (!uuid[i]) { if (!uuid[i]) {
r = 0 | Math.random()*16; r = 0 | Math.random() * 16;
uuid[i] = chars[(i == 19) ? (r & 0x3) | 0x8 : r]; uuid[i] = chars[(i == 19) ? (r & 0x3) | 0x8 : r];
} }
} }
...@@ -616,8 +617,7 @@ var tripUtils = { ...@@ -616,8 +617,7 @@ var tripUtils = {
if (DayList != null && DayList.length > 0) { if (DayList != null && DayList.length > 0) {
DayList.forEach((dayItem, dayIndex) => { DayList.forEach((dayItem, dayIndex) => {
if (dayIndex == currentDayIndex) { if (dayIndex == currentDayIndex) {
if(dayItem.TrafficObj!=null &&dayItem.TrafficObj.SubTraffic!=null && dayItem.TrafficObj.SubTraffic.length>0 ) if (dayItem.TrafficObj != null && dayItem.TrafficObj.SubTraffic != null && dayItem.TrafficObj.SubTraffic.length > 0) {
{
dayItem.TrafficObj.SubTraffic.forEach(subItem => { dayItem.TrafficObj.SubTraffic.forEach(subItem => {
cityIdStr += subItem.StartCityId + "," + subItem.ArrivalCityId + "," cityIdStr += subItem.StartCityId + "," + subItem.ArrivalCityId + ","
}); });
...@@ -736,17 +736,42 @@ var tripUtils = { ...@@ -736,17 +736,42 @@ var tripUtils = {
return flag; return flag;
}, },
//跳转到B2B一日游页面 //跳转到B2B一日游页面
GotoB2BOneDayPage(B2BDomain,ConfigId,tcid) GotoB2BOneDayPage(B2BDomain, ConfigId, tcid) {
{
if (B2BDomain) { if (B2BDomain) {
var url = "http://"+B2BDomain; var url = "http://" + B2BDomain;
window.open( window.open(
url+'/#/OneDayDetailTwo/' + url + '/#/OneDayDetailTwo/' +
encodeURIComponent(ConfigId) + '/' + tcid + encodeURIComponent(ConfigId) + '/' + tcid +
'/preview', '/preview',
'_blank' '_blank'
) )
} }
}, },
//跳转到B2B页面
GotoB2BPage(B2BDomain, ConfigId, tcid) {
if (B2BDomain) {
var url = "http://" + B2BDomain;
window.open(
url + "/#/detailTwo/" +
encodeURIComponent(ConfigId) +
"/" +
tcid +
"/preview",
"_blank"
);
}
},
//跳转到B2C页面
GotoB2CPage(B2BDomain, ConfigId, tcid) {
if (B2BDomain) {
var url = "http://" + B2BDomain;
window.open(
url + "/#/newTrip" + '?ID=' + encodeURIComponent(ConfigId) +
"&" +
'tcid=' + tcid,
"_blank"
);
}
},
} }
export default tripUtils; export default tripUtils;
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
</td> </td>
<td class="more_td" v-if="subIndex==0" :rowspan="item.ShopDetailsList.length"> <td class="more_td" v-if="subIndex==0" :rowspan="item.ShopDetailsList.length">
<!--汇率 DMCRate--> <!--汇率 DMCRate-->
<el-input type="number" v-model="item.ShopDetailsList[0].DMCRate"></el-input> <el-input type="number" v-model="item.ShopDetailsList[0].DMCRate" disabled="true"></el-input>
</td> </td>
<td @click="upIndex = outindex" v-if="subIndex==0" :rowspan="item.ShopDetailsList.length"> <td @click="upIndex = outindex" v-if="subIndex==0" :rowspan="item.ShopDetailsList.length">
<!--DMCOPCredentials (地接OP上传凭证)--> <!--DMCOPCredentials (地接OP上传凭证)-->
......
...@@ -721,7 +721,7 @@ ...@@ -721,7 +721,7 @@
<th width="100">{{$t('ground.ztstc')}}</th> <th width="100">{{$t('ground.ztstc')}}</th>
<th width="80">{{$t('ground.ldtc')}}</th> <th width="80">{{$t('ground.ldtc')}}</th>
<th width="80">{{$t('ground.dytc')}}</th> <th width="80">{{$t('ground.dytc')}}</th>
<th width="80">{{$t('hotel.hotel_CurrentRate')}}</th> <th width="80" style="display:none;">{{$t('hotel.hotel_CurrentRate')}}</th>
<th width="80">{{$t('hotel.hotel_Currency')}}</th> <th width="80">{{$t('hotel.hotel_Currency')}}</th>
<th width="80">{{$t('pub.pubRemark')}}</th> <th width="80">{{$t('pub.pubRemark')}}</th>
<th width="80">{{$t('system.table_operation')}}</th> <th width="80">{{$t('system.table_operation')}}</th>
...@@ -744,7 +744,7 @@ ...@@ -744,7 +744,7 @@
<td>{{item.GroupExtract}}</td> <td>{{item.GroupExtract}}</td>
<td>{{item.LeaderExtract}}</td> <td>{{item.LeaderExtract}}</td>
<td>{{item.GuideExtract}}</td> <td>{{item.GuideExtract}}</td>
<td>{{item.Rate}}</td> <td style="display:none;">{{item.Rate}}</td>
<td :class="{'redType':item.CurrencyExist==-1}"><span>{{item.Currency}}</span></td> <td :class="{'redType':item.CurrencyExist==-1}"><span>{{item.Currency}}</span></td>
<td>{{item.Remarks}}</td> <td>{{item.Remarks}}</td>
<td><span class="delInfo" @click="delInfo(index)">{{$t('system.table_delete')}}</span></td> <td><span class="delInfo" @click="delInfo(index)">{{$t('system.table_delete')}}</span></td>
......
...@@ -973,7 +973,7 @@ ...@@ -973,7 +973,7 @@
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item @click.native="goB2B(item.ConfigId, item.TCID , 2)" <el-dropdown-item @click.native="goB2B(item.ConfigId, item.TCID , 2)"
v-if="item.LineID!=2&&item.LineID!=8"> v-if="CurrentUserInfo.B2BDomain!=''&&item.LineID!=2&&item.LineID!=8">
直客版预览 直客版预览
</el-dropdown-item> </el-dropdown-item>
...@@ -1861,24 +1861,11 @@ ...@@ -1861,24 +1861,11 @@
}); });
}, },
goB2B(ConfigId, tcid, type) { goB2B(ConfigId, tcid, type) {
if (type == 1) {
var B2BDomain = this.CurrentUserInfo.B2BDomain; var B2BDomain = this.CurrentUserInfo.B2BDomain;
window.open( if (type == 1) {
"http://www.oytour.com/#/detailTwo/" + this.$tripUtils.GotoB2BPage(B2BDomain,ConfigId,tcid);
encodeURIComponent(ConfigId) +
"/" +
tcid +
"/preview",
"_blank"
);
} else { } else {
var B2BDomain = this.CurrentUserInfo.B2BDomain; this.$tripUtils.GotoB2CPage(B2BDomain,ConfigId,tcid);
window.open(
"http://www.oytour.com/#/newTrip" + '?ID=' + encodeURIComponent(ConfigId) +
"&" +
'tcid=' + tcid,
"_blank"
);
} }
}, },
goTeamBalance(id, OutBranchId) { goTeamBalance(id, OutBranchId) {
......
...@@ -231,7 +231,6 @@ ...@@ -231,7 +231,6 @@
this.msg.EndTime = _year + '-' + _month + '-' + _date; this.msg.EndTime = _year + '-' + _month + '-' + _date;
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.departmentMsg.RB_Group_Id=this.employeeMsg.RB_Group_id=this.companyMsg.RB_Group_Id = userInfo.RB_Group_id; //集团 this.departmentMsg.RB_Group_Id=this.employeeMsg.RB_Group_id=this.companyMsg.RB_Group_Id = userInfo.RB_Group_id; //集团
// this.employeeMsg.RB_Branch_id=userInfo.RB_Branch_id; //公司
this.getList() this.getList()
this.getCompany() this.getCompany()
this.getDepartment() this.getDepartment()
......
<style> <style>
.CM_look { .CM_look {
padding: 4px !important; padding: 4px !important;
position: relative; position: relative;
top: 1px; top: 1px;
} }
.TCommission-finance {
.TCommission-finance {
font-size: 12px; font-size: 12px;
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
margin-right: 5px; margin-right: 5px;
} }
</style> </style>
<template> <template>
<div class="flexOne"> <div class="flexOne">
<!-- <div class="query-box">
<ul>
<li>
<input type="button" class="normalBtn" @click="generateTable" value="生成提成报表"/>
</li>
</ul>
</div>-->
<table v-loading="loading" class="singeRowTable" border="0" cellspacing="0" cellpadding="0"> <table v-loading="loading" class="singeRowTable" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<th>期数</th> <th>期数</th>
...@@ -32,58 +27,34 @@ ...@@ -32,58 +27,34 @@
</tr> </tr>
<tr v-for="(item,index) in dataList" :key="index"> <tr v-for="(item,index) in dataList" :key="index">
<td>{{item.periods}}</td> <td>{{item.periods}}</td>
<td <td v-if="userInfo.RB_Branch_id==0 || userInfo.RB_Branch_id==49">{{item.sumPrice.toFixed(2)}}</td>
v-if="userInfo.RB_Branch_id==0 || userInfo.RB_Branch_id==49"
>{{item.sumPrice.toFixed(2)}}</td>
<td>{{item.createByStr}}</td> <td>{{item.createByStr}}</td>
<td>{{item.branchMoney.toFixed(2)}}</td> <td>{{item.branchMoney.toFixed(2)}}</td>
<td> <td>
<span <span class="TCommission-finance" v-for="(fno, i) in item.financialsArray" :key="i"
class="TCommission-finance" @click="goUrl2(fno)">{{fno}}</span>
v-for="(fno, i) in item.financialsArray"
:key="i"
@click="goUrl2(fno)"
>{{fno}}</span>
</td> </td>
<td>{{item.createStr}}</td> <td>{{item.createStr}}</td>
<td> <td>
<el-tooltip class="item" effect="dark" content="查看" placement="top"> <el-tooltip class="item" effect="dark" content="查看" placement="top">
<el-button <el-button type="primary" class="CM_look" @click="goUrl('CommissionDetail',item.id)"
type="primary" icon="iconfont icon-chakan" title="查看" circle></el-button>
class="CM_look"
@click="goUrl('CommissionDetail',item.id)"
icon="iconfont icon-chakan"
title="查看"
circle
></el-button>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="制单" placement="top"> <el-tooltip class="item" effect="dark" content="制单" placement="top">
<el-button v-if="btnShow" <el-button v-if="btnShow" type="primary" class="CM_look" @click="generalFinancacls(item)"
type="primary" icon="el-icon-plus" title="制单" circle></el-button>
class="CM_look"
@click="generalFinancacls(item)"
icon="el-icon-plus"
title="制单"
circle
></el-button>
</el-tooltip> </el-tooltip>
</td> </td>
</tr> </tr>
</table> </table>
<!-- 分页 --> <!-- 分页 -->
<el-pagination <el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
background layout="total,prev, pager, next, jumper" :page-size="msg.PageSize" :total="total"></el-pagination>
@current-change="handleCurrentChange"
:current-page.sync="currentPage"
layout="total,prev, pager, next, jumper"
:page-size="msg.PageSize"
:total="total"
></el-pagination>
</div> </div>
</template> </template>
<script> <script>
export default { export default {
data() { data() {
return { return {
msg: { msg: {
...@@ -96,16 +67,16 @@ export default { ...@@ -96,16 +67,16 @@ export default {
total: 0, total: 0,
currentPage: 1, currentPage: 1,
userInfo: {}, userInfo: {},
btnShow:false, btnShow: false,
}; };
}, },
mounted() { mounted() {
this.getList(); this.getList();
this.userInfo = this.getLocalStorage(); this.userInfo = this.getLocalStorage();
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
let ActionMenuCode=userInfo.ActionMenuCode; let ActionMenuCode = userInfo.ActionMenuCode;
if(ActionMenuCode.indexOf('CommissionVoucher')!=-1){ if (ActionMenuCode.indexOf('CommissionVoucher') != -1) {
this.btnShow=true; this.btnShow = true;
} }
}, },
methods: { methods: {
...@@ -175,8 +146,8 @@ export default { ...@@ -175,8 +146,8 @@ export default {
null null
); );
}, },
generalFinancacls(item){ generalFinancacls(item) {
if(item.financialsArray&&item.financialsArray.length>0){ if (item.financialsArray && item.financialsArray.length > 0) {
this.Error("请不要多次制单!") this.Error("请不要多次制单!")
return; return;
} }
...@@ -189,16 +160,16 @@ export default { ...@@ -189,16 +160,16 @@ export default {
let query = { let query = {
blank: "y", blank: "y",
tab: "新增付款单据", tab: "新增付款单据",
Type:2, Type: 2,
IsUploadPic:1, IsUploadPic: 1,
orderObj: JSON.stringify(obj) orderObj: JSON.stringify(obj)
} }
if(this.userInfo.RB_Branch_id==0) { if (this.userInfo.RB_Branch_id == 0) {
query.id=28 query.id = 28
query.Name="总部销售提成单" query.Name = "总部销售提成单"
}else{ } else {
query.id=30 query.id = 30
query.Name="分公司销售提成单" query.Name = "分公司销售提成单"
} }
this.$router.push({ this.$router.push({
path: "/addFinancialDocuments", path: "/addFinancialDocuments",
...@@ -206,5 +177,5 @@ export default { ...@@ -206,5 +177,5 @@ export default {
}); });
} }
} }
}; };
</script> </script>
\ No newline at end of file
...@@ -286,12 +286,6 @@ export default { ...@@ -286,12 +286,6 @@ export default {
isResize: true, isResize: true,
width: 80, width: 80,
componentName: "commission-table-beizhu" componentName: "commission-table-beizhu"
// formatter: function(rowData, rowIndex, pagingIndex, field) {
// return `<span v-if="${rowData.EmployeeId==0 && oPComissionPeriods.FRID>0}">
// <span>${rowData.EmployeeId}</span>
// 单据号:${oPComissionPeriods.FRID}</span>`;
// }
}; };
let opera = { let opera = {
title: "操作", title: "操作",
......
...@@ -286,12 +286,6 @@ export default { ...@@ -286,12 +286,6 @@ export default {
isResize: true, isResize: true,
width: 80, width: 80,
componentName: "commission-table-beizhu" componentName: "commission-table-beizhu"
// formatter: function(rowData, rowIndex, pagingIndex, field) {
// return `<span v-if="${rowData.EmployeeId==0 && oPComissionPeriods.FRID>0}">
// <span>${rowData.EmployeeId}</span>
// 单据号:${oPComissionPeriods.FRID}</span>`;
// }
}; };
let opera = { let opera = {
title: "操作", title: "操作",
......
...@@ -1009,7 +1009,6 @@ ...@@ -1009,7 +1009,6 @@
}, },
resetForm(formName) { //弹出框取消 初始化谈框内表单 resetForm(formName) { //弹出框取消 初始化谈框内表单
this.$refs[formName].resetFields(); this.$refs[formName].resetFields();
// this.addMsg1.EmployeeId='0'
}, },
addData() { //新增数据 addData() { //新增数据
if (this.addMsg.ManagerIdArr.length > 0) { if (this.addMsg.ManagerIdArr.length > 0) {
......
...@@ -287,11 +287,6 @@ ...@@ -287,11 +287,6 @@
this.msg.pageIndex = val; this.msg.pageIndex = val;
this.getList(); this.getList();
}, },
// clearMessage(){
// this.addMsg.RB_Branch_Id='';
// this.addMsg.RB_Department_Id='';
// this.addMsg.PostName='';
// },
resetPageIndex() { resetPageIndex() {
this.msg.pageIndex = 1; this.msg.pageIndex = 1;
this.currentPage = 1 this.currentPage = 1
......
This diff is collapsed.
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<th>B2B是否显示</th> <th>B2B是否显示</th>
<th>公司类型</th> <th>公司类型</th>
<th>是否服务费收费</th> <th>是否服务费收费</th>
<th v-if="userInfoList.EmployeeId==1||userInfoList.EmployeeId==5||userInfoList.RB_Branch_id==49">服务费用</th> <th>服务费用</th>
<th width="200">{{$t('admin.admin_operate')}}</th> <th width="200">{{$t('admin.admin_operate')}}</th>
</tr> </tr>
<tr v-for="(item,index) in DataList" v-loading='loading'> <tr v-for="(item,index) in DataList" v-loading='loading'>
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<td>{{item.B2BShow==0?'显示':'不显示'}}</td> <td>{{item.B2BShow==0?'显示':'不显示'}}</td>
<td>{{item.IsParentCompany=='1'?'总公司':'分公司'}}</td> <td>{{item.IsParentCompany=='1'?'总公司':'分公司'}}</td>
<td>{{item.IsFreeFee==0?'付费':'免费'}}</td> <td>{{item.IsFreeFee==0?'付费':'免费'}}</td>
<td v-if="userInfoList.EmployeeId==1||userInfoList.EmployeeId==5||userInfoList.RB_Branch_id==49">{{item.ServiceFee}}</td> <td >{{item.ServiceFee}}</td>
<td> <td>
<el-row> <el-row>
<el-tooltip class="item" effect="dark" content="修改" placement="top-start"> <el-tooltip class="item" effect="dark" content="修改" placement="top-start">
......
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