Commit 4d577c05 authored by 黄奎's avatar 黄奎

页面调整

parent a9c589be
...@@ -3,126 +3,60 @@ ...@@ -3,126 +3,60 @@
<div class="enrollTotalSearch"> <div class="enrollTotalSearch">
<ul> <ul>
<li> <li>
<span <span><em>{{ $t("advmanager.v_line") }}</em>
><em>{{ $t("advmanager.v_line") }}</em> <el-select class="w200" v-model="msg.LineId" filterable :placeholder="$t('pub.pleaseSel')"
<el-select @change="getLineTeamList(msg.LineId)">
class="w200"
v-model="msg.LineId"
filterable
:placeholder="$t('pub.pleaseSel')"
@change="getLineTeamList(msg.LineId)"
>
<el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option> <el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option>
<el-option <el-option v-for="item in LineList" :label="item.LineName" :value="item.LineID" :key="item.LineID">
v-for="item in LineList"
:label="item.LineName"
:value="item.LineID"
:key="item.LineID"
>
</el-option> </el-option>
</el-select> </el-select>
</span> </span>
</li> </li>
<li> <li>
<span <span><em>{{ $t("advmanager.v_xilie") }}</em>
><em>{{ $t("advmanager.v_xilie") }}</em> <el-select class="w200" v-model="msg.LineteamId" filterable :placeholder="$t('pub.pleaseSel')">
<el-select
class="w200"
v-model="msg.LineteamId"
filterable
:placeholder="$t('pub.pleaseSel')"
>
<el-option :label="$t('pub.unlimitedSel')" :value="0"></el-option> <el-option :label="$t('pub.unlimitedSel')" :value="0"></el-option>
<el-option <el-option v-for="item in LineTeamList" :label="item.LtName" :value="item.LtID" :key="item.LtID">
v-for="item in LineTeamList"
:label="item.LtName"
:value="item.LtID"
:key="item.LtID"
>
</el-option> </el-option>
</el-select> </el-select>
</span> </span>
</li> </li>
<li> <li>
<span <span><em>{{ $t("system.table_company") }}</em>
><em>{{ $t("system.table_company") }}</em> <el-select class="w200" v-model="msg.BranchId" filterable :placeholder="$t('pub.pleaseSel')"
<el-select @change="linkageDepartment()">
class="w200"
v-model="msg.BranchId"
filterable
:placeholder="$t('pub.pleaseSel')"
@change="linkageDepartment()"
>
<el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option> <el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option>
<el-option <el-option v-for="item in companyList" :label="item.BName" :value="item.Id" :key="item.Id">
v-for="item in companyList"
:label="item.BName"
:value="item.Id"
:key="item.Id"
>
</el-option> </el-option>
</el-select> </el-select>
</span> </span>
</li> </li>
<li v-show="!isOwn"> <li v-show="!isOwn">
<span <span><em class="fl" style="margin-top: 10px !important">{{
><em class="fl" style="margin-top: 10px !important">{{
$t("fnc.bmxuanze") $t("fnc.bmxuanze")
}}</em> }}</em>
<treeselect <treeselect class="w200 fl" :options="departmentList" v-model="msg.RB_Department_Id"
class="w200 fl" :label="$t('pub.unlimitedSel')" :normalizer="normalizer" @select="linkageEmployeeMsg" />
:options="departmentList"
v-model="msg.RB_Department_Id"
:label="$t('pub.unlimitedSel')"
:normalizer="normalizer"
@select="linkageEmployeeMsg"
/>
</span> </span>
</li> </li>
<li> <li>
<span <span><em>{{ $t("fnc.ctleixing") }}</em>
><em>{{ $t("fnc.ctleixing") }}</em> <el-select class="w200" v-model="msg.GroupType" filterable :placeholder="$t('pub.pleaseSel')">
<el-select
class="w200"
v-model="msg.GroupType"
filterable
:placeholder="$t('pub.pleaseSel')"
>
<el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option> <el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option>
<el-option <el-option v-for="item in ctlxList" :key="item.Id" :label="item.Name" :value="item.Id"></el-option>
v-for="item in ctlxList"
:key="item.Id"
:label="item.Name"
:value="item.Id"
></el-option>
</el-select> </el-select>
</span> </span>
</li> </li>
<li> <li>
<span <span><em>{{ $t("visa.v_tuanhao") }}</em></span>
><em>{{ $t("visa.v_tuanhao") }}</em></span
>
<el-input class="w200" v-model="msg.TCNUM"></el-input> <el-input class="w200" v-model="msg.TCNUM"></el-input>
</li> </li>
<li v-show="!isOwn"> <li v-show="!isOwn">
<span <span><em>{{ $t("fnc.ryxuanze") }}</em></span>
><em>{{ $t("fnc.ryxuanze") }}</em></span <el-select class="w200" v-model="msg.CreateBy" filterable :placeholder="$t('pub.pleaseSel')">
>
<el-select
class="w200"
v-model="msg.CreateBy"
filterable
:placeholder="$t('pub.pleaseSel')"
>
<el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option> <el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option>
<el-option <el-option v-for="item in employeeList" :key="item.empId" :label="item.name" :value="item.empId">
v-for="item in employeeList" <span style="float: left">{{ item.name }}
:key="item.empId"
:label="item.name"
:value="item.empId"
>
<span style="float: left"
>{{ item.name }}
<template v-if="item.isLeave == 1"> <template v-if="item.isLeave == 1">
<span style="color: red">(已离职)</span> <span style="color: red">(已离职)</span>
</template> </template>
...@@ -131,85 +65,39 @@ ...@@ -131,85 +65,39 @@
</el-select> </el-select>
</li> </li>
<li> <li>
<span <span><em>{{ $t("hotel.order_Number") }}</em></span>
><em>{{ $t("hotel.order_Number") }}</em></span
>
<el-input class="w200" v-model="msg.tempOrderId"></el-input> <el-input class="w200" v-model="msg.tempOrderId"></el-input>
</li> </li>
<li> <li>
<span <span><em>{{ $t("hotel.hotel_OrderStates") }}</em></span>
><em>{{ $t("hotel.hotel_OrderStates") }}</em></span <el-select class="w200" v-model="msg.OrderState" filterable :placeholder="$t('pub.pleaseSel')"
> style="width: 180px">
<el-select
class="w200"
v-model="msg.OrderState"
filterable
:placeholder="$t('pub.pleaseSel')"
style="width: 180px"
>
<el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option> <el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option>
<el-option <el-option v-for="item in ddztList" :label="item.Name" :value="item.Id" :key="item.Id">
v-for="item in ddztList"
:label="item.Name"
:value="item.Id"
:key="item.Id"
>
</el-option> </el-option>
</el-select> </el-select>
</li> </li>
<li> <li>
<span <span><em>{{ $t("active.cl_orderType") }}</em></span>
><em>{{ $t("active.cl_orderType") }}</em></span <el-select class="w200" v-model="msg.IsOneDay" filterable :placeholder="$t('pub.pleaseSel')"
> style="width: 180px">
<el-select
class="w200"
v-model="msg.IsOneDay"
filterable
:placeholder="$t('pub.pleaseSel')"
style="width: 180px"
>
<el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option> <el-option :label="$t('pub.unlimitedSel')" value="-1"></el-option>
<el-option <el-option :label="$t('salesModule.TourOrder')" :value="0"></el-option>
:label="$t('salesModule.TourOrder')" <el-option :label="$t('salesModule.OneDayOrder')" :value="1"></el-option>
:value="0"
></el-option>
<el-option
:label="$t('salesModule.OneDayOrder')"
:value="1"
></el-option>
</el-select> </el-select>
</li> </li>
<li> <li>
<span <span><em>{{ $t("salesModule.PaymentStatus") }}</em></span>
><em>{{ $t("salesModule.PaymentStatus") }}</em></span <el-select class="w200" v-model="msg.IsCollectMoney" filterable :placeholder="$t('pub.pleaseSel')"
> style="width: 180px">
<el-select
class="w200"
v-model="msg.IsCollectMoney"
filterable
:placeholder="$t('pub.pleaseSel')"
style="width: 180px"
>
<el-option :label="$t('pub.unlimitedSel')" :value="0"></el-option> <el-option :label="$t('pub.unlimitedSel')" :value="0"></el-option>
<el-option <el-option :label="$t('salesModule.Collect')" :value="1"></el-option>
:label="$t('salesModule.Collect')" <el-option :label="$t('salesModule.NoCollect')" :value="2"></el-option>
:value="1"
></el-option>
<el-option
:label="$t('salesModule.NoCollect')"
:value="2"
></el-option>
</el-select> </el-select>
</li> </li>
<li> <li>
<span <span><em>优惠券</em>
><em>优惠券</em> <el-select class="w200" v-model="msg.IsUseCoupon" filterable :placeholder="$t('pub.pleaseSel')">
<el-select
class="w200"
v-model="msg.IsUseCoupon"
filterable
:placeholder="$t('pub.pleaseSel')"
>
<el-option :label="$t('pub.unlimitedSel')" value="0"></el-option> <el-option :label="$t('pub.unlimitedSel')" value="0"></el-option>
<el-option label="是" :value="1" :key="1"></el-option> <el-option label="是" :value="1" :key="1"></el-option>
<el-option label="否" :value="2" :key="2"></el-option> <el-option label="否" :value="2" :key="2"></el-option>
...@@ -217,14 +105,8 @@ ...@@ -217,14 +105,8 @@
</span> </span>
</li> </li>
<li> <li>
<span <span><em>幸福存折</em>
><em>幸福存折</em> <el-select class="w200" v-model="msg.IsUseRedEnvelopeMoney" filterable :placeholder="$t('pub.pleaseSel')">
<el-select
class="w200"
v-model="msg.IsUseRedEnvelopeMoney"
filterable
:placeholder="$t('pub.pleaseSel')"
>
<el-option :label="$t('pub.unlimitedSel')" value="0"></el-option> <el-option :label="$t('pub.unlimitedSel')" value="0"></el-option>
<el-option label="是" :value="1" :key="1"></el-option> <el-option label="是" :value="1" :key="1"></el-option>
<el-option label="否" :value="2" :key="2"></el-option> <el-option label="否" :value="2" :key="2"></el-option>
...@@ -232,56 +114,29 @@ ...@@ -232,56 +114,29 @@
</span> </span>
</li> </li>
<li> <li>
<span <span><em>{{ $t("scen.sc_ftTime") }}</em>
><em>{{ $t("scen.sc_ftTime") }}</em> <el-date-picker v-model="msg.QStartDate" @change="dataDuiQ()" class="w135" value-format="yyyy-MM-dd"
<el-date-picker type="date"></el-date-picker>
v-model="msg.QStartDate"
@change="dataDuiQ()"
class="w135"
value-format="yyyy-MM-dd"
type="date"
></el-date-picker>
- -
<el-date-picker <el-date-picker v-model="msg.QEndDate" @change="dataDuiQ()" class="w135" value-format="yyyy-MM-dd"
v-model="msg.QEndDate" type="date"></el-date-picker>
@change="dataDuiQ()"
class="w135"
value-format="yyyy-MM-dd"
type="date"
></el-date-picker>
</span> </span>
</li> </li>
<li> <li>
<span <span><em>{{ $t("fnc.bmriqi") }}</em>
><em>{{ $t("fnc.bmriqi") }}</em> <el-date-picker v-model="msg.CStartDate" @change="dataDui()" class="w135" value-format="yyyy-MM-dd"
<el-date-picker type="date"></el-date-picker>
v-model="msg.CStartDate"
@change="dataDui()"
class="w135"
value-format="yyyy-MM-dd"
type="date"
></el-date-picker>
- -
<el-date-picker <el-date-picker v-model="msg.CEndDate" @change="dataDui()" class="w135" value-format="yyyy-MM-dd"
v-model="msg.CEndDate" type="date"></el-date-picker>
@change="dataDui()"
class="w135"
value-format="yyyy-MM-dd"
type="date"
></el-date-picker>
</span> </span>
</li> </li>
<li> <li>
<input <input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')" @click="
type="button"
class="hollowFixedBtn"
:value="$t('pub.searchBtn')"
@click="
getList(); getList();
resetPageIndex(); resetPageIndex();
" " />
/>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -295,23 +150,16 @@ ...@@ -295,23 +150,16 @@
<span>{{ $t("Operation.Op_salesTotal") }}</span> <span>{{ $t("Operation.Op_salesTotal") }}</span>
</div> </div>
<p> <p>
<span <span>{{ $t("salesModule.Ypay") }}:{{
>{{ $t("salesModule.Ypay") }}:{{
countData.PreferPrice countData.PreferPrice
}};</span }};</span>
> <span>{{ $t("Operation.Op_yiShou") }}:{{ countData.Income }};</span>
<span <span :class="{
>{{ $t("Operation.Op_yiShou") }}:{{ countData.Income }};</span
>
<span
:class="{
color_red_order: color_red_order:
countData.DueinMoney !== countData.PreferPrice, countData.DueinMoney !== countData.PreferPrice,
}" }">{{ $t("Operation.Op_weiShou") }}:{{
>{{ $t("Operation.Op_weiShou") }}:{{
countData.DueinMoney countData.DueinMoney
}};</span }};</span>
>
<span>应收小费: <span>应收小费:
{{countData.PreferTipAmount}} {{countData.PreferTipAmount}}
</span> </span>
...@@ -330,21 +178,15 @@ ...@@ -330,21 +178,15 @@
<span>{{ countData.NormalGuestNum }}</span> <span>{{ countData.NormalGuestNum }}</span>
</div> </div>
<p> <p>
<span <span>{{ $t("Airticket.Air_EconomyClass") }}:{{
>{{ $t("Airticket.Air_EconomyClass") }}:{{
countData.NormalYSeatNum countData.NormalYSeatNum
}};</span }};</span>
> <span>{{ $t("Airticket.Air_businessClass") }}:{{
<span
>{{ $t("Airticket.Air_businessClass") }}:{{
countData.NormalESeatNum countData.NormalESeatNum
}};</span }};</span>
> <span>{{ $t("Airticket.Air_firstClass") }}:{{
<span
>{{ $t("Airticket.Air_firstClass") }}:{{
countData.NormalFSeatNum countData.NormalFSeatNum
}};</span }};</span>
>
</p> </p>
</div> </div>
</el-col> </el-col>
...@@ -356,21 +198,15 @@ ...@@ -356,21 +198,15 @@
<span>{{ countData.CancelGuestNum }}</span> <span>{{ countData.CancelGuestNum }}</span>
</div> </div>
<p> <p>
<span <span>{{ $t("Airticket.Air_EconomyClass") }}:{{
>{{ $t("Airticket.Air_EconomyClass") }}:{{
countData.CancelYSeatNum countData.CancelYSeatNum
}};</span }};</span>
> <span>{{ $t("Airticket.Air_businessClass") }}:{{
<span
>{{ $t("Airticket.Air_businessClass") }}:{{
countData.CancelESeatNum countData.CancelESeatNum
}};</span }};</span>
> <span>{{ $t("Airticket.Air_firstClass") }}:{{
<span
>{{ $t("Airticket.Air_firstClass") }}:{{
countData.CancelFSeatNum countData.CancelFSeatNum
}};</span }};</span>
>
</p> </p>
</div> </div>
</el-col> </el-col>
...@@ -381,9 +217,7 @@ ...@@ -381,9 +217,7 @@
<span>{{ $t("fnc.qtxtongji") }}</span> <span>{{ $t("fnc.qtxtongji") }}</span>
</div> </div>
<p> <p>
<span <span>{{ $t("fnc.nbbaoming") }}:{{ countData.InteriorNum }};</span>
>{{ $t("fnc.nbbaoming") }}:{{ countData.InteriorNum }};</span
>
<span>{{ $t("fnc.B2BWAP") }}:{{ countData.B2BNum }};</span> <span>{{ $t("fnc.B2BWAP") }}:{{ countData.B2BNum }};</span>
</p> </p>
</div> </div>
...@@ -395,22 +229,14 @@ ...@@ -395,22 +229,14 @@
<span>{{ $t("fnc.cwdjshuoming") }}</span> <span>{{ $t("fnc.cwdjshuoming") }}</span>
</div> </div>
<p> <p>
<span class="groupTourOrderByTuan_ico" <span class="groupTourOrderByTuan_ico"><i
><i style="background-color: #0000ff"></i style="background-color: #0000ff"></i><span>{{ $t("fnc.yidadan") }}</span></span>
><span>{{ $t("fnc.yidadan") }}</span></span <span class="groupTourOrderByTuan_ico"><i
> style="background-color: #00ff00"></i><span>{{ $t("fnc.ptcnyshenhe") }}</span></span>
<span class="groupTourOrderByTuan_ico" <span class="groupTourOrderByTuan_ico"><i
><i style="background-color: #00ff00"></i style="background-color: #ff0000"></i><span>{{ $t("fnc.yhcnyshenhe") }}</span></span>
><span>{{ $t("fnc.ptcnyshenhe") }}</span></span <span class="groupTourOrderByTuan_ico"><i
> style="background-color: #000000"></i><span>{{ $t("fnc.ytongguo") }}</span></span>
<span class="groupTourOrderByTuan_ico"
><i style="background-color: #ff0000"></i
><span>{{ $t("fnc.yhcnyshenhe") }}</span></span
>
<span class="groupTourOrderByTuan_ico"
><i style="background-color: #000000"></i
><span>{{ $t("fnc.ytongguo") }}</span></span
>
</p> </p>
</div> </div>
</el-col> </el-col>
...@@ -421,11 +247,9 @@ ...@@ -421,11 +247,9 @@
<span>{{ $t("salesModule.LJTC") }}</span> <span>{{ $t("salesModule.LJTC") }}</span>
</div> </div>
<p> <p>
<span <span>{{ $t("salesModule.TCmoney") }}:{{
>{{ $t("salesModule.TCmoney") }}:{{
countData.SumCommissionMoney countData.SumCommissionMoney
}};</span }};</span>
>
</p> </p>
<p> <p>
<span>额外提成:{{ countData.ExtraCommissionMoney }};</span> <span>额外提成:{{ countData.ExtraCommissionMoney }};</span>
...@@ -436,13 +260,7 @@ ...@@ -436,13 +260,7 @@
</div> </div>
<!-- 表格 --> <!-- 表格 -->
<div style="clear: both; width: 100%; height: 20px"></div> <div style="clear: both; width: 100%; height: 20px"></div>
<table <table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
class="enrollTotalSearchTable"
border="0"
cellspacing="0"
cellpadding="0"
v-loading="loading"
>
<tr> <tr>
<th width="160">{{ $t("fnc.danhao") }}&{{ $t("visa.v_tuanhao") }}</th> <th width="160">{{ $t("fnc.danhao") }}&{{ $t("visa.v_tuanhao") }}</th>
<th width="60">{{ $t("fnc.khxinxi") }}</th> <th width="60">{{ $t("fnc.khxinxi") }}</th>
...@@ -472,29 +290,22 @@ ...@@ -472,29 +290,22 @@
</th> </th>
</tr> </tr>
<tr> <tr>
<td <td v-show="list.length == 0" :colspan="isEditOrderCreate == 1 ? 19 : 18" align="center">
v-show="list.length == 0"
:colspan="isEditOrderCreate == 1 ? 19 : 18"
align="center"
>
{{ $t("system.content_noData") }} {{ $t("system.content_noData") }}
</td> </td>
</tr> </tr>
<tbody v-for="(item, index) in list" :key="index"> <tbody v-for="(item, index) in list" :key="index">
<tr> <tr>
<td rowspan="3" style="position: relative;"> <td rowspan="3" style="position: relative;">
<span class="TC_neibu" style="float: inherit;margin-left: 5px;margin-right: 5px;position: absolute;top: 10px;left:3px" v-if="item.standardCurrencyName" <span class="TC_neibu"
:class="{'TCneibu':item.standardCurrencyName=='人民币','TCb2b':item.standardCurrencyName=='日元', style="float: inherit;margin-left: 5px;margin-right: 5px;position: absolute;top: 10px;left:3px"
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}}结算</span> 'otherPlat':item.standardCurrencyName=='',}">{{item.standardCurrencyName}}结算</span>
<p v-if="item.isChargeLossOrders == 1" style="color: red"> <p v-if="item.isChargeLossOrders == 1" style="color: red">
{{ $t("fnc.sun") }} {{ $t("fnc.sun") }}
</p> </p>
<p <p class="fbold over_ellipsis" style="width: 100%; cursor: pointer" :title="item.orderId" @click="
class="fbold over_ellipsis"
style="width: 100%; cursor: pointer"
:title="item.orderId"
@click="
goUrlX( goUrlX(
'团报名清单', '团报名清单',
item.isOneDay === 1 item.isOneDay === 1
...@@ -503,60 +314,32 @@ ...@@ -503,60 +314,32 @@
item.tcid, item.tcid,
item.tcnum item.tcnum
) )
" ">
>
<span>{{ item.orderId }}</span> <span>{{ item.orderId }}</span>
<span <span style="font-weight: 100" v-if="item.scoreNum >= 0"
style="font-weight: 100" @click="goInvetig('investigationList', item.tcid, item.orderId)">({{ $t("salesModule.ScoreNUM") }}{{ item.scoreNum }})</span>
v-if="item.scoreNum >= 0" <el-tooltip class="item" effect="dark" :content="$t('salesModule.ByProgram')" placement="top"
@click="goInvetig('investigationList', item.tcid, item.orderId)" v-show="item.orderForm == 4">
>({{ $t("salesModule.ScoreNUM") }}{{ item.scoreNum }})</span <i class="iconfont icon-xiaochengxu" style="font-size: 22px; color: red"></i>
>
<el-tooltip
class="item"
effect="dark"
:content="$t('salesModule.ByProgram')"
placement="top"
v-show="item.orderForm == 4"
>
<i
class="iconfont icon-xiaochengxu"
style="font-size: 22px; color: red"
></i>
</el-tooltip> </el-tooltip>
<el-tooltip <el-tooltip class="item" effect="dark" :content="$t('salesModule.ByB2b')" placement="top"
class="item" v-show="item.isFormB2B == 1">
effect="dark" <i class="iconfont icon-tiaozheng" style="font-size: 22px; color: #297bef"></i></el-tooltip>
:content="$t('salesModule.ByB2b')"
placement="top"
v-show="item.isFormB2B == 1"
>
<i
class="iconfont icon-tiaozheng"
style="font-size: 22px; color: #297bef"
></i
></el-tooltip>
</p> </p>
<p <p class="fz12 over_ellipsis" style="width: 100%; text-decoration: underline; cursor: pointer"
class="fz12 over_ellipsis" :title="item.alName" @click="
style="width: 100%; text-decoration: underline; cursor: pointer"
:title="item.alName"
@click="
goUrlX( goUrlX(
'产品查询', '产品查询',
item.isOneDay === 1 ? 'productQueryOne' : 'productQuery', item.isOneDay === 1 ? 'productQueryOne' : 'productQuery',
item.tcid, item.tcid,
item.tcnum item.tcnum
) )
" ">
>
{{ item.tcnum }} {{ item.tcnum }}
</p> </p>
<p class="fz12 over_ellipsis" style="width: 100%"> <p class="fz12 over_ellipsis" style="width: 100%">
{{ item.createBy {{ item.createBy
}}<span v-if="item.leaveStr != ''" style="color: red" }}<span v-if="item.leaveStr != ''" style="color: red">({{ item.leaveStr }})</span>
>({{ item.leaveStr }})</span
>
</p> </p>
<p class="fz12 over_ellipsis" style="width: 100%"> <p class="fz12 over_ellipsis" style="width: 100%">
{{ {{
...@@ -577,12 +360,9 @@ ...@@ -577,12 +360,9 @@
}} }}
</p> --> </p> -->
<div> <div>
<div <div style="color: green" v-if="
style="color: green"
v-if="
item.commissionMoney == '' || item.commissionMoney == '-1' item.commissionMoney == '' || item.commissionMoney == '-1'
" ">
>
<p v-if="item.extraRewardMoney > 0"> <p v-if="item.extraRewardMoney > 0">
{{ $t("salesModule.EWJLJE") }}:{{ item.extraRewardMoney }} {{ $t("salesModule.EWJLJE") }}:{{ item.extraRewardMoney }}
</p> </p>
...@@ -604,20 +384,13 @@ ...@@ -604,20 +384,13 @@
</p> </p>
</div> </div>
</div> </div>
<div <div v-if="item.orderTypeName === '单团'" style="color: red; cursor: pointer"
v-if="item.orderTypeName === '单团'" @click="seeBJD(item.quotationUrl)">
style="color: red; cursor: pointer"
@click="seeBJD(item.quotationUrl)"
>
查看报价单 查看报价单
</div> </div>
</td> </td>
<td> <td>
<p <p class="over_ellipsis" style="width: 150px" :title="item.contactName">
class="over_ellipsis"
style="width: 150px"
:title="item.contactName"
>
{{ item.contactName }} {{ item.contactName }}
</p> </p>
<p>{{ item.contactMobile }}</p> <p>{{ item.contactMobile }}</p>
...@@ -631,18 +404,10 @@ ...@@ -631,18 +404,10 @@
</p> </p>
</td> </td>
<td class="fz12"> <td class="fz12">
<p <p style="max-width: 160px; display: block" class="over_ellipsis" :title="item.lineName">
style="max-width: 160px; display: block"
class="over_ellipsis"
:title="item.lineName"
>
<span>{{ item.lineName }}</span> <span>{{ item.lineName }}</span>
</p> </p>
<p <p style="max-width: 160px; display: block" class="over_ellipsis" :title="item.ltName">
style="max-width: 160px; display: block"
class="over_ellipsis"
:title="item.ltName"
>
{{ item.ltName }} {{ item.ltName }}
</p> </p>
</td> </td>
...@@ -667,11 +432,7 @@ ...@@ -667,11 +432,7 @@
<span v-if="item.dueInMoney == 0" style="cursor: pointer">{{ <span v-if="item.dueInMoney == 0" style="cursor: pointer">{{
item.income item.income
}}</span> }}</span>
<span <span v-if="item.dueInMoney != 0" style="cursor: pointer; color: #e95252">{{ item.income }}</span>
v-if="item.dueInMoney != 0"
style="cursor: pointer; color: #e95252"
>{{ item.income }}</span
>
</td> </td>
<!-- 优惠 --> <!-- 优惠 -->
<td> <td>
...@@ -686,11 +447,8 @@ ...@@ -686,11 +447,8 @@
<th>{{ $t("active.cl_huoqufangshi") }}</th> <th>{{ $t("active.cl_huoqufangshi") }}</th>
<th>{{ $t("active.cl_hqriqi") }}</th> <th>{{ $t("active.cl_hqriqi") }}</th>
</tr> </tr>
<tr <tr v-if="item.couponAllotList.length > 0" v-for="(item2, index2) in item.couponAllotList"
v-if="item.couponAllotList.length > 0" :key="index2">
v-for="(item2, index2) in item.couponAllotList"
:key="index2"
>
<td>{{ item2.couponsName }}</td> <td>{{ item2.couponsName }}</td>
<td> <td>
<span v-if="item2.couponsType == 1">{{ <span v-if="item2.couponsType == 1">{{
...@@ -720,24 +478,15 @@ ...@@ -720,24 +478,15 @@
</tr> </tr>
</table> </table>
</div> </div>
<span <span style="
style="
cursor: pointer; cursor: pointer;
color: #e95252; color: #e95252;
text-decoration: underline; text-decoration: underline;
" " slot="reference">{{ moneyFormat(item.discountMoney) }}</span>
slot="reference"
>{{ moneyFormat(item.discountMoney) }}</span
>
</el-popover> </el-popover>
</td> </td>
<td> <td>
<el-popover <el-popover v-if="item.customerId || item.customerId == 0" style="padding: 0" width="600" trigger="click">
v-if="item.customerId || item.customerId == 0"
style="padding: 0"
width="600"
trigger="click"
>
<div class="personNolayer"> <div class="personNolayer">
<table border="0" cellspacing="1" cellpadding="1"> <table border="0" cellspacing="1" cellpadding="1">
<tr> <tr>
...@@ -745,13 +494,8 @@ ...@@ -745,13 +494,8 @@
<th>{{ $t("admin.admin_type") }}</th> <th>{{ $t("admin.admin_type") }}</th>
<th>{{ $t("system.label_info") }}</th> <th>{{ $t("system.label_info") }}</th>
<th> <th>
{{ $t("salesModule.Time") }}(<span {{ $t("salesModule.Time") }}(<span @click="goUrlHappy(item)" style="cursor: pointer" colspan="4"
@click="goUrlHappy(item)" align="center">{{ $t("salesModule.LookMore") }}</span>
style="cursor: pointer"
colspan="4"
align="center"
>{{ $t("salesModule.LookMore") }}</span
>
</th> </th>
</tr> </tr>
<tr v-for="(item2, index2) in redBagList" :key="index2"> <tr v-for="(item2, index2) in redBagList" :key="index2">
...@@ -772,16 +516,11 @@ ...@@ -772,16 +516,11 @@
</tr> </tr>
</table> </table>
</div> </div>
<span <span @click="getRedBag(item)" style="
@click="getRedBag(item)"
style="
cursor: pointer; cursor: pointer;
color: #e95252; color: #e95252;
text-decoration: underline; text-decoration: underline;
" " slot="reference">{{ item.redEnvelopeMoney }}</span>
slot="reference"
>{{ item.redEnvelopeMoney }}</span
>
</el-popover> </el-popover>
<span v-else style="color: #e95252; text-decoration: underline">{{ <span v-else style="color: #e95252; text-decoration: underline">{{
item.redEnvelopeMoney item.redEnvelopeMoney
...@@ -795,65 +534,35 @@ ...@@ -795,65 +534,35 @@
<td>{{ item.platformTax }}</td> <td>{{ item.platformTax }}</td>
<td>{{ item.zaiTuMoney }}</td> <td>{{ item.zaiTuMoney }}</td>
<td> <td>
<span <span :class="{ color_red_order: item.dueInMoney !== item.preferPrice }">{{ item.dueInMoney }}</span>
:class="{ color_red_order: item.dueInMoney !== item.preferPrice }"
>{{ item.dueInMoney }}</span
>
</td> </td>
<td <td v-if="item.isChargeLossOrders == 1" class="fz12" style="color: #e95252">
v-if="item.isChargeLossOrders == 1"
class="fz12"
style="color: #e95252"
>
{{ $t("fnc.shousun") }} {{ $t("fnc.shousun") }}
</td> </td>
<td <td v-else class="fz12" :style="item.orderState === 3 ? 'color: #e95252;' : ''">
v-else
class="fz12"
:style="item.orderState === 3 ? 'color: #e95252;' : ''"
>
{{ item.statsstr }} {{ item.statsstr }}
</td> </td>
<td v-if="isEditOrderCreate == 1"> <td v-if="isEditOrderCreate == 1">
<button <button class="normalBtn" style="margin-left: 0; padding: 0" @click="getSalerInfo(item)">
class="normalBtn"
style="margin-left: 0; padding: 0"
@click="getSalerInfo(item)"
>
{{ $t("salesModule.UpdateYWY") }} {{ $t("salesModule.UpdateYWY") }}
</button> </button>
</td> </td>
</tr> </tr>
<tr style="height: 20px"> <tr style="height: 20px">
<td <td :colspan="isEditOrderCreate == 1 ? 18 : 17" class="RL_Order" style="height: 20px">
:colspan="isEditOrderCreate == 1 ? 18 : 17" <span style="font-size: 14px; color: #333333">{{ $t("salesModule.MD") }}:</span>
class="RL_Order" <span v-for="childItem in item.guestList"
style="height: 20px" style="font-size: 14px; color: blue">{{ childItem.userName }}&nbsp;&nbsp;</span>
>
<span style="font-size: 14px; color: #333333"
>{{ $t("salesModule.MD") }}:</span
>
<span
v-for="childItem in item.guestList"
style="font-size: 14px; color: blue"
>{{ childItem.userName }}&nbsp;&nbsp;</span
>
<p v-if="item.cancelGuestList && item.cancelGuestList.length > 0"> <p v-if="item.cancelGuestList && item.cancelGuestList.length > 0">
<span class="">{{ $t("salesModule.CancelOrder") }}:</span> <span class="">{{ $t("salesModule.CancelOrder") }}:</span>
<span class="RL-redType RL-remarkCon"> <span class="RL-redType RL-remarkCon">
<span <span style="color: red" v-for="childItem in item.cancelGuestList">{{ childItem.userName }}
style="color: red" &nbsp;&nbsp;</span>
v-for="childItem in item.cancelGuestList"
>{{ childItem.userName }} &nbsp;&nbsp;</span
>
</span> </span>
</p> </p>
<span style="display: block; font-size: 14px; color: #333333" <span style="display: block; font-size: 14px; color: #333333">{{ $t("salesModule.RoomInfo")
>{{ $t("salesModule.RoomInfo") }}<span v-if="item.oneSex > 0"
}}<span v-if="item.oneSex > 0" style="color: #e95252" style="color: #e95252">({{ item.oneSex == 1 ? "单男" : "单女" }})</span>:{{ item.orderGuestHouseStr }}</span>
>({{ item.oneSex == 1 ? "单男" : "单女" }})</span
>:{{ item.orderGuestHouseStr }}</span
>
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -865,24 +574,17 @@ ...@@ -865,24 +574,17 @@
<div> <div>
<div> <div>
<span>{{ $t("pub.pubRemark") }}:</span> <span>{{ $t("pub.pubRemark") }}:</span>
<span v-if="item.tsIdList.length > 0" <span v-if="item.tsIdList.length > 0">{{ $t("salesModule.ComplaintNum") }}:
>{{ $t("salesModule.ComplaintNum") }}: <a class="underline" v-for="ts in item.tsIdList" href="javascript:void(0);" @click="
<a
class="underline"
v-for="ts in item.tsIdList"
href="javascript:void(0);"
@click="
goUrlTS('ComplaintsDetail', ts, item.orderId, '投诉详情') goUrlTS('ComplaintsDetail', ts, item.orderId, '投诉详情')
" ">{{ ts }}
>{{ ts }}
</a> </a>
; ;
</span> </span>
<p> <p>
<span v-if="item.clientSource == 1 && item.brandName != ''" <span
>{{ item.brandName }}{{ $t("fnc.dingdan") }} v-if="item.clientSource == 1 && item.brandName != ''">{{ item.brandName }}{{ $t("fnc.dingdan") }}
{{ item.platformOrder }};</span {{ item.platformOrder }};</span>{{ item.remarks }}
>{{ item.remarks }}
</p> </p>
</div> </div>
<div> <div>
...@@ -890,33 +592,22 @@ ...@@ -890,33 +592,22 @@
<el-popover width="600" placement="bottom-end" trigger="click"> <el-popover width="600" placement="bottom-end" trigger="click">
<div class="groupTourOrder_remarks_popover"> <div class="groupTourOrder_remarks_popover">
<div>{{ $t("fnc.lsbeizhu") }}</div> <div>{{ $t("fnc.lsbeizhu") }}</div>
<p <p v-if="item.remarksList.length !== 0" v-for="(item2, index2) in item.remarksList" :key="index2">
v-if="item.remarksList.length !== 0"
v-for="(item2, index2) in item.remarksList"
:key="index2"
>
<span>{{ item2.remarks }}</span> <span>{{ item2.remarks }}</span>
<span <span>{{ item2.createByName }}
>{{ item2.createByName }}
<span style="color: #666666">{{ <span style="color: #666666">{{
item2.createDate item2.createDate
}}</span></span }}</span></span>
>
</p> </p>
<span v-if="item.remarksList.length === 0">{{ <span v-if="item.remarksList.length === 0">{{
$t("system.content_noData") $t("system.content_noData")
}}</span> }}</span>
</div> </div>
<el-button <el-button slot="reference" icon="iconfont icon-gengduo" style="
slot="reference"
icon="iconfont icon-gengduo"
style="
padding: 0px; padding: 0px;
border: none; border: none;
background-color: transparent; background-color: transparent;
" " class="groupTourOrder_remarks_btn">
class="groupTourOrder_remarks_btn"
>
</el-button> </el-button>
</el-popover> </el-popover>
</div> </div>
...@@ -925,6 +616,9 @@ ...@@ -925,6 +616,9 @@
<span style="color: red;">联运备注:</span> <span style="color: red;">联运备注:</span>
<span style="color: red;">{{ item.unionRemark }}</span> <span style="color: red;">{{ item.unionRemark }}</span>
</div> </div>
<p v-if="item.airticketUnionNotes||item.configNum>0" style="color: red;font-size:10px;margin-top:5px;">
票务备注:<span style="color: red">已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}</span>
</p>
</td> </td>
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px"> <td colspan="4" class="groupTourOrder_remarks" style="height: 40px">
<div> <div>
...@@ -934,32 +628,16 @@ ...@@ -934,32 +628,16 @@
</div> </div>
</div> </div>
</td> </td>
<td <td colspan="4" class="groupTourOrder_SpecialAPP" stysle="height: 40px;">
colspan="4"
class="groupTourOrder_SpecialAPP"
stysle="height: 40px;"
>
<div> <div>
特价申请函: 特价申请函:
<template v-if="item.orderspecialofferId === 0"> <template v-if="item.orderspecialofferId === 0">
<span class="font-color-blur">未申请</span> <span class="font-color-blur">未申请</span>
</template> </template>
<template v-else> <template v-else>
<span <span class="font-color-red" v-if="item.orderspecialofferState === -1">拒绝</span>
class="font-color-red" <span class="font-color-org" v-if="item.orderspecialofferState === 0">审批中</span>
v-if="item.orderspecialofferState === -1" <span class="font-color-green" v-if="item.orderspecialofferState === 1">通过</span>
>拒绝</span
>
<span
class="font-color-org"
v-if="item.orderspecialofferState === 0"
>审批中</span
>
<span
class="font-color-green"
v-if="item.orderspecialofferState === 1"
>通过</span
>
</template> </template>
</div> </div>
<div class="font-color-red" v-if="item.orderspecialofferId !== 0"> <div class="font-color-red" v-if="item.orderspecialofferId !== 0">
...@@ -969,155 +647,72 @@ ...@@ -969,155 +647,72 @@
审批说明:<span>{{ item.orderspecialofferReason }}</span> 审批说明:<span>{{ item.orderspecialofferReason }}</span>
</div> </div>
</td> </td>
<td <td colspan="6" class="groupTourOrder_tickets" style="height: 40px; cursor: pointer">
colspan="6" <div @click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)">
class="groupTourOrder_tickets"
style="height: 40px; cursor: pointer"
>
<div
@click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)"
>
<div>{{ $t("fnc.skdanju") }}:</div> <div>{{ $t("fnc.skdanju") }}:</div>
<div> <div>
<span v-for="(item2, index2) in item.financeList" :key="index2"> <span v-for="(item2, index2) in item.financeList" :key="index2">
<span <span v-if="item2.colorState === 1" class="groupTourOrder_tickets_blue">{{ item2.frID }}</span>
v-if="item2.colorState === 1" <span v-else-if="item2.colorState === 2" class="groupTourOrder_tickets_green">{{ item2.frID }}</span>
class="groupTourOrder_tickets_blue" <span v-else-if="item2.colorState === 3" class="groupTourOrder_tickets_red">{{ item2.frID }}</span>
>{{ item2.frID }}</span <span v-else-if="item2.colorState === 4" class="groupTourOrder_tickets_black">{{ item2.frID }}</span>
>
<span
v-else-if="item2.colorState === 2"
class="groupTourOrder_tickets_green"
>{{ item2.frID }}</span
>
<span
v-else-if="item2.colorState === 3"
class="groupTourOrder_tickets_red"
>{{ item2.frID }}</span
>
<span
v-else-if="item2.colorState === 4"
class="groupTourOrder_tickets_black"
>{{ item2.frID }}</span
>
</span> </span>
<span <span v-if="item.financeList.length === 0"
v-if="item.financeList.length === 0" style="cursor: default">{{ $t("system.content_noData") }}</span>
style="cursor: default"
>{{ $t("system.content_noData") }}</span
>
</div> </div>
</div> </div>
<div <div @click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)">
@click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)"
>
<div>{{ $t("fnc.fkdanju") }}:</div> <div>{{ $t("fnc.fkdanju") }}:</div>
<div> <div>
<span <span v-for="(item2, index2) in item.refundFinanceList" :key="index2">
v-for="(item2, index2) in item.refundFinanceList" <span v-if="item2.colorState === 1" class="groupTourOrder_tickets_blue">{{ item2.frID }}</span>
:key="index2" <span v-else-if="item2.colorState === 2" class="groupTourOrder_tickets_green">{{ item2.frID }}</span>
> <span v-else-if="item2.colorState === 3" class="groupTourOrder_tickets_red">{{ item2.frID }}</span>
<span <span v-else-if="item2.colorState === 4" class="groupTourOrder_tickets_black">{{ item2.frID }}</span>
v-if="item2.colorState === 1"
class="groupTourOrder_tickets_blue"
>{{ item2.frID }}</span
>
<span
v-else-if="item2.colorState === 2"
class="groupTourOrder_tickets_green"
>{{ item2.frID }}</span
>
<span
v-else-if="item2.colorState === 3"
class="groupTourOrder_tickets_red"
>{{ item2.frID }}</span
>
<span
v-else-if="item2.colorState === 4"
class="groupTourOrder_tickets_black"
>{{ item2.frID }}</span
>
</span> </span>
<span <span v-if="item.financeList.length === 0"
v-if="item.financeList.length === 0" style="cursor: default">{{ $t("system.content_noData") }}</span>
style="cursor: default"
>{{ $t("system.content_noData") }}</span
>
</div> </div>
</div> </div>
<div> <div>
<div>{{ $t("salesModule.Invoice") }}:</div> <div>{{ $t("salesModule.Invoice") }}:</div>
<div> <div>
<span <span v-for="(item2, index2) in item.invoiceApplyList" :key="index2">
v-for="(item2, index2) in item.invoiceApplyList" <span v-if="item2.invoiceApplyState === 6" class="groupTourOrder_tickets_blue"
:key="index2" @click="goIisDetail(item2.id)">{{ item2.id }}</span>
> <span v-else-if="
<span
v-if="item2.invoiceApplyState === 6"
class="groupTourOrder_tickets_blue"
@click="goIisDetail(item2.id)"
>{{ item2.id }}</span
>
<span
v-else-if="
item2.invoiceApplyState === 1 || item2.invoiceApplyState === 1 ||
item2.invoiceApplyState === 3 || item2.invoiceApplyState === 3 ||
item2.invoiceApplyState === 6 item2.invoiceApplyState === 6
" " class="groupTourOrder_tickets_green" @click="goIisDetail(item2.id)">{{ item2.id }}</span>
class="groupTourOrder_tickets_green" <span v-else-if="
@click="goIisDetail(item2.id)"
>{{ item2.id }}</span
>
<span
v-else-if="
item2.invoiceApplyState === 5 || item2.invoiceApplyState === 5 ||
item2.invoiceApplyState === 4 item2.invoiceApplyState === 4
" " class="groupTourOrder_tickets_red" @click="goIisDetail(item2.id)">{{ item2.id }}</span>
class="groupTourOrder_tickets_red" <span v-else-if="item2.invoiceApplyState === 2" class="groupTourOrder_tickets_black"
@click="goIisDetail(item2.id)" @click="goIisDetail(item2.id)">{{ item2.id }}</span>
>{{ item2.id }}</span
>
<span
v-else-if="item2.invoiceApplyState === 2"
class="groupTourOrder_tickets_black"
@click="goIisDetail(item2.id)"
>{{ item2.id }}</span
>
</span> </span>
<span <span v-if="item.invoiceApplyList.length === 0"
v-if="item.invoiceApplyList.length === 0" style="cursor: default">{{ $t("system.content_noData") }}</span>
style="cursor: default"
>{{ $t("system.content_noData") }}</span
>
</div> </div>
</div> </div>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</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 class="combottomDiv" v-if="showChangeSales" style="height: 200px"> <div class="combottomDiv" v-if="showChangeSales" style="height: 200px">
<updateSalesMan <updateSalesMan @closeUpdiv="closeSalseDiv" @getList="getList" :subInfo="subInfo"></updateSalesMan>
@closeUpdiv="closeSalseDiv"
@getList="getList"
:subInfo="subInfo"
></updateSalesMan>
</div> </div>
</div> </div>
</template> </template>
<script> <script>
import Treeselect from "@riophae/vue-treeselect"; import Treeselect from "@riophae/vue-treeselect";
import updateSalesMan from "../commonPage/updateSalesMan.vue"; import updateSalesMan from "../commonPage/updateSalesMan.vue";
import "@riophae/vue-treeselect/dist/vue-treeselect.css"; import "@riophae/vue-treeselect/dist/vue-treeselect.css";
export default { export default {
components: { components: {
Treeselect, Treeselect,
updateSalesMan, updateSalesMan,
...@@ -1136,8 +731,7 @@ export default { ...@@ -1136,8 +731,7 @@ export default {
}, },
redBagList: [], redBagList: [],
happy: false, happy: false,
defaultImg: defaultImg: 'this.src="' + require("../../assets/img/litheader.png") + '"',
'this.src="' + require("../../assets/img/litheader.png") + '"',
currentPage: 1, currentPage: 1,
total: 0, total: 0,
loading: false, loading: false,
...@@ -1227,8 +821,7 @@ export default { ...@@ -1227,8 +821,7 @@ export default {
getLineTeamList(lineId) { getLineTeamList(lineId) {
this.LineTeamList = []; this.LineTeamList = [];
this.apipost( this.apipost(
"team_post_GetList", "team_post_GetList", {
{
lineID: lineId, lineID: lineId,
isTOOP: 1, isTOOP: 1,
}, },
...@@ -1263,8 +856,7 @@ export default { ...@@ -1263,8 +856,7 @@ export default {
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.redBagList = res.data.data.pageData; this.redBagList = res.data.data.pageData;
} else { } else {}
}
}, },
(err) => {} (err) => {}
); );
...@@ -1376,8 +968,7 @@ export default { ...@@ -1376,8 +968,7 @@ export default {
}, },
getDdztList() { getDdztList() {
this.apipost( this.apipost(
"sellorder_post_GetSellOrderStatusEnumList", "sellorder_post_GetSellOrderStatusEnumList", {},
{},
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.ddztList = res.data.data; this.ddztList = res.data.data;
...@@ -1415,8 +1006,7 @@ export default { ...@@ -1415,8 +1006,7 @@ export default {
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.companyList = res.data.data; this.companyList = res.data.data;
} else { } else {}
}
}, },
(err) => {} (err) => {}
); );
...@@ -1474,8 +1064,7 @@ export default { ...@@ -1474,8 +1064,7 @@ export default {
// 获取参团类型 // 获取参团类型
getCtlxList() { getCtlxList() {
this.apipost( this.apipost(
"sellorder_get_GetOrderJoinEnumList", "sellorder_get_GetOrderJoinEnumList", {},
{},
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.ctlxList = res.data.data; this.ctlxList = res.data.data;
...@@ -1528,11 +1117,11 @@ export default { ...@@ -1528,11 +1117,11 @@ export default {
userInfo.RB_Group_id; //集团 userInfo.RB_Group_id; //集团
// crm自动登陆传过来的参数 // crm自动登陆传过来的参数
if(this.$route.query.crmOrderObj){ if (this.$route.query.crmOrderObj) {
let crmOrderObj = JSON.parse(this.$route.query.crmOrderObj) let crmOrderObj = JSON.parse(this.$route.query.crmOrderObj)
this.msg.tempOrderId = crmOrderObj.OrderId this.msg.tempOrderId = crmOrderObj.OrderId
} }
if(this.$route.query.OrderId){ if (this.$route.query.OrderId) {
this.msg.tempOrderId = this.$route.query.OrderId this.msg.tempOrderId = this.$route.query.OrderId
} }
this.getCompany(); this.getCompany();
...@@ -1550,13 +1139,13 @@ export default { ...@@ -1550,13 +1139,13 @@ export default {
this.msg.SellFormEmp = 1; this.msg.SellFormEmp = 1;
} }
this.msg.CreateBy = this.msg.CreateBy =
this.$route.query.EmployeeId === undefined this.$route.query.EmployeeId === undefined ?
? "-1" "-1" :
: this.$route.query.EmployeeId; this.$route.query.EmployeeId;
this.msg.QStartDate = this.msg.QStartDate =
this.$route.query.starTime === undefined this.$route.query.starTime === undefined ?
? "" "" :
: this.$route.query.starTime; this.$route.query.starTime;
this.msg.QEndDate = this.msg.QEndDate =
this.$route.query.endTime === undefined ? "" : this.$route.query.endTime; this.$route.query.endTime === undefined ? "" : this.$route.query.endTime;
if ( if (
...@@ -1574,247 +1163,249 @@ export default { ...@@ -1574,247 +1163,249 @@ export default {
} }
this.getList(); this.getList();
}, },
}; };
</script> </script>
<style> <style>
@import "../../assets/css/newTravelManager.css"; @import "../../assets/css/newTravelManager.css";
.personNolayer p {
.personNolayer p {
height: 28px; height: 28px;
line-height: 28px; line-height: 28px;
padding-left: 15px; padding-left: 15px;
} }
.personNolayer p > span { .personNolayer p>span {
font-size: 12px; font-size: 12px;
color: #333; color: #333;
margin-right: 15px; margin-right: 15px;
} }
.personNolayer table { .personNolayer table {
padding: 10px 0 0 20px; padding: 10px 0 0 20px;
width: 100%; width: 100%;
background-color: #ededed; background-color: #ededed;
border-collapse: collapse; border-collapse: collapse;
border: 1px solid #d2d2d2; border: 1px solid #d2d2d2;
font-size: 12px; font-size: 12px;
} }
.personNolayer table th { .personNolayer table th {
background-color: #ededed; background-color: #ededed;
height: 34px; height: 34px;
text-indent: 15px; text-indent: 15px;
} }
.personNolayer table td { .personNolayer table td {
background-color: #ffffff; background-color: #ffffff;
padding: 9px 15px; padding: 9px 15px;
color: #333333; color: #333333;
border: 1px solid #d2d2d2; border: 1px solid #d2d2d2;
} }
.personNolayer table ._color_666 { .personNolayer table ._color_666 {
color: #666666; color: #666666;
} }
.personNolayer table tr._color_666 th { .personNolayer table tr._color_666 th {
padding: 9px 15px; padding: 9px 15px;
} }
.personNolayer table th { .personNolayer table th {
background-color: #ededed; background-color: #ededed;
height: 34px; height: 34px;
text-indent: 15px; text-indent: 15px;
} }
.personNolayer table td { .personNolayer table td {
background-color: #ffffff; background-color: #ffffff;
padding: 9px 15px; padding: 9px 15px;
color: #333333; color: #333333;
border: 1px solid #d2d2d2; border: 1px solid #d2d2d2;
} }
.personNolayer table ._color_666 { .personNolayer table ._color_666 {
color: #666666; color: #666666;
} }
.personNolayer table tr._color_666 th { .personNolayer table tr._color_666 th {
padding: 9px 15px; padding: 9px 15px;
} }
.groupts .underline { .groupts .underline {
text-decoration: underline; text-decoration: underline;
margin: 5px; margin: 5px;
text-align: center; text-align: center;
} }
.color_red_order { .color_red_order {
color: #e95252 !important; color: #e95252 !important;
} }
.enrollTotalSearch { .enrollTotalSearch {
width: 100%; width: 100%;
min-height: auto; min-height: auto;
padding: 0 0 20px 0; padding: 0 0 20px 0;
} }
.enrollTotalSearch::after { .enrollTotalSearch::after {
display: block; display: block;
clear: both; clear: both;
content: ""; content: "";
visibility: hidden; visibility: hidden;
height: 0; height: 0;
} }
.enrollTotalSearch li { .enrollTotalSearch li {
float: left; float: left;
font-size: 12px; font-size: 12px;
height: 40px; height: 40px;
color: #666; color: #666;
margin: 20px 10px 10px 0; margin: 20px 10px 10px 0;
} }
.enrollTotalSearch li > span { .enrollTotalSearch li>span {
display: inline-block; display: inline-block;
} }
.enrollTotalSearch li span > em { .enrollTotalSearch li span>em {
display: inline-block; display: inline-block;
min-width: 60px; min-width: 60px;
text-align: right; text-align: right;
font-style: normal; font-style: normal;
margin: 0 12px 0 0; margin: 0 12px 0 0;
} }
.enrollTotalSearch li:last-child { .enrollTotalSearch li:last-child {
float: right; float: right;
position: fixed; position: fixed;
top: 36px; top: 36px;
right: 20px; right: 20px;
text-align: right; text-align: right;
z-index: 50; z-index: 50;
} }
.enrollTotalSearchTable { .enrollTotalSearchTable {
width: 100%; width: 100%;
font-size: 14px; font-size: 14px;
color: #333; color: #333;
border-bottom: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc; border-right: 1px solid #cccccc;
border-collapse: collapse; border-collapse: collapse;
} }
.enrollTotalSearchTable tr { .enrollTotalSearchTable tr {
/* border-bottom: 2px solid #333; */ /* border-bottom: 2px solid #333; */
} }
.enrollTotalSearchTable tr th { .enrollTotalSearchTable tr th {
background: #bdbdbd; background: #bdbdbd;
height: 30px; height: 30px;
font-size: 12px; font-size: 12px;
text-align: center; text-align: center;
border-top: 1px solid #cccccc; border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc; border-left: 1px solid #cccccc;
} }
.enrollTotalSearchTable tr { .enrollTotalSearchTable tr {
background: #fff; background: #fff;
text-align: left; text-align: left;
} }
.enrollTotalSearchTable tbody tr:last-child { .enrollTotalSearchTable tbody tr:last-child {
border-bottom: 2px solid #333; border-bottom: 2px solid #333;
} }
.enrollTotalSearchTable tr:first-child td:first-child { .enrollTotalSearchTable tr:first-child td:first-child {
border-bottom: 2px solid #333; border-bottom: 2px solid #333;
} }
.enrollTotalSearchTable tr td { .enrollTotalSearchTable tr td {
height: 80px; height: 80px;
padding: 10px; padding: 10px;
border-top: 1px solid #cccccc; border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc; border-left: 1px solid #cccccc;
} }
.enrollTotalSearchTable tr td > img { .enrollTotalSearchTable tr td>img {
width: 32px; width: 32px;
height: 32px; height: 32px;
border-radius: 16px; border-radius: 16px;
vertical-align: middle; vertical-align: middle;
margin-right: 5px; margin-right: 5px;
} }
.enrollTotalSearchTable tr td p { .enrollTotalSearchTable tr td p {
line-height: 20px; line-height: 20px;
} }
.groupTourOrder_count_green { .groupTourOrder_count_green {
color: #1bc594; color: #1bc594;
} }
.groupTourOrder_count_blue { .groupTourOrder_count_blue {
color: #4d7afd; color: #4d7afd;
} }
.groupTourOrder_count_yellow { .groupTourOrder_count_yellow {
color: #ff9c00; color: #ff9c00;
} }
.groupTourOrder_count_gray { .groupTourOrder_count_gray {
color: #999999; color: #999999;
} }
.groupTourOrder_count { .groupTourOrder_count {
margin: 0 0 20px 0; margin: 0 0 20px 0;
width: 100%; width: 100%;
height: auto; height: auto;
} }
.groupTourOrder_count_col { .groupTourOrder_count_col {
height: 95px; height: 95px;
} }
.groupTourOrder_count_item { .groupTourOrder_count_item {
font-weight: 400; font-weight: 400;
padding: 10px; padding: 10px;
height: 100%; height: 100%;
border: 1px solid #e6e6e6; border: 1px solid #e6e6e6;
background-color: #ffffff; background-color: #ffffff;
color: #333333; color: #333333;
} }
.groupTourOrder_count_item > div > i { .groupTourOrder_count_item>div>i {
font-size: 12px; font-size: 12px;
vertical-align: bottom; vertical-align: bottom;
} }
.groupTourOrder_count_item > div > span:nth-child(2) { .groupTourOrder_count_item>div>span:nth-child(2) {
font-size: 14px; font-size: 14px;
vertical-align: bottom; vertical-align: bottom;
} }
.groupTourOrder_count_item > div > span:nth-child(3) { .groupTourOrder_count_item>div>span:nth-child(3) {
font-weight: bold; font-weight: bold;
font-size: 16px; font-size: 16px;
vertical-align: bottom; vertical-align: bottom;
} }
.groupTourOrder_count_item > p { .groupTourOrder_count_item>p {
font-size: 12px; font-size: 12px;
line-height: 18px; line-height: 18px;
} }
.groupTourOrder_count_item > p > span { .groupTourOrder_count_item>p>span {
margin: 0 5px 0 0; margin: 0 5px 0 0;
white-space: nowrap; white-space: nowrap;
} }
.groupTourOrder_more { .groupTourOrder_more {
margin: 0 -12px; margin: 0 -12px;
} }
.groupTourOrder_more > div { .groupTourOrder_more>div {
width: 100%; width: 100%;
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
...@@ -1823,97 +1414,96 @@ export default { ...@@ -1823,97 +1414,96 @@ export default {
color: #333333; color: #333333;
background-color: #ffffff; background-color: #ffffff;
cursor: pointer; cursor: pointer;
} }
.groupTourOrder_more > div:hover { .groupTourOrder_more>div:hover {
color: #297bef; color: #297bef;
background-color: #dcebff; background-color: #dcebff;
} }
.groupTourOrder_remarks { .groupTourOrder_remarks {
font-size: 0px; font-size: 0px;
} }
.groupTourOrder_remarks > div { .groupTourOrder_remarks>div {}
}
.groupTourOrder_remarks > div > div:nth-child(1) { .groupTourOrder_remarks>div>div:nth-child(1) {
float: left; float: left;
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
} }
.groupTourOrder_remarks > div > div:nth-child(1) > span { .groupTourOrder_remarks>div>div:nth-child(1)>span {
line-height: 20px; line-height: 20px;
font-size: 12px; font-size: 12px;
color: #e95252; color: #e95252;
white-space: nowrap; white-space: nowrap;
} }
.groupTourOrder_remarks > div > div:nth-child(1) > p { .groupTourOrder_remarks>div>div:nth-child(1)>p {
line-height: 20px; line-height: 20px;
font-size: 12px; font-size: 12px;
color: #e95252; color: #e95252;
} }
.groupTourOrder_remarks > div > div:nth-child(2) { .groupTourOrder_remarks>div>div:nth-child(2) {
float: right; float: right;
text-align: right; text-align: right;
font-size: 12px; font-size: 12px;
color: #e95252; color: #e95252;
} }
.groupTourOrder_remarks > div > div:nth-child(2) > i { .groupTourOrder_remarks>div>div:nth-child(2)>i {
font-size: 10px; font-size: 10px;
cursor: pointer; cursor: pointer;
} }
.groupTourOrder_remarks > div::after { .groupTourOrder_remarks>div::after {
display: block; display: block;
clear: both; clear: both;
content: ""; content: "";
visibility: hidden; visibility: hidden;
height: 0; height: 0;
} }
.groupTourOrder_remarks_btn { .groupTourOrder_remarks_btn {
padding: 0px; padding: 0px;
width: 12px; width: 12px;
height: 12px; height: 12px;
border: none; border: none;
background-color: transparent; background-color: transparent;
} }
.groupTourOrder_remarks_btn > i { .groupTourOrder_remarks_btn>i {
color: #e95252; color: #e95252;
font-size: 12px; font-size: 12px;
} }
.groupTourOrder_remarks_popover > div { .groupTourOrder_remarks_popover>div {
display: inline-block; display: inline-block;
font-size: 14px; font-size: 14px;
color: #000000; color: #000000;
} }
.groupTourOrder_remarks_popover > div::before { .groupTourOrder_remarks_popover>div::before {
content: ""; content: "";
display: inline-block; display: inline-block;
margin: 0 5px 0 0; margin: 0 5px 0 0;
width: 2px; width: 2px;
height: 12px; height: 12px;
background-color: #e95252; background-color: #e95252;
} }
.groupTourOrder_remarks_popover > span { .groupTourOrder_remarks_popover>span {
display: block; display: block;
margin: 0 0 0 0; margin: 0 0 0 0;
width: 100%; width: 100%;
text-align: center; text-align: center;
font-size: 12px; font-size: 12px;
color: #000000; color: #000000;
} }
.groupTourOrder_remarks_popover > p { .groupTourOrder_remarks_popover>p {
margin: 5px 0 0 0; margin: 5px 0 0 0;
padding: 3px; padding: 3px;
width: 100%; width: 100%;
...@@ -1921,86 +1511,87 @@ export default { ...@@ -1921,86 +1511,87 @@ export default {
overflow-y: auto; overflow-y: auto;
font-size: 12px; font-size: 12px;
color: #000000; color: #000000;
} }
.groupTourOrder_remarks_popover > p:nth-child(even) { .groupTourOrder_remarks_popover>p:nth-child(even) {
background-color: #e6e6e6; background-color: #e6e6e6;
} }
.groupTourOrder_remarks_popover > p > span:nth-child(1) { .groupTourOrder_remarks_popover>p>span:nth-child(1) {
float: left; float: left;
} }
.groupTourOrder_remarks_popover > p > span:nth-child(2) { .groupTourOrder_remarks_popover>p>span:nth-child(2) {
margin: 0 10px 0 0; margin: 0 10px 0 0;
float: right; float: right;
} }
.groupTourOrder_remarks_popover > p::after { .groupTourOrder_remarks_popover>p::after {
display: block; display: block;
clear: both; clear: both;
content: ""; content: "";
visibility: hidden; visibility: hidden;
height: 0; height: 0;
} }
/* .groupTourOrder_tickets>div>span{ /* .groupTourOrder_tickets>div>span{
margin: 0 5px 0 0; margin: 0 5px 0 0;
cursor: pointer; cursor: pointer;
} */ } */
.groupTourOrder_tickets > div > div > span { .groupTourOrder_tickets>div>div>span {
display: inline-block; display: inline-block;
margin: 0 10px 0 0; margin: 0 10px 0 0;
} }
.groupTourOrder_tickets_red { .groupTourOrder_tickets_red {
color: #ff0000; color: #ff0000;
text-decoration: underline; text-decoration: underline;
} }
.groupTourOrder_tickets_blue { .groupTourOrder_tickets_blue {
color: #0000ff; color: #0000ff;
text-decoration: underline; text-decoration: underline;
} }
.groupTourOrder_tickets_green { .groupTourOrder_tickets_green {
color: #008000; color: #008000;
text-decoration: underline; text-decoration: underline;
} }
.groupTourOrder_tickets_black { .groupTourOrder_tickets_black {
color: #000000; color: #000000;
text-decoration: underline; text-decoration: underline;
} }
.groupTourOrderByTuan_ico { .groupTourOrderByTuan_ico {
margin: 0 10px 0 0; margin: 0 10px 0 0;
} }
.groupTourOrderByTuan_ico > i { .groupTourOrderByTuan_ico>i {
display: inline-block; display: inline-block;
margin: 0 2px 0 0; margin: 0 2px 0 0;
width: 8px; width: 8px;
height: 8px; height: 8px;
border-radius: 2px; border-radius: 2px;
vertical-align: middle; vertical-align: middle;
} }
.groupTourOrderByTuan_ico > span { .groupTourOrderByTuan_ico>span {
vertical-align: middle; vertical-align: middle;
} }
.groupTourOrder_tickets > div > div { .groupTourOrder_tickets>div>div {
display: table-cell; display: table-cell;
cursor: pointer; cursor: pointer;
} }
.groupTourOrder_tickets > div > div:nth-child(1) { .groupTourOrder_tickets>div>div:nth-child(1) {
width: 80px; width: 80px;
} }
.groupTourOrder_tickets > div > div > span { .groupTourOrder_tickets>div>div>span {
display: inline-block; display: inline-block;
margin: 0 10px 0 0; margin: 0 10px 0 0;
} }
</style> </style>
...@@ -2231,6 +2231,10 @@ ...@@ -2231,6 +2231,10 @@
</div> </div>
<p v-if="item.unionRemark" style="color: red;font-size:10px;margin-top:5px;">联运备注:{{ item.unionRemark }} <p v-if="item.unionRemark" style="color: red;font-size:10px;margin-top:5px;">联运备注:{{ item.unionRemark }}
</p> </p>
<p v-if="item.airticketUnionNotes||item.configNum>0" style="color: red;font-size:10px;margin-top:5px;">
票务备注:<span style="color: red">已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}</span>
</p>
</td> </td>
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px"> <td colspan="4" class="groupTourOrder_remarks" style="height: 40px">
<div> <div>
......
...@@ -2432,6 +2432,10 @@ ...@@ -2432,6 +2432,10 @@
<div v-if="item.unionRemark" style="color: red"> <div v-if="item.unionRemark" style="color: red">
<span>联运备注:{{ item.unionRemark }}</span> <span>联运备注:{{ item.unionRemark }}</span>
</div> </div>
<div v-if="item.airticketUnionNotes||item.configNum>0" style="color: red">
票务备注:<span style="color: red">已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}</span>
</div>
</div> </div>
<div style=" <div style="
float: right; float: right;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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