Commit ff0b7ea9 authored by 黄奎's avatar 黄奎

页面修改

parent c8aac694
...@@ -469,7 +469,8 @@ ...@@ -469,7 +469,8 @@
this.apipost( this.apipost(
"hotel_post_GetHasStockHotelList", { "hotel_post_GetHasStockHotelList", {
Country: this.qCountryId, Country: this.qCountryId,
IsMoreThanZero: 1 IsMoreThanZero: 1,
IsAllHotel:1,
}, },
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
...@@ -713,9 +713,10 @@ ...@@ -713,9 +713,10 @@
</el-popover> </el-popover>
</el-tooltip> </el-tooltip>
</template> </template>
<!-- <template v-if="item.TeamPriceList && item.TeamPriceList.length > 0"> <template v-if="item.TeamPriceList && item.TeamPriceList.length > 1">
<font style="display:none;">
<el-tooltip class="item" effect="dark" content="合并列表(和平国旅合并团队使用)"> <el-tooltip class="item" effect="dark" content="合并列表(和平国旅合并团队使用)">
<el-popover width="350" trigger="click" popper-class="TC_HotelPop"> <el-popover width="350" trigger="hover" popper-class="TC_HotelPop">
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<td style="width: 100px"> <td style="width: 100px">
...@@ -738,7 +739,8 @@ ...@@ -738,7 +739,8 @@
</el-button> </el-button>
</el-popover> </el-popover>
</el-tooltip> </el-tooltip>
</template> --> </font>
</template>
</p> </p>
<p class="travelnowrap flex" v-if="item.OfferShouPeiFee > 0"> <p class="travelnowrap flex" v-if="item.OfferShouPeiFee > 0">
<span>{{ $t("objFill.handpartscharge") }}</span> <span>{{ $t("objFill.handpartscharge") }}</span>
...@@ -1611,7 +1613,20 @@ ...@@ -1611,7 +1613,20 @@
</div> </div>
<div class="clearfix TCL-redType" v-if="item.DMCNum"> <div class="clearfix TCL-redType" v-if="item.DMCNum">
<div class="TCL_remarkTitle">{{ $t("op.DJBZTH") }}:</div> <div class="TCL_remarkTitle">{{ $t("op.DJBZTH") }}:</div>
<div class="TCL_Content">{{ item.DMCNum }}</div> <div class="TCL_Content">{{ item.DMCNum }}
<template v-if="item.DMType>0">
<template v-if="item.DMType==1">
<font style="color:blue;">
{{item.DMByName}}:{{item.DMTime}} 作业中.
</font>
</template>
<template v-if="item.DMType==2">
<font style="color:#67C23A">
{{item.DMByName}}:{{item.DMTime}} 作业完成
</font>
</template>
</template>
</div>
</div> </div>
<div class="clearfix TCL-redType" v-if=" <div class="clearfix TCL-redType" v-if="
(item.DmcRemarkLast && item.DmcRemarkLast.DMCRemark != '') || (item.DmcRemarkLast && item.DmcRemarkLast.DMCRemark != '') ||
......
...@@ -1072,10 +1072,6 @@ ...@@ -1072,10 +1072,6 @@
<div class="TCL_remarkTitle">{{$t('objFill.bohuiyy')}}:</div> <div class="TCL_remarkTitle">{{$t('objFill.bohuiyy')}}:</div>
<div class="TCL_Content">{{item.OutGroupAuditRemark}} {{item.OutGroupAuditDate}}</div> <div class="TCL_Content">{{item.OutGroupAuditRemark}} {{item.OutGroupAuditDate}}</div>
</div> </div>
<!-- <div class="clearfix TCL-redType" v-if="item.ProductRecommend">
<div class="TCL_remarkTitle">{{$t('Operation.Op_bentuanMaidian')}}:</div>
<div class="TCL_Content">{{item.ProductRecommend}}</div>
</div> -->
<div class="clearfix TCL-redType" v-if="item.OPRemark"> <div class="clearfix TCL-redType" v-if="item.OPRemark">
<div class="TCL_remarkTitle">{{$t('Operation.Op_duiwaiRemark')}}:</div> <div class="TCL_remarkTitle">{{$t('Operation.Op_duiwaiRemark')}}:</div>
<div class="TCL_Content">{{item.OPRemark}}</div> <div class="TCL_Content">{{item.OPRemark}}</div>
...@@ -1084,9 +1080,22 @@ ...@@ -1084,9 +1080,22 @@
<div class="TCL_remarkTitle">{{$t('Operation.Op_duineiRemark')}}:</div> <div class="TCL_remarkTitle">{{$t('Operation.Op_duineiRemark')}}:</div>
<div class="TCL_Content">{{item.OPInnerRemark}}</div> <div class="TCL_Content">{{item.OPInnerRemark}}</div>
</div> </div>
<div class="clearfix TCL-redType" v-if="item.DMCNum"> <div class="clearfix TCL-redType">
<div class="TCL_remarkTitle">{{$t('op.DJBZTH')}}:</div> <div class="TCL_remarkTitle">{{$t('op.DJBZTH')}}:</div>
<div class="TCL_Content">{{item.DMCNum}}</div> <div class="TCL_Content">{{item.DMCNum}}
<template v-if="item.DMType>0">
<template v-if="item.DMType==1">
<font style="color:blue;">
{{item.DMByName}}:{{item.DMTime}} 作业中.
</font>
</template>
<template v-if="item.DMType==2">
<font style="color:#67C23A">
{{item.DMByName}}:{{item.DMTime}} 作业完成
</font>
</template>
</template>
</div>
</div> </div>
<div class="clearfix TCL-redType" <div class="clearfix TCL-redType"
v-if="(item.DmcRemarkLast&&item.DmcRemarkLast.DMCRemark!='') || item.HotelDiningBus.HotelChangeState>0 || item.HotelDiningBus.DiningChangeState>0 || item.HotelDiningBus.ResultBusTypeStr!='' "> v-if="(item.DmcRemarkLast&&item.DmcRemarkLast.DMCRemark!='') || item.HotelDiningBus.HotelChangeState>0 || item.HotelDiningBus.DiningChangeState>0 || item.HotelDiningBus.ResultBusTypeStr!='' ">
...@@ -1332,7 +1341,8 @@ ...@@ -1332,7 +1341,8 @@
<el-col :span="4"> <el-col :span="4">
<el-form-item :label="$t('objFill.tuanduilx')" prop="Remark"> <el-form-item :label="$t('objFill.tuanduilx')" prop="Remark">
<el-select class="multiple_input" v-model="changePriceMsg.NewB2BPrice"> <el-select class="multiple_input" v-model="changePriceMsg.NewB2BPrice">
<el-option v-for='item in teamList' v-if="item.ID!=2" :key="item.ID" :label="item.Name" :value="item.ID"> <el-option v-for='item in teamList' v-if="item.ID!=2" :key="item.ID" :label="item.Name"
:value="item.ID">
</el-option> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
......
...@@ -185,6 +185,9 @@ ...@@ -185,6 +185,9 @@
v-model='subItem.HotelId' :placeholder="$t('objFill.qingshurujdmc')" :loading="loading" v-model='subItem.HotelId' :placeholder="$t('objFill.qingshurujdmc')" :loading="loading"
@change="getHotel(subItem,subItem.HotelId)" style="width:135px;"> @change="getHotel(subItem,subItem.HotelId)" style="width:135px;">
<el-option v-for="(x) in subItem.HotelList" :key="x.ID" :label="x.Name" :value='x.ID'> <el-option v-for="(x) in subItem.HotelList" :key="x.ID" :label="x.Name" :value='x.ID'>
<span style="float: left">{{ x.Name }}</span>
<span style="float: right; color: #8492a6; font-size: 13px">库存:{{ x.Inventory }}
&nbsp;价格:{{x.CostPrice}}</span>
</el-option> </el-option>
</el-select> </el-select>
<el-form-item :label="$t('objFill.v101.hancan')"> <el-form-item :label="$t('objFill.v101.hancan')">
...@@ -714,7 +717,6 @@ ...@@ -714,7 +717,6 @@
watch: { watch: {
postConfig: { postConfig: {
handler: function (val, oldVal) { handler: function (val, oldVal) {
this.getOfferItemObj(1); this.getOfferItemObj(1);
}, },
deep: true deep: true
...@@ -892,7 +894,8 @@ ...@@ -892,7 +894,8 @@
getHotel(subItem, HotelId) { getHotel(subItem, HotelId) {
subItem.HotelList.forEach(x => { subItem.HotelList.forEach(x => {
if (x.ID == HotelId) { if (x.ID == HotelId) {
subItem.HotelName = x.Name subItem.HotelName = x.Name;
subItem.HotelCostPrice = x.CostPrice;
} }
}) })
this.$forceUpdate() this.$forceUpdate()
...@@ -951,10 +954,14 @@ ...@@ -951,10 +954,14 @@
}, },
//初始化酒店列表 //初始化酒店列表
initHotel(query, subItem, day) { initHotel(query, subItem, day) {
var hMsg = {
Name: query,
IsAllHotel: 1,
sDate: this.GetDayStr(subItem.DayNum - 1)
};
console.log("hMsg", hMsg)
this.apipost( this.apipost(
"hotel_post_GetList", { "hotel_post_GetHasStockHotelList", hMsg,
Name: query
},
res => { res => {
this.loading = false this.loading = false
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
...@@ -43,7 +43,9 @@ ...@@ -43,7 +43,9 @@
<tr> <tr>
<th width="120">{{$t('pub.date')}}</th> <th width="120">{{$t('pub.date')}}</th>
<th width="150">{{$t('hotel.hotel')}}</th> <th width="150">{{$t('hotel.hotel')}}</th>
<th width="150">{{$t('salesModule.ChangeHotel')}}</th> <th width="150">{{$t('salesModule.ChangeHotel')}}</th>
<th width="80" v-if="showHotelObj.showPrice">库存</th>
<th width="120">{{$t('salesModule.HotelStatus')}}</th> <th width="120">{{$t('salesModule.HotelStatus')}}</th>
<th width="120">{{$t('salesModule.OPstatus')}}</th> <th width="120">{{$t('salesModule.OPstatus')}}</th>
<th width="120">{{$t('salesModule.DJstatus')}}</th> <th width="120">{{$t('salesModule.DJstatus')}}</th>
...@@ -54,8 +56,7 @@ ...@@ -54,8 +56,7 @@
<th width="130" v-if="showHotelObj.showZhan">{{$t('salesModule.UseRoomTime')}}</th> <th width="130" v-if="showHotelObj.showZhan">{{$t('salesModule.UseRoomTime')}}</th>
<th width="100" v-if="showHotelObj.showZhan">{{$t('salesModule.SureTime')}}</th> <th width="100" v-if="showHotelObj.showZhan">{{$t('salesModule.SureTime')}}</th>
<th width="100" v-if="showHotelObj.ShowSupplier">{{$t('hotel.hotel_Supplier')}}</th> <th width="100" v-if="showHotelObj.ShowSupplier">{{$t('hotel.hotel_Supplier')}}</th>
<th width="80" v-if="showHotelObj.caiwu">{{$t('pub.yes')}}{{$t('pub.no')}}<br />{{$t('fnc.fukuan')}}</th> <!-- <th width="80" v-if="showHotelObj.caiwu">{{$t('pub.yes')}}{{$t('pub.no')}}<br />{{$t('fnc.fukuan')}}</th>-->
<th width="180" v-if="showHotelObj.caiwu">{{$t('salesModule.DJNUM')}}{{$t('hotel.hotel_corrlelatition')}}</th>
<th width="70" v-if="showHotelObj.showPrice"> <th width="70" v-if="showHotelObj.showPrice">
{{$t('fnc.rizhi')}} {{$t('fnc.rizhi')}}
</th> </th>
...@@ -76,6 +77,11 @@ ...@@ -76,6 +77,11 @@
<td style="text-align:left;padding-left:3px;color:red"> <td style="text-align:left;padding-left:3px;color:red">
{{hotelSubItem.HotelName!=hotelSubItem.NewHotelName?""+hotelSubItem.NewHotelName:""}} {{hotelSubItem.HotelName!=hotelSubItem.NewHotelName?""+hotelSubItem.NewHotelName:""}}
</td> </td>
<td v-if="showHotelObj.showPrice">
总库存:{{hotelSubItem.Inventory}}
<br/>
剩余:{{hotelSubItem.RemainingInventory}}
</td>
<td> <td>
<template v-if="hotelSubItem.OPState==1||hotelSubItem.DMCState==1"> <template v-if="hotelSubItem.OPState==1||hotelSubItem.DMCState==1">
<a style="color:green">{{$t('salesModule.BZRZ')}}</a> <a style="color:green">{{$t('salesModule.BZRZ')}}</a>
...@@ -128,20 +134,9 @@ ...@@ -128,20 +134,9 @@
<td v-if="showHotelObj.ShowSupplier"> <td v-if="showHotelObj.ShowSupplier">
{{hotelSubItem.SupplierName}} {{hotelSubItem.SupplierName}}
</td> </td>
<td v-if="showHotelObj.caiwu"> <!-- <td v-if="showHotelObj.caiwu">
{{hotelSubItem.IsPay==1?$t('pub.yes'):$t('pub.no')}} {{hotelSubItem.IsPay==1?$t('pub.yes'):$t('pub.no')}}
</td> </td> -->
<td v-if="showHotelObj.caiwu">
<div>
<div v-if="hotelSubItem.FrList&&hotelSubItem.FrList.length > 0" v-for="(item2, index2) in hotelSubItem.FrList" :key="index2">
<span style="cursor:pointer;text-decoration:underline;" @click="goUrl('财务单据','FinancialDocumentsDetail',item2.FrID,'')">
{{ item2.FrID }}({{item2.StatusStr}})
</span>
</div>
<span v-else
style="cursor: default">{{ $t("system.content_noData") }}</span>
</div>
</td>
<td v-if="showHotelObj.showPrice"> <td v-if="showHotelObj.showPrice">
<el-popover width="200" trigger="click" popper-class="Bus_HotelPop"> <el-popover width="200" trigger="click" popper-class="Bus_HotelPop">
<commonHotelLog :ref="'comHotelLog'+index+hotelSubIndex+''"> </commonHotelLog> <commonHotelLog :ref="'comHotelLog'+index+hotelSubIndex+''"> </commonHotelLog>
......
...@@ -116,44 +116,12 @@ ...@@ -116,44 +116,12 @@
{{$t('objFill.v101.chuttzhisxz')}}</el-button> {{$t('objFill.v101.chuttzhisxz')}}</el-button>
<el-button type="primary" @click="ToWord_2023()"> <el-button type="primary" @click="ToWord_2023()">
{{$t('objFill.v101.chuttzhisxz')}}WROD</el-button> {{$t('objFill.v101.chuttzhisxz')}}WROD</el-button>
<!-- <template v-if="lineId==119||lineId==168">
<el-dropdown style="padding-left:20px;">
<el-button type="primary">
{{$t('Operation.Op_teamNotice')}}<i class="el-icon-arrow-down el-icon--right"></i>
</el-button>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item @click.native="ToWord_2023()">{{$t('Operation.Op_teamNotice')}} WORD</el-dropdown-item>
<el-dropdown-item @click.native="OuZhouPdf2024()">{{$t('objFill.v101.chuttzsozpdf')}}</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</template>
<template v-else>
<el-button type="primary" @click="ToWord_2023()">
{{$t('objFill.v101.chuttzhisxz')}}WROD</el-button>
</template> -->
</template> </template>
<template v-else> <template v-else>
<el-button type="primary" @click="toPDF_2023(1)"> <el-button type="primary" @click="toPDF_2023(1)">
{{$t('Operation.Op_tripDownLoad')}}</el-button> {{$t('Operation.Op_tripDownLoad')}}</el-button>
<el-button type="primary" @click="ToWord_2023()" style="margin-left:20px;"> <el-button type="primary" @click="ToWord_2023()" style="margin-left:20px;">
{{$t('Operation.Op_tripDownLoad')}}WORD</el-button> {{$t('Operation.Op_tripDownLoad')}}WORD</el-button>
<!-- <template v-if="lineId==119||lineId==168">
<el-dropdown style="padding-left:20px;">
<el-button type="primary">
{{$t('Operation.Op_tripDownLoad')}} WORD<i class="el-icon-arrow-down el-icon--right"></i>
</el-button>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item @click.native="ToWord_2023()">{{$t('Operation.Op_tripDownLoad')}}WORD
</el-dropdown-item>
<el-dropdown-item @click.native="OuZhouPdf2024()">
{{$t('Operation.Op_tripDownLoad')}}{{$t('objFill.v101.ouzhoupdf')}}</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</template>
<template v-else>
<el-button type="primary" @click="ToWord_2023()" style="margin-left:20px;">
{{$t('Operation.Op_tripDownLoad')}}WORD</el-button>
</template> -->
</template> </template>
<!-- 可以让销售修改基本信息--> <!-- 可以让销售修改基本信息-->
<el-button v-if="orderId>0" type="primary" :value="$t('objFill.xiugaixinxi')" @click="editMsgShow=true" <el-button v-if="orderId>0" type="primary" :value="$t('objFill.xiugaixinxi')" @click="editMsgShow=true"
...@@ -658,32 +626,40 @@ ...@@ -658,32 +626,40 @@
this.pdfLoading = true; this.pdfLoading = true;
this.loadingText = this.$t('objFill.zhengzscpdf'); this.loadingText = this.$t('objFill.zhengzscpdf');
let msg = this.getPostMsg(); let msg = this.getPostMsg();
var that = this;
this.pdfLoading = true;
this.loadingText = "正在生成WORD行程...";
this.download_timer = setInterval(function () {
that.checkWord(msg, title)
}, 2000);
},
checkWord: function (pMsg, title) {
let urlObj = this.domainManager(); let urlObj = this.domainManager();
this.$http({ this.$http({
headers: { headers: {
'Content-Type': 'application/json' 'Content-Type': 'application/json'
}, },
method: 'post', method: 'post',
url: urlObj.DomainUrl + '/api/file/GetToWord_2023', url: urlObj.DomainUrl + '/api/file/CheckWord2025',
data: { data: {
"msg": msg "msg": pMsg
} }
}).then(res => { }).then(res => {
if (res.data.resultCode === 1) { var tempData = res.data.data;
if (tempData.Result === 1) {
clearInterval(this.download_timer);
this.loadingText = this.$t('objFill.zhengzxzpdf'); this.loadingText = this.$t('objFill.zhengzxzpdf');
let sign = title; let sign = title;
const a = document.createElement('a'); const a = document.createElement('a');
a.setAttribute('download', ''); a.setAttribute('download', '');
a.setAttribute('href', urlObj.DomainUrl + '/api/file/DownloadFileForPdf?fileName=' + sign + a.setAttribute('href', urlObj.DomainUrl + '/api/file/DownloadFileForPdf?fileName=' + sign +
'.doc&&fPath=' + res.data.data); '.doc&&fPath=' + tempData.Path);
a.click(); a.click();
this.loadingText = ""; this.loadingText = "";
} else {
this.Error(this.$t('objFill.wordhqsb'));
}
this.pdfLoading = false this.pdfLoading = false
}
}).catch(err => { }).catch(err => {
this.pdfLoading = false
}) })
}, },
OuZhouPdf2024: function () { OuZhouPdf2024: function () {
......
...@@ -43,7 +43,8 @@ ...@@ -43,7 +43,8 @@
<li><span><em>{{$t('sm.Date')}}</em> <li><span><em>{{$t('sm.Date')}}</em>
<!-- <el-date-picker v-model='msg.StartDate' class='w135' value-format="yyyy-MM-dd" type="date" <!-- <el-date-picker v-model='msg.StartDate' class='w135' value-format="yyyy-MM-dd" type="date"
:picker-options="pickerBeginDateBefore"></el-date-picker> --> :picker-options="pickerBeginDateBefore"></el-date-picker> -->
<DateLimit :clearable="false" :StartGroupDate="msg.StartDate" :EndGroupDate="msg.EndDate" @change="(date)=> msg.StartDate = date"></DateLimit> <DateLimit :clearable="false" :StartGroupDate="msg.StartDate" :EndGroupDate="msg.EndDate"
@change="(date)=> msg.StartDate = date"></DateLimit>
- -
<el-date-picker v-model='msg.EndDate' class='w135' value-format="yyyy-MM-dd" type="date" <el-date-picker v-model='msg.EndDate' class='w135' value-format="yyyy-MM-dd" type="date"
:picker-options="pickerBeginDateAfter"></el-date-picker> :picker-options="pickerBeginDateAfter"></el-date-picker>
...@@ -159,7 +160,7 @@ ...@@ -159,7 +160,7 @@
<tr> <tr>
<th colspan="12">{{$t('ground.gstyxinxi')}}</th> <th colspan="12">{{$t('ground.gstyxinxi')}}</th>
<th colspan="6">{{$t('ground.tdxuqiubiao')}}</th> <th colspan="6">{{$t('ground.tdxuqiubiao')}}</th>
<th colspan="10">{{$t('ground.djieopcaozuo')}}</th> <th colspan="9">{{$t('ground.djieopcaozuo')}}</th>
</tr> </tr>
<tr> <tr>
<th width="130">{{$t('active.ad_xuhao')}}</th> <th width="130">{{$t('active.ad_xuhao')}}</th>
...@@ -180,26 +181,45 @@ ...@@ -180,26 +181,45 @@
<th width="60">{{$t('leader.leader_Guide')}}</th> <th width="60">{{$t('leader.leader_Guide')}}</th>
<th width="60">{{$t('ground.yikaipiao')}}</th> <th width="60">{{$t('ground.yikaipiao')}}</th>
<th width="60">{{$t('ground.fenfangbiao')}}</th> <th width="60">{{$t('ground.fenfangbiao')}}</th>
<th width="60">{{$t('salesModule.LKMD')}}</th> <th width="70">{{$t('salesModule.LKMD')}}</th>
<th width="60">{{$t('Operation.Op_chutuan')}}<br />{{$t('ground.tongzhishu')}}</th> <th width="60">{{$t('Operation.Op_chutuan')}}<br />{{$t('ground.tongzhishu')}}</th>
<th width="60">{{$t('leader.leader_Guide')}}<br />{{$t('ground.jihuabiao')}}</th> <th width="70">{{$t('leader.leader_Guide')}}<br />{{$t('ground.jihuabiao')}}</th>
<th width="60">{{$t('leader.leader_Leader')}}<br />{{$t('ground.jiaojiebiao')}}</th> <th width="70">{{$t('leader.leader_Leader')}}<br />{{$t('ground.jiaojiebiao')}}</th>
<th width="60">{{$t('ground.yongkuan')}}<br />{{$t('ground.jihua')}}</th> <th width="60">{{$t('ground.yongkuan')}}<br />{{$t('ground.jihua')}}</th>
<th width="60">{{$t('hotel.hotel')}}</th> <th width="70">{{$t('hotel.hotel')}}</th>
<th width="60">{{$t('scen.sc_piao')}}</th> <th width="60">{{$t('scen.sc_piao')}}</th>
<th width="60">{{$t('ground.canshi')}}</th> <th width="70">{{$t('ground.canshi')}}</th>
<th width="60">{{$t('MarketingActi.car')}}</th> <th width="70">{{$t('MarketingActi.car')}}</th>
<th width="60">{{$t('leader.leader_Leader')}}<br />{{$t('ground.baozhang')}}</th> <th width="60">{{$t('leader.leader_Leader')}}<br />{{$t('ground.baozhang')}}</th>
<th width="60">{{$t('ground.bjd')}}</th> <th width="70">{{$t('ground.bjd')}}</th>
<th width="60">{{$t('ground.htff')}}</th>
<th width="60">{{$t('ground.ldrtf')}}</th> <th width="60">{{$t('ground.ldrtf')}}</th>
<th width="120">{{$t('system.table_operation')}}</th> <th width="70">{{$t('system.table_operation')}}</th>
</tr> </tr>
<tbody v-for="(outItem,outindex) in list" :class="{dmcTotalSplitTrCss:outindex%2!=0}" :key="outindex"> <tbody v-for="(outItem,outindex) in list" :class="{dmcTotalSplitTrCss:outindex%2!=0}" :key="outindex">
<template v-for="(item,index) in outItem.PriceCommonList"> <template v-for="(item,index) in outItem.PriceCommonList">
<tr :key="index"> <tr :key="index">
<td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0'> <td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0'>
{{outItem.NewCombinationNum}} {{outItem.NewCombinationNum}}
<el-tooltip class="item" effect="dark" content="地接操作" placement="top-start" v-if="item.LineId==14 ">
<el-popover placement="bottom" width="300" trigger="click" v-model="item.isShowPop">
<table class="dmcSetTable">
<tr>
<td colspan="2" style="text-align:center;">
<el-checkbox v-model="UpdateHotelMsg.DMType" :true-label="1" :false-label="CheckedVaule">作业中
</el-checkbox>
<el-checkbox v-model="UpdateHotelMsg.DMType" :true-label="2" :false-label="UnCheckedVaule">
作业完成</el-checkbox>
</td>
</tr>
<tr>
<td colspan="2" style="text-align:center;">
<input type="button" class="normalBtn" @click="SetIsOpenHotelService(item)" value="保存" />
</td>
</tr>
</table>
<el-button slot="reference" type="primary" round size="mini">操作</el-button>
</el-popover>
</el-tooltip>
</td> </td>
<td style="position: relative"> <td style="position: relative">
{{item.OutBranchName}} {{item.OutBranchName}}
...@@ -207,7 +227,8 @@ ...@@ -207,7 +227,8 @@
({{$t('objFill.quxiaofatuan')}}) ({{$t('objFill.quxiaofatuan')}})
</div> </div>
<div style="padding: 5px 0;"> <div style="padding: 5px 0;">
<span class="TC_neibu" style="float: inherit;color: #ffffff;" v-if="item.StandardCurrencyName" :class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元', <span class="TC_neibu" style="float: inherit;color: #ffffff;" v-if="item.StandardCurrencyName"
:class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='', 'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='',
'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}{{$t('objFill.jiesuan')}}</span> 'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}{{$t('objFill.jiesuan')}}</span>
</div> </div>
...@@ -296,7 +317,8 @@ ...@@ -296,7 +317,8 @@
<p v-if='!item.GuideName' @click="goUrlT('leaderArrangement',item.TCID,'带团安排')"> <p v-if='!item.GuideName' @click="goUrlT('leaderArrangement',item.TCID,'带团安排')">
{{$t('ground.daituananpai')}}</p> {{$t('ground.daituananpai')}}</p>
<p v-else @click="goUrlT('leaderArrangement',item.TCID,'带团安排')"> <p v-else @click="goUrlT('leaderArrangement',item.TCID,'带团安排')">
{{item.GuideName}}{{item.IsGuideDaiTuan==1?$t('objFill.v101.dmc.daituan'):$t('objFill.v101.dmc.budaituan')}}</p> {{item.GuideName}}{{item.IsGuideDaiTuan==1?$t('objFill.v101.dmc.daituan'):$t('objFill.v101.dmc.budaituan')}}
</p>
</div> </div>
</td> </td>
<td> <td>
...@@ -320,7 +342,8 @@ ...@@ -320,7 +342,8 @@
@click="DownLoadGuestList(item,outItem,index)">{{$t('ground.chujingNAME')}}</a> @click="DownLoadGuestList(item,outItem,index)">{{$t('ground.chujingNAME')}}</a>
<a style="text-decoration:underline;cursor:pointer;margin-top:5px;display:inline-block;" <a style="text-decoration:underline;cursor:pointer;margin-top:5px;display:inline-block;"
:title="$t('objFill.dianjixzdhmd')" @click="DownLoadGuestTelList(item,outItem,index)">{{$t('ground.dianhuamingdan')}}</a> :title="$t('objFill.dianjixzdhmd')"
@click="DownLoadGuestTelList(item,outItem,index)">{{$t('ground.dianhuamingdan')}}</a>
</td> </td>
<td> <td>
<div class="fz16 fbold linkspan"> <div class="fz16 fbold linkspan">
...@@ -374,8 +397,6 @@ ...@@ -374,8 +397,6 @@
<span style="color: #4BCA81;" v-if="item.FoodsResult==1"></span> <span style="color: #4BCA81;" v-if="item.FoodsResult==1"></span>
<span class="colorE95252" v-else>{{item.FoodsResult=='-1'?"x":"O"}}</span> <span class="colorE95252" v-else>{{item.FoodsResult=='-1'?"x":"O"}}</span>
</div> </div>
<!-- <a style="text-decoration:underline;cursor:pointer;" title="点击下载餐配信息"
@click="DownLoadDinner(item)">{{$t('ground.peicanxiazai')}}</a> -->
<a style="text-decoration:underline;cursor:pointer;" :title="$t('objFill.v101.dmc.dianjxzcpxx')" <a style="text-decoration:underline;cursor:pointer;" :title="$t('objFill.v101.dmc.dianjxzcpxx')"
@click="DownLoadNewDinner(item)">{{$t('ground.peicanxiazai')}}</a> @click="DownLoadNewDinner(item)">{{$t('ground.peicanxiazai')}}</a>
</td> </td>
...@@ -387,9 +408,9 @@ ...@@ -387,9 +408,9 @@
v-else>{{item.BusResult=='-1'?"x":"O"}}</span> v-else>{{item.BusResult=='-1'?"x":"O"}}</span>
<span @click="GoShoupei(outItem)" <span @click="GoShoupei(outItem)"
style="cursor:pointer;text-decoration:underline;display:block;color:#666;font-size:12px;">{{$t('ground.cheliangxinxi')}}</span> style="cursor:pointer;text-decoration:underline;display:block;color:#666;font-size:12px;">{{$t('ground.cheliangxinxi')}}</span>
<template v-if="(item.LineId==14||item.LineId==118) &&(item.CarIsPush==0||item.CarIsPush==2)"> <template v-if="(item.LineId==14||item.LineId==118) &&(item.CarIsPush==0||item.CarIsPush==2)">
<el-tooltip class="item" effect="dark" :content="$t('objFill.v101.dmc.tongbucxxdch')" placement="top-start"> <el-tooltip class="item" effect="dark" :content="$t('objFill.v101.dmc.tongbucxxdch')"
placement="top-start">
<div slot="content"> <div slot="content">
<div v-html="TipsContent(item)"></div> <div v-html="TipsContent(item)"></div>
</div> </div>
...@@ -417,15 +438,8 @@ ...@@ -417,15 +438,8 @@
</div> </div>
</td> </td>
<td> <td>
<span @click="showDialog(0, item.OfferId)" style="cursor:pointer" v-if="item.OfferId">{{$t('objFill.baojiaxiangqing')}}</span> <span @click="showDialog(0, item.OfferId)" style="cursor:pointer"
</td> v-if="item.OfferId">{{$t('objFill.baojiaxiangqing')}}</span>
<td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0'>
<div class="fz16 fbold linkspan"
@click="goUrlLeaderIsApply('TravelPassengerList3',item,outItem,'合团分房表')"
v-if="outItem.PriceCommonList.length > 1">
<span style="color: #4BCA81;" v-if="item.LeaderIsApply==2"></span>
<span class="colorE95252" v-else>{{item.LeaderIsApply=='0'?"x":"O"}}</span>
</div>
</td> </td>
<td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0' style="width: 150px;"> <td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0' style="width: 150px;">
<el-popover width="100" trigger="click" popper-class="DMC_HotelPop"> <el-popover width="100" trigger="click" popper-class="DMC_HotelPop">
...@@ -443,7 +457,7 @@ ...@@ -443,7 +457,7 @@
<span slot="reference" style="cursor:pointer;text-decoration:underline;">{{outItem.TotalPrice}}</span> <span slot="reference" style="cursor:pointer;text-decoration:underline;">{{outItem.TotalPrice}}</span>
</el-popover> </el-popover>
</td> </td>
<td> <td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0'>
<div style="width: 150px;"> <div style="width: 150px;">
<el-button-group> <el-button-group>
<el-tooltip class="item" effect="dark" :content="$t('ground.djxinxi')" placement="top-start"> <el-tooltip class="item" effect="dark" :content="$t('ground.djxinxi')" placement="top-start">
...@@ -506,48 +520,10 @@ ...@@ -506,48 +520,10 @@
@click="goUrlF('teamRevenueExpenditure',item.TCID,item.LineId,'团队收支')" type="primary" @click="goUrlF('teamRevenueExpenditure',item.TCID,item.LineId,'团队收支')" type="primary"
style="background:#00C6FF; border-color:#00C6FF"></el-button> style="background:#00C6FF; border-color:#00C6FF"></el-button>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" :content="$t('ground.lianxiop')" placement="top-start"> <!-- <el-tooltip class="item" effect="dark" :content="$t('ground.lianxiop')" placement="top-start">
<el-button @click='openChart(item)' icon="iconfont icon-wechat" type="primary" <el-button @click='openChart(item)' icon="iconfont icon-wechat" type="primary"
style="background:#6DD875; border-color:#6DD875"></el-button> style="background:#6DD875; border-color:#6DD875"></el-button>
</el-tooltip> </el-tooltip> -->
<el-tooltip class="item" effect="dark" :content="$t('ground.jiudiancaozuo')" placement="top-start"
v-if="item.LineId==14 && IsDMCIsOpenHotel==1">
<el-popover placement="bottom" width="300" trigger="click" v-model="item.isShowPop">
<table class="dmcSetTable">
<tr>
<td colspan="2" style="text-align:center;">
<el-checkbox v-model="UpdateHotelMsg.UpdateType" :true-label="UnCheckedVaule"
:false-label="CheckedVaule">{{$t('ground.dangtuan')}}</el-checkbox>
<el-checkbox v-model="UpdateHotelMsg.UpdateType" :true-label="CheckedVaule"
:false-label="UnCheckedVaule">{{$t('ground.plxgai')}}</el-checkbox>
</td>
</tr>
<tr v-if="UpdateHotelMsg.UpdateType==1">
<td>
<el-date-picker class='w135' v-model="UpdateHotelMsg.StartDate"
style="display:inline-block;" value-format="yyyy-MM-dd" type="date"
:picker-options="pickerBefore"></el-date-picker>
</td>
<td>
<el-date-picker class='w135' v-model="UpdateHotelMsg.EndDate"
style="display:inline-block;" value-format="yyyy-MM-dd" type="date"
:picker-options="pickerAfter"></el-date-picker>
</td>
</tr>
<tr>
<td colspan="2" style="text-align:center;">
<input type="button" class="normalBtn" @click="SetIsOpenHotelService(item)"
:value="item.IsOpenHotel==0?$t('objFill.guanbijdcz'):$t('objFill.kaiqijdcz')" />
</td>
</tr>
</table>
<el-button v-if="item.IsOpenHotel==0" slot="reference"
style="background:#E95252; border-color:#E95252" icon="iconfont icon-suo" type="primary">
</el-button>
<el-button v-if="item.IsOpenHotel==1" slot="reference" icon="iconfont icon-suo1" type="primary"
style="background:green; border-color:green"></el-button>
</el-popover>
</el-tooltip>
</el-button-group> </el-button-group>
</div> </div>
</td> </td>
...@@ -558,6 +534,18 @@ ...@@ -558,6 +534,18 @@
<p @click="getJourney(item)" style="padding-top:4px;">{{item.Title}}</p> <p @click="getJourney(item)" style="padding-top:4px;">{{item.Title}}</p>
<div class="colorE95252" style="padding-top:5px;padding-bottom:4px;font-size:13px;"> <div class="colorE95252" style="padding-top:5px;padding-bottom:4px;font-size:13px;">
{{$t('op.DJBZTH')}}:<span style="font-weight:bold">{{outItem.PriceCommonList[index].DMCNum}}</span> {{$t('op.DJBZTH')}}:<span style="font-weight:bold">{{outItem.PriceCommonList[index].DMCNum}}</span>
<template v-if="outItem.PriceCommonList[index].DMType>0">
<template v-if="outItem.PriceCommonList[index].DMType==1">
<font style="color:blue;">
{{outItem.PriceCommonList[index].DMByName}}:{{outItem.PriceCommonList[index].DMTime}} 作业中.
</font>
</template>
<template v-if="outItem.PriceCommonList[index].DMType==2">
<font style="color:#67C23A">
{{outItem.PriceCommonList[index].DMByName}}:{{outItem.PriceCommonList[index].DMTime}} 作业完成
</font>
</template>
</template>
</div> </div>
<div v-show="outItem.PriceCommonList[index].OPInnerRemark!=''" class="colorE95252" <div v-show="outItem.PriceCommonList[index].OPInnerRemark!=''" class="colorE95252"
style="padding-top:5px;padding-bottom:4px;font-size:13px;"> style="padding-top:5px;padding-bottom:4px;font-size:13px;">
...@@ -583,11 +571,11 @@ ...@@ -583,11 +571,11 @@
</div> </div>
</div> </div>
</td> </td>
  <td> <td>
                <!-- @click="OpenCompanyAlipay(item)"  :class="item.CompanyAlipay==1?'colorE95252':''" --> <div @click="GoCompanyAlipay(item)" v-if="item.CompanyAlipay==1" class="colorE95252"
                 <div @click="GoCompanyAlipay(item)" v-if="item.CompanyAlipay==1" class="colorE95252" style="text-decoration: underline;padding-top:5px;padding-bottom:4px;font-size:13px;cursor: pointer;"> {{$t('objFill.v101.dmc.yikqqydf')}}</div> style="text-decoration: underline;padding-top:5px;padding-bottom:4px;font-size:13px;cursor: pointer;">
              </td> {{$t('objFill.v101.dmc.yikqqydf')}}</div>
</td>
</tr> </tr>
</template> </template>
</tbody> </tbody>
...@@ -608,8 +596,6 @@ ...@@ -608,8 +596,6 @@
<el-dialog :visible.sync="dialog.show" width="1400px" :title="$t('objFill.baojiaxiangqing')"> <el-dialog :visible.sync="dialog.show" width="1400px" :title="$t('objFill.baojiaxiangqing')">
<price-dialog :ConfigId="dialog.ConfigId" :OfferId="dialog.OfferId" ref="dialog"></price-dialog> <price-dialog :ConfigId="dialog.ConfigId" :OfferId="dialog.OfferId" ref="dialog"></price-dialog>
</el-dialog> </el-dialog>
<el-dialog :visible.sync="DownLoad.ShowDownLoad" width="386px" :title="$t('objFill.v101.dmc.yujiykxz')"> <el-dialog :visible.sync="DownLoad.ShowDownLoad" width="386px" :title="$t('objFill.v101.dmc.yujiykxz')">
<div style="height:120px;"> <div style="height:120px;">
<ul> <ul>
...@@ -678,12 +664,8 @@ ...@@ -678,12 +664,8 @@
UnCheckedVaule: 0, UnCheckedVaule: 0,
//酒店更新 //酒店更新
UpdateHotelMsg: { UpdateHotelMsg: {
UpdateType: 0, //0-当团,1-批量修改 DMType: 0, //1-作业中,2-作业完成
StartDate: "", //开始日期
EndDate: "", //结束日期
LineId: 14,
TCID: 0, TCID: 0,
Status: 0
}, },
thLengthTitle: [], thLengthTitle: [],
list: [], list: [],
...@@ -793,16 +775,16 @@ ...@@ -793,16 +775,16 @@
DateLimit DateLimit
}, },
methods: { methods: {
 GoCompanyAlipay(obj){ GoCompanyAlipay(obj) {
        let routeData = this.$router.resolve({ let routeData = this.$router.resolve({
          name: 'AlipayManagementDetail', name: 'AlipayManagementDetail',
          query: { query: {
            Id: obj.TCID, Id: obj.TCID,
            searchTitle: '费控制度详情' searchTitle: '费控制度详情'
          } }
        }) })
        window.open(routeData.href, '_blank') window.open(routeData.href, '_blank')
      }, },
//推送消息 //推送消息
PushMessage(obj, item) { PushMessage(obj, item) {
...@@ -817,7 +799,7 @@ ...@@ -817,7 +799,7 @@
tipMessage = this.$t('objFill.v101.dmc.quxchdd'); tipMessage = this.$t('objFill.v101.dmc.quxchdd');
} }
let that = this; let that = this;
that.$confirm(this.$t('objFill.v101.dmc.shifouqr')+ tipMessage, this.$t('tips.tips'), { that.$confirm(this.$t('objFill.v101.dmc.shifouqr') + tipMessage, this.$t('tips.tips'), {
confirmButtonText: this.$t('pub.sureBtn'), confirmButtonText: this.$t('pub.sureBtn'),
cancelButtonText: this.$t('pub.cancelBtn'), cancelButtonText: this.$t('pub.cancelBtn'),
type: 'warning' type: 'warning'
...@@ -841,12 +823,12 @@ ...@@ -841,12 +823,12 @@
let dateStr = ''; let dateStr = '';
if (item.CarIsPush == 1) { if (item.CarIsPush == 1) {
resultStr += this.$t('objFill.v101.dmc.dianjqxchdd')+ "<br/>" + '' resultStr += this.$t('objFill.v101.dmc.dianjqxchdd') + "<br/>" + ''
dateStr = this.$t('objFill.v101.activity.tuisongshijian')+':' dateStr = this.$t('objFill.v101.activity.tuisongshijian') + ':'
} else if (item.CarIsPush == 2 || item.CarIsPush == 0) { } else if (item.CarIsPush == 2 || item.CarIsPush == 0) {
resultStr += this.$t('objFill.v101.dmc.dianjqxchdd') + "<br/>" resultStr += this.$t('objFill.v101.dmc.dianjqxchdd') + "<br/>"
if (item.CarIsPush == 2) { if (item.CarIsPush == 2) {
dateStr = this.$t('objFill.v101.dmc.quxiaosj')+':' dateStr = this.$t('objFill.v101.dmc.quxiaosj') + ':'
} }
} }
if (item.CarPushDateStr) { if (item.CarPushDateStr) {
...@@ -910,7 +892,7 @@ ...@@ -910,7 +892,7 @@
return return
} }
this.DownLoad.EmployeeID = this.getLocalStorage().EmployeeId; this.DownLoad.EmployeeID = this.getLocalStorage().EmployeeId;
var fileName = this.$t('objFill.v101.dmc.tuanyjykxz')+'.xls' var fileName = this.$t('objFill.v101.dmc.tuanyjykxz') + '.xls'
this.GetLocalFile("dmcstatistics_post_GetHotelPriceDownLoad", this.DownLoad, fileName, this.GetLocalFile("dmcstatistics_post_GetHotelPriceDownLoad", this.DownLoad, fileName,
res => { res => {
...@@ -1011,27 +993,13 @@ ...@@ -1011,27 +993,13 @@
//开启关闭酒店操作 //开启关闭酒店操作
SetIsOpenHotelService(item) { SetIsOpenHotelService(item) {
item.isShowPop = true; item.isShowPop = true;
if (item.IsOpenHotel == 0) {
this.UpdateHotelMsg.Status = 1;
} else {
this.UpdateHotelMsg.Status = 0;
}
if (this.UpdateHotelMsg.UpdateType == 1) {
if (this.UpdateHotelMsg.StartDate == "" || this.UpdateHotelMsg.EndDate == "") {
this.Error(this.$t('objFill.qingxuanzherq'))
return
}
}
this.UpdateHotelMsg.TCID = item.TCID this.UpdateHotelMsg.TCID = item.TCID
this.apipost('dmcstatistics_post_SetIsOpenHotelService', this.UpdateHotelMsg, res => { this.apipost('dmcstatistics_post_SetDMOption', this.UpdateHotelMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success(res.data.message); this.Success(res.data.message);
this.getList(); this.getList();
this.UpdateHotelMsg.UpdateType = 0; this.UpdateHotelMsg.DMType = 0;
this.UpdateHotelMsg.StartDate = "";
this.UpdateHotelMsg.EndDate = "";
this.UpdateHotelMsg.TCID = 0; this.UpdateHotelMsg.TCID = 0;
this.UpdateHotelMsg.Status = 0;
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
...@@ -1364,10 +1332,10 @@ ...@@ -1364,10 +1332,10 @@
DMCNum: nDmcNum, DMCNum: nDmcNum,
InOut: item.InOut InOut: item.InOut
}; };
var fileName = this.$t('objFill.chujinmdb')+'.doc' var fileName = this.$t('objFill.chujinmdb') + '.doc'
if (item.TCNUMS != null) { if (item.TCNUMS != null) {
fileName = fileName =
"【" + item.TCNUMS + "】"+this.$t('objFill.chujinmdb')+'.doc' "【" + item.TCNUMS + "】" + this.$t('objFill.chujinmdb') + '.doc'
} }
this.GetLocalFile("travel_get_GetTravelGuestExport_V2", msg, fileName, this.GetLocalFile("travel_get_GetTravelGuestExport_V2", msg, fileName,
res => { res => {
...@@ -1388,10 +1356,10 @@ ...@@ -1388,10 +1356,10 @@
DMCNum: nDmcNum, DMCNum: nDmcNum,
InOut: item.InOut InOut: item.InOut
}; };
var fileName = this.$t('objFill.dianhuamd')+'.doc' var fileName = this.$t('objFill.dianhuamd') + '.doc'
if (item.TCNUMS != null) { if (item.TCNUMS != null) {
fileName = fileName =
"【" + item.TCNUMS + "】"+this.$t('objFill.dianhuamd')+'.doc' "【" + item.TCNUMS + "】" + this.$t('objFill.dianhuamd') + '.doc'
} }
this.GetLocalFile("travel_get_GetTravelGuestTelExport", msg, fileName, this.GetLocalFile("travel_get_GetTravelGuestTelExport", msg, fileName,
res => { res => {
...@@ -1417,10 +1385,10 @@ ...@@ -1417,10 +1385,10 @@
StartDate: item.StartDateStr, StartDate: item.StartDateStr,
DayNum: item.DayNum DayNum: item.DayNum
}; };
var fileName = this.$t('objFill.canpeixz')+'.xls' var fileName = this.$t('objFill.canpeixz') + '.xls'
if (item.TCNUMS != null) { if (item.TCNUMS != null) {
fileName = fileName =
"【" + item.TCNUMS + "】"+ this.$t('objFill.canpeixz')+'.xls' "【" + item.TCNUMS + "】" + this.$t('objFill.canpeixz') + '.xls'
} }
this.GetLocalFile("travel_get_GetTravelDinnerDownLoad", msg, fileName, this.GetLocalFile("travel_get_GetTravelDinnerDownLoad", msg, fileName,
res => { res => {
...@@ -1435,10 +1403,10 @@ ...@@ -1435,10 +1403,10 @@
StartDate: item.StartDateStr, StartDate: item.StartDateStr,
DayNum: item.DayNum DayNum: item.DayNum
}; };
var fileName = this.$t('objFill.canpeixz')+'.xls' var fileName = this.$t('objFill.canpeixz') + '.xls'
if (item.TCNUMS != null) { if (item.TCNUMS != null) {
fileName = fileName =
"【" + item.TCNUMS + "】"+ this.$t('objFill.canpeixz')+'.xls' "【" + item.TCNUMS + "】" + this.$t('objFill.canpeixz') + '.xls'
} }
this.GetLocalFile("travel_get_GetNewTravelDinnerDownLoad", msg, fileName, this.GetLocalFile("travel_get_GetNewTravelDinnerDownLoad", msg, fileName,
res => { res => {
......
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