Commit 45d8e403 authored by 黄奎's avatar 黄奎

1

parent 5cddeb69
......@@ -167,7 +167,8 @@
<div>{{$t('salesModule.Adult')}}</div>
<div class="priceList">
<div>
<span class="pLeftPrice">{{$t('Airticket.Air_salesPrice')}}:¥{{item.QuotationPrice.B2BMemberPrice}}</span>
<span
class="pLeftPrice">{{$t('Airticket.Air_salesPrice')}}:¥{{item.QuotationPrice.B2BMemberPrice}}</span>
</div>
</div>
<div>{{$t('op.Child')}}</div>
......@@ -289,7 +290,7 @@
</div>
</div>
<template v-if="item.ChangeManagerAduitDate&&item.ChangeManagerAduitDate!=''">
<div class="priceContentDiv" style="margin-bottom:5px;" >
<div class="priceContentDiv" style="margin-bottom:5px;">
<div>
<span>{{$t('objFill.v101.FinancialModule.shenpjg')}}</span>
<span class="AuditDate">{{item.ChangeManagerAduitDate}}</span>
......@@ -304,7 +305,8 @@
</div>
</div>
</template>
<div class="priceContentDiv" v-if="item.ChangeAduitDate&&item.ChangeAduitDate!=''" style="margin-bottom:5px;">
<div class="priceContentDiv" v-if="item.ChangeAduitDate&&item.ChangeAduitDate!=''"
style="margin-bottom:5px;">
<div>
<span>{{$t('objFill.v101.FinancialModule.shenpjg')}}</span>
<span class="AuditDate">{{item.ChangeAduitDate}}</span>
......@@ -324,7 +326,8 @@
</div>
<div style="width:134px;">
<span class="openGroup opbd" @click="goToOpenTravel(item)" v-if="item.TravelState==3&& item.OpenState==2">
<el-tooltip class="item" effect="dark" :content="$t('sm.kaituan')" placement="top-start" popper-class="max-w250">
<el-tooltip class="item" effect="dark" :content="$t('sm.kaituan')" placement="top-start"
popper-class="max-w250">
</el-tooltip>
{{$t('op.Kai')}}
</span>
......@@ -349,9 +352,11 @@
<i @click="goUrl('QuotationAduit',item,1)" class="iconfont icon-view"></i>
</el-tooltip>
</span>
<span class="bianji newAopbdd" v-if="item.TravelState==3||item.TravelState==7">
<el-tooltip class="item" effect="dark" :content="$t('objFill.v101.baojdbgen')" placement="top-start" popper-class="max-w250">
<i @click="goUrl('OfferChange',item,3)" class="iconfont el-icon-edit"></i>
<span class="bianji newAopbdd" v-if="item.TravelState==3||item.TravelState==7||item.TravelState==8">
<el-tooltip class="item" effect="dark" :content="$t('objFill.v101.baojdbgen')" placement="top-start"
popper-class="max-w250">
<i @click="goUrl('OfferChange',item,3)" class="el-icon-edit" circle></i>
</el-tooltip>
</span>
<span style="background:#85ce61; " class="newAopbdd" @click="copyOffer(item)">
......@@ -389,7 +394,8 @@
<tbody>
<tr height="36">
<td width="50%"><input id="IsShowTripPrice" type="checkbox" v-model="downLoadMsg.IsShowTripPrice" /><label
for="IsShowTripPrice">({{$t('objFill.v101.dmc.xingcbj')}})<br />{{$t('objFill.v101.fangcancmpiao')}}</label></td>
for="IsShowTripPrice">({{$t('objFill.v101.dmc.xingcbj')}})<br />{{$t('objFill.v101.fangcancmpiao')}}</label>
</td>
<td width="50%"><input id="IsShowTraffic" type="checkbox" v-model="downLoadMsg.IsShowTraffic" /><label
for="IsShowTraffic">{{$t('objFill.v101.jiaotobuf')}}</label></td>
</tr>
......@@ -413,7 +419,7 @@
</tr>
<tr height="36">
<td><input id="IsCostRebate" type="checkbox" v-model="downLoadMsg.IsCostRebate" /><label
for="IsCostRebate" >{{$t('objFill.v101.chengbhuko')}}</label></td>
for="IsCostRebate">{{$t('objFill.v101.chengbhuko')}}</label></td>
<td><input id="IsShowOtherPrice" type="checkbox" v-model="downLoadMsg.IsShowOtherPrice" /><label
for="IsShowOtherPrice">{{$t('objFill.v101.linduifentan')}}</label></td>
</tr>
......@@ -484,8 +490,8 @@
</td>
<td>
<el-form-item :label="$t('fnc.khmingcheng')">
<el-input v-model="postConfig.CustomerName" type="text" :placeholder="$t('fnc.khmingcheng')" maxlength="200"
style="width:180px">
<el-input v-model="postConfig.CustomerName" type="text" :placeholder="$t('fnc.khmingcheng')"
maxlength="200" style="width:180px">
</el-input>
</el-form-item>
</td>
......@@ -506,7 +512,8 @@
</tbody>
<tr>
<td colspan="2" style="text-align:center;">
<el-button type="primary" class="normalBtn" :loading="importOfferLoading" @click="ImportOffer()">{{$t('pub.saveBtn')}}
<el-button type="primary" class="normalBtn" :loading="importOfferLoading" @click="ImportOffer()">
{{$t('pub.saveBtn')}}
</el-button>
<input type="button" class="normalBtn" :value="$t('pub.closeSel')"
@click="isShowImportOffer=false,clearMsg()" />
......@@ -618,7 +625,7 @@
//复制报价单
copyOffer(item) {
var that = this;
var tipMsg = that.$t('sm.shifyfzhi')+"【" + item.Title + "】"+that.$t('objFill.v101.cibaojdan');
var tipMsg = that.$t('sm.shifyfzhi') + "【" + item.Title + "】" + that.$t('objFill.v101.cibaojdan');
that.Confirm(tipMsg, function () {
let offerMsg = {
OldOfferId: item.OfferId,
......@@ -698,7 +705,7 @@
this.isShowImportOffer = false;
this.getList();
} else {
this.$message.error(this.$t('objFill.v101.Rest.shangchuansb')+'!');
this.$message.error(this.$t('objFill.v101.Rest.shangchuansb') + '!');
}
}
}).catch(err => {
......@@ -867,7 +874,7 @@
} else if (item.LineName) {
fileName += "【" + item.LineName + "】";
}
fileName += this.$t('objFill.v101.chengbenxiaz')+".xls";
fileName += this.$t('objFill.v101.chengbenxiaz') + ".xls";
this.downLoadMsg.FileName = fileName;
this.downloadBill = 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