Commit 2e9497e8 authored by 黄奎's avatar 黄奎

页面修改

parent f045c574
...@@ -1088,7 +1088,8 @@ ...@@ -1088,7 +1088,8 @@
<span v-if="item.LeaderName" class="TCL-greenType">{{ <span v-if="item.LeaderName" class="TCL-greenType">{{
item.LeaderName item.LeaderName
}}</span> }}</span>
<span v-else class="TCL-redType" style="cursor:pointer;text-decoration: underline;" @click="setLeaderOrGuide(item,0)"> <span v-else class="TCL-redType" style="cursor:pointer;text-decoration: underline;"
@click="setLeaderOrGuide(item,0)">
{{ $t("ground.szlindui") }} {{ $t("ground.szlindui") }}
</span> </span>
</p> </p>
...@@ -1620,7 +1621,12 @@ ...@@ -1620,7 +1621,12 @@
<div class="TC_remarkContent" v-if="item.PriceChangeModel&&item.PriceChangeModel.ID > 0"> <div class="TC_remarkContent" v-if="item.PriceChangeModel&&item.PriceChangeModel.ID > 0">
<div class="clearfix TCL-redType"> <div class="clearfix TCL-redType">
<div class="TCL_remarkTitle" style="width: auto"> <div class="TCL_remarkTitle" style="width: auto">
<span style="color: black">价格变更: {{ item.PriceChangeModel.ChangeRemark }}</span> <span style="color: black">价格变更: {{ item.PriceChangeModel.ChangeRemark }}
(<font style="color:red;">
{{$t("Operation.Op_tradePrice")}}:{{item.PriceChangeModel.NewB2BPrice}}&nbsp;
{{$t("Operation.Op_directPrice")}}:{{item.PriceChangeModel.NewB2CPrice}}
</font>
)</span>
<template v-if="item.PriceChangeModel.ChangePriceStatus == 1"> <template v-if="item.PriceChangeModel.ChangePriceStatus == 1">
<span <span
style="color: blue; font-weight: bold">{{ item.PriceChangeModel.ChangePriceStatusStr }}</span> style="color: blue; font-weight: bold">{{ item.PriceChangeModel.ChangePriceStatusStr }}</span>
......
...@@ -1115,7 +1115,13 @@ ...@@ -1115,7 +1115,13 @@
<div class="TC_remarkContent" v-if="item.PriceChangeModel&&item.PriceChangeModel.ID > 0"> <div class="TC_remarkContent" v-if="item.PriceChangeModel&&item.PriceChangeModel.ID > 0">
<div class="clearfix TCL-redType"> <div class="clearfix TCL-redType">
<div class="TCL_remarkTitle" style="width: auto"> <div class="TCL_remarkTitle" style="width: auto">
<span style="color: black">价格变更: {{ item.PriceChangeModel.ChangeRemark }}</span> <span style="color: black">价格变更: {{ item.PriceChangeModel.ChangeRemark }}
(<font style="color:red;">
{{$t("Operation.Op_tradePrice")}}:{{item.PriceChangeModel.NewB2BPrice}}&nbsp;
{{$t("Operation.Op_directPrice")}}:{{item.PriceChangeModel.NewB2CPrice}}
</font>
)
</span>
<template v-if="item.PriceChangeModel.ChangePriceStatus == 1"> <template v-if="item.PriceChangeModel.ChangePriceStatus == 1">
<span <span
style="color: blue; font-weight: bold">{{ item.PriceChangeModel.ChangePriceStatusStr }}</span> style="color: blue; font-weight: bold">{{ item.PriceChangeModel.ChangePriceStatusStr }}</span>
......
...@@ -929,7 +929,13 @@ ...@@ -929,7 +929,13 @@
<div class="TC_remarkContent" v-if="item.PriceChangeModel&&item.PriceChangeModel.ID > 0"> <div class="TC_remarkContent" v-if="item.PriceChangeModel&&item.PriceChangeModel.ID > 0">
<div class="clearfix TCL-redType"> <div class="clearfix TCL-redType">
<div class="TCL_remarkTitle" style="width: auto"> <div class="TCL_remarkTitle" style="width: auto">
<span style="color: black">价格变更: {{ item.PriceChangeModel.ChangeRemark }}</span> <span style="color: black">价格变更: {{ item.PriceChangeModel.ChangeRemark }}
(<font style="color:red;">
{{$t("Operation.Op_tradePrice")}}:{{item.PriceChangeModel.NewB2BPrice}}&nbsp;
{{$t("Operation.Op_directPrice")}}:{{item.PriceChangeModel.NewB2CPrice}}
</font>
)
</span>
<template v-if="item.PriceChangeModel.ChangePriceStatus == 1"> <template v-if="item.PriceChangeModel.ChangePriceStatus == 1">
<span <span
style="color: blue; font-weight: bold">{{ item.PriceChangeModel.ChangePriceStatusStr }}</span> style="color: blue; font-weight: bold">{{ item.PriceChangeModel.ChangePriceStatusStr }}</span>
...@@ -1510,7 +1516,7 @@ ...@@ -1510,7 +1516,7 @@
that.changePriceMsg.isShowChangePrice = false; that.changePriceMsg.isShowChangePrice = false;
that.changePriceMsg.NewB2BPrice = ""; that.changePriceMsg.NewB2BPrice = "";
that.changePriceMsg.NewB2CPrice = ""; that.changePriceMsg.NewB2CPrice = "";
that.changePriceMsg.ChangeRemark=""; that.changePriceMsg.ChangeRemark = "";
that.changePriceMsg.TCID = 0; that.changePriceMsg.TCID = 0;
that.getControlList(); that.getControlList();
} else { } else {
......
...@@ -840,6 +840,9 @@ ...@@ -840,6 +840,9 @@
<el-date-picker class="w150" type="date" v-model="QFlightDateEnd" <el-date-picker class="w150" type="date" v-model="QFlightDateEnd"
:picker-options="pickerBeginDateAfter" value-format="yyyy-MM-dd" placeholder> :picker-options="pickerBeginDateAfter" value-format="yyyy-MM-dd" placeholder>
</el-date-picker> </el-date-picker>
{{$t('fnc.jpbianhao')}}:
<el-input v-model="QAirTicketId" class="w150">
</el-input>
<button class="normalBtn" @click.stop="getSelectFilght()">{{$t('pub.searchBtn')}}</button> <button class="normalBtn" @click.stop="getSelectFilght()">{{$t('pub.searchBtn')}}</button>
</div> </div>
<div class="jiDiv"> <div class="jiDiv">
...@@ -1261,6 +1264,7 @@ ...@@ -1261,6 +1264,7 @@
TeamListArr: [], TeamListArr: [],
busPriceList: [], //车辆列表 busPriceList: [], //车辆列表
standardCurrencyName: '', standardCurrencyName: '',
QAirTicketId: "", //查询机票编号
}; };
}, },
methods: { methods: {
...@@ -1430,7 +1434,7 @@ ...@@ -1430,7 +1434,7 @@
GuideNum: 0, //导游人数 GuideNum: 0, //导游人数
IsLeaderDaiTuan: 1, //领队带团/不带团 IsLeaderDaiTuan: 1, //领队带团/不带团
IsNewArrival: 0, //是否新品 IsNewArrival: 0, //是否新品
TeamId:0,//团队分组编号 TeamId: 0, //团队分组编号
}; };
} }
this.returnPriceList.push(objItem); this.returnPriceList.push(objItem);
...@@ -1537,7 +1541,8 @@ ...@@ -1537,7 +1541,8 @@
CreateBy: createBy, CreateBy: createBy,
AirTicketId: this.priceData.AirTicketId, AirTicketId: this.priceData.AirTicketId,
TCID: this.priceData.TCID, TCID: this.priceData.TCID,
LineId: this.PostConfig.LineId LineId: this.PostConfig.LineId,
QAirTicketId: this.QAirTicketId,
}; };
let that = this; let that = this;
......
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