Commit c9882803 authored by 黄奎's avatar 黄奎

页面修改

parent b0b614e4
...@@ -1113,7 +1113,6 @@ ...@@ -1113,7 +1113,6 @@
ID: ID ID: ID
}, },
res => { res => {
console.log("leaderData",res.data.data);
let LanguageIdArr = []; let LanguageIdArr = [];
this.addMsg = res.data.data; this.addMsg = res.data.data;
this.addMsg.LeaderGuidClass = this.addMsg.LeaderGuidClass ? this.addMsg.LeaderGuidClass : 0; this.addMsg.LeaderGuidClass = this.addMsg.LeaderGuidClass ? this.addMsg.LeaderGuidClass : 0;
......
...@@ -596,7 +596,6 @@ export default { ...@@ -596,7 +596,6 @@ export default {
}, },
mounted(){ mounted(){
console.log(this.$route.query)
this.getList() this.getList()
if(this.$route.query.tcnum) this.TNumber= this.$route.query.tcnum if(this.$route.query.tcnum) this.TNumber= this.$route.query.tcnum
if(this.$route.query.tcmun)this.TNumber= this.$route.query.tcmun if(this.$route.query.tcmun)this.TNumber= this.$route.query.tcmun
......
...@@ -231,15 +231,6 @@ ...@@ -231,15 +231,6 @@
}, },
goTuanDetails(row) { goTuanDetails(row) {
let name = "RegistrationList"; let name = "RegistrationList";
// if (row.IsOneDay == 1) {
// name = "groupTourOrderByTuanOne";
// } else {
// name = "groupTourOrderByTuan";
// }
// console.log("this.CurrentUserInfo",this.CurrentUserInfo);
// if (this.CurrentUserInfo.EmployeeId == 1 || this.CurrentUserInfo.RB_Department_Id == 2) {
// name = "RegistrationList";
// }
this.$router.push({ this.$router.push({
name: name, name: name,
query: { query: {
......
...@@ -670,7 +670,7 @@ ...@@ -670,7 +670,7 @@
</p> </p>
<p class="travelnowrap"> <p class="travelnowrap">
<span>{{ $t("Airticket.Air_StartTime") }}</span> <span>{{ $t("Airticket.Air_StartTime") }}</span>
<span class="go_date">{{ item.StartDate }}(<font style="color:red;">{{item.StartDateWeekStr}}</font>)</span> <span class="go_date">{{ item.StartDate }}(<font style="color:red;font-weight:bold;">{{item.StartDateWeekStr}}</font>)</span>
<template v-if="item.RelationPriceList && item.RelationPriceList.length > 0"> <template v-if="item.RelationPriceList && item.RelationPriceList.length > 0">
<el-tooltip class="item" effect="dark" :content="$t('objFill.xilietdate')"> <el-tooltip class="item" effect="dark" :content="$t('objFill.xilietdate')">
<el-popover width="350" trigger="click" popper-class="TC_HotelPop"> <el-popover width="350" trigger="click" popper-class="TC_HotelPop">
......
...@@ -506,7 +506,7 @@ ...@@ -506,7 +506,7 @@
</p> </p>
<p class="travelnowrap"> <p class="travelnowrap">
<span>{{$t('Airticket.Air_StartTime')}}</span> <span>{{$t('Airticket.Air_StartTime')}}</span>
{{item.StartDate}} {{item.StartDate}}(<font style="color:red;font-weight:bold;">{{item.StartDateWeekStr}}</font>)
<template v-if="item.RelationPriceList&&item.RelationPriceList.length>0"> <template v-if="item.RelationPriceList&&item.RelationPriceList.length>0">
<el-tooltip class="item" effect="dark" :content="$t('objFill.xilietdate')"> <el-tooltip class="item" effect="dark" :content="$t('objFill.xilietdate')">
<el-popover width="350" trigger="click" popper-class="TC_HotelPop"> <el-popover width="350" trigger="click" popper-class="TC_HotelPop">
......
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
</p> </p>
<p class="travelnowrap"> <p class="travelnowrap">
<span>{{$t('Airticket.Air_StartTime')}}</span> <span>{{$t('Airticket.Air_StartTime')}}</span>
<span class="go_date">{{item.StartDate}}</span> <span class="go_date">{{item.StartDate}}(<font style="color:red;font-weight:bold;">{{item.StartDateWeekStr}}</font>)</span>
<template v-if="item.RelationPriceList&&item.RelationPriceList.length>0"> <template v-if="item.RelationPriceList&&item.RelationPriceList.length>0">
<el-tooltip class="item" effect="dark" :content="$t('objFill.xilietdate')"> <el-tooltip class="item" effect="dark" :content="$t('objFill.xilietdate')">
<el-popover width="350" trigger="click" popper-class="TC_HotelPop"> <el-popover width="350" trigger="click" popper-class="TC_HotelPop">
......
...@@ -266,46 +266,53 @@ ...@@ -266,46 +266,53 @@
</template> </template>
</td> </td>
<td style="white-space:nowrap;"> <td style="white-space:nowrap;">
<template v-if="subItem.IsBreakfastChange"> <template v-if="subItem.BreakfastCostPrice>0||subItem.IsBreakfastChange">
{{$t('objFill.v101.zaocanmc')}}: {{$t('objFill.v101.zaocanmc')}}:
{{subItem.BreakfastCostPrice}} {{subItem.BreakfastCostPrice}}
<el-tooltip class="item" effect="dark" :content="subItem.BreakfastChangeRemark" placement="top-start"> <template v-if="subItem.IsBreakfastChange">
<font style="color:red;"> <el-tooltip class="item" effect="dark" :content="subItem.BreakfastChangeRemark"
<template v-if="subItem.BreakfastChangeValue>0"> placement="top-start">
+ <font style="color:red;">
</template> <template v-if="subItem.BreakfastChangeValue>0">
{{subItem.BreakfastChangeValue}} +
</font> </template>
</el-tooltip> {{subItem.BreakfastChangeValue}}
=<font style="color:red;">{{subItem.BreakfastChangePrice}}</font> </font>
</el-tooltip>
=<font style="color:red;">{{subItem.BreakfastChangePrice}}</font>
</template>
</template> </template>
<template v-if="subItem.IsLunchChange"> <template v-if="subItem.LunchCostPrice>0||subItem.IsLunchChange">
<br /> <br />
{{$t('objFill.v101.wucanmc')}}: {{$t('objFill.v101.wucanmc')}}:
{{subItem.LunchCostPrice}} {{subItem.LunchCostPrice}}
<el-tooltip class="item" effect="dark" :content="subItem.LunchChangeRemark" placement="top-start"> <template v-if="subItem.IsLunchChange">
<font style="color:red;"> <el-tooltip class="item" effect="dark" :content="subItem.LunchChangeRemark" placement="top-start">
<template v-if="subItem.LunchChangeValue>0"> <font style="color:red;">
+ <template v-if="subItem.LunchChangeValue>0">
</template> +
{{subItem.LunchChangeValue}} </template>
</font> {{subItem.LunchChangeValue}}
</el-tooltip> </font>
=<font style="color:red;">{{subItem.LunchChangePrice}}</font> </el-tooltip>
=<font style="color:red;">{{subItem.LunchChangePrice}}</font>
</template>
</template> </template>
<template v-if="subItem.IsDinnerChange"> <template v-if="subItem.DinnerCostPrice>0||subItem.IsDinnerChange">
<br /> <br />
{{$t('objFill.v101.wancaimc')}}: {{$t('objFill.v101.wancaimc')}}:
{{subItem.DinnerCostPrice}} {{subItem.DinnerCostPrice}}
<el-tooltip class="item" effect="dark" :content="subItem.DinnerChangeRemark" placement="top-start"> <template v-if="subItem.IsDinnerChange">
<font style="color:red;"> <el-tooltip class="item" effect="dark" :content="subItem.DinnerChangeRemark" placement="top-start">
<template v-if="subItem.DinnerChangeValue>0"> <font style="color:red;">
+ <template v-if="subItem.DinnerChangeValue>0">
</template> +
{{subItem.DinnerChangeValue}} </template>
</font> {{subItem.DinnerChangeValue}}
</el-tooltip> </font>
=<font style="color:red;">{{subItem.DinnerChangePrice}}</font> </el-tooltip>
=<font style="color:red;">{{subItem.DinnerChangePrice}}</font>
</template>
</template> </template>
</td> </td>
<td> <td>
...@@ -1229,7 +1236,6 @@ ...@@ -1229,7 +1236,6 @@
var otherPrice = Number(this.getDayChangeXiaoJi(9, 2)) / PeopleNumber; //其它费用 var otherPrice = Number(this.getDayChangeXiaoJi(9, 2)) / PeopleNumber; //其它费用
var busFee = Number(this.getDayChangeXiaoJi(2, 2)) / PeopleNumber; //车费 var busFee = Number(this.getDayChangeXiaoJi(2, 2)) / PeopleNumber; //车费
totalMoney = busFee + hotelPrice + sencePrice + canPrice + otherPrice; totalMoney = busFee + hotelPrice + sencePrice + canPrice + otherPrice;
console.log("getLocalChangeTotalMoney", totalMoney);
return totalMoney.toFixed(2); return totalMoney.toFixed(2);
}, },
//获取地接项目报价(日元) //获取地接项目报价(日元)
......
...@@ -95,7 +95,6 @@ ...@@ -95,7 +95,6 @@
msg, msg,
res => { res => {
this.loading = false; this.loading = false;
console.log("priceDialog", res.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var tempData = res.data.data; var tempData = res.data.data;
if (tempData.ID && tempData.ID > 0) { if (tempData.ID && tempData.ID > 0) {
......
...@@ -291,7 +291,6 @@ ...@@ -291,7 +291,6 @@
}, },
//上传图片 //上传图片
UploadAttachment(file, FileType) { UploadAttachment(file, FileType) {
console.log()
let newArr = []; let newArr = [];
newArr.push(file.file); newArr.push(file.file);
var path = "/Upload/WebSite/"; var path = "/Upload/WebSite/";
......
...@@ -60,7 +60,6 @@ ...@@ -60,7 +60,6 @@
clearable:{ clearable:{
handler(n,o){ handler(n,o){
if(n)console.log(n,'--------') if(n)console.log(n,'--------')
}, },
deep:false, deep:false,
immediate: true, immediate: true,
......
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