Commit 45f759b2 authored by youjie's avatar youjie

增加 LureEmpName 引流人

parent 429898f3
...@@ -345,6 +345,7 @@ ...@@ -345,6 +345,7 @@
<span v-else>组团号:{{ item.TCNum }}</span> <span v-else>组团号:{{ item.TCNum }}</span>
</div> </div>
<div class="row c9e fz12"> <div class="row c9e fz12">
<span class="mr">引流人:{{ item.LureEmpName }}</span>
<span>销售:</span> <span>销售:</span>
<span class="mr"> <span class="mr">
{{ item.SaleName }} {{ item.SaleName }}
......
...@@ -439,6 +439,7 @@ ...@@ -439,6 +439,7 @@
> >
<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">引流人</th>
<th width="60">{{ $t("fnc.khxinxi") }}</th> <th width="60">{{ $t("fnc.khxinxi") }}</th>
<th width="70">{{ $t("salesModule.Type") }}</th> <th width="70">{{ $t("salesModule.Type") }}</th>
<th width="180"> <th width="180">
...@@ -467,7 +468,7 @@ ...@@ -467,7 +468,7 @@
<tr> <tr>
<td <td
v-show="list.length == 0" v-show="list.length == 0"
:colspan="isEditOrderCreate == 1 ? 18 : 17" :colspan="isEditOrderCreate == 1 ? 19 : 18"
align="center" align="center"
> >
{{ $t("system.content_noData") }} {{ $t("system.content_noData") }}
...@@ -604,6 +605,7 @@ ...@@ -604,6 +605,7 @@
查看报价单 查看报价单
</div> </div>
</td> </td>
<td> {{ item.LureEmpName }}</td>
<td> <td>
<p <p
class="over_ellipsis" class="over_ellipsis"
......
...@@ -1634,6 +1634,7 @@ ...@@ -1634,6 +1634,7 @@
<table class="groupTourOrderSearchTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading"> <table class="groupTourOrderSearchTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
<tr> <tr>
<th width="240">{{ $t("fnc.danhao") }}&{{ $t("visa.v_tuanhao") }}</th> <th width="240">{{ $t("fnc.danhao") }}&{{ $t("visa.v_tuanhao") }}</th>
<th width="120">引流人</th>
<th width="120">{{ $t("fnc.khxinxi") }}</th> <th width="120">{{ $t("fnc.khxinxi") }}</th>
<th width="70">{{ $t("salesModule.Type") }}</th> <th width="70">{{ $t("salesModule.Type") }}</th>
<th width="150"> <th width="150">
...@@ -1655,7 +1656,7 @@ ...@@ -1655,7 +1656,7 @@
<th width="200">{{ $t("system.table_operation") }}</th> <th width="200">{{ $t("system.table_operation") }}</th>
</tr> </tr>
<tr> <tr>
<td v-show="list.length == 0" colspan="18" align="center"> <td v-show="list.length == 0" colspan="19" align="center">
{{ $t("system.content_noData") }} {{ $t("system.content_noData") }}
</td> </td>
</tr> </tr>
...@@ -1745,6 +1746,7 @@ ...@@ -1745,6 +1746,7 @@
查看报价单 查看报价单
</div> </div>
</td> </td>
<td>{{ item.LureEmpName }}</td>
<td> <td>
<p class="fz12 over_ellipsis" style="width: 120px" :title="item.contactName"> <p class="fz12 over_ellipsis" style="width: 120px" :title="item.contactName">
{{ item.contactName }} {{ item.contactName }}
......
...@@ -1442,6 +1442,7 @@ ...@@ -1442,6 +1442,7 @@
<table class="groupTourOrderSearchTable" border="0" cellspacing="0" cellpadding="0" v-loading='loading'> <table class="groupTourOrderSearchTable" border="0" cellspacing="0" cellpadding="0" v-loading='loading'>
<tr> <tr>
<th width="240">{{$t('fnc.danhao')}}&{{$t('visa.v_tuanhao')}}</th> <th width="240">{{$t('fnc.danhao')}}&{{$t('visa.v_tuanhao')}}</th>
<th width="120">引流人</th>
<th width="120">{{$t('fnc.khxinxi')}}</th> <th width="120">{{$t('fnc.khxinxi')}}</th>
<th width="70">{{$t('salesModule.Type')}}</th> <th width="70">{{$t('salesModule.Type')}}</th>
<th width="150">{{$t('advmanager.v_xilie')}}&{{$t('advmanager.v_line')}}</th> <th width="150">{{$t('advmanager.v_xilie')}}&{{$t('advmanager.v_line')}}</th>
...@@ -1460,7 +1461,7 @@ ...@@ -1460,7 +1461,7 @@
<th width="200">{{$t('system.table_operation')}}</th> <th width="200">{{$t('system.table_operation')}}</th>
</tr> </tr>
<tr> <tr>
<td v-show="list.length==0" colspan="17" align="center">{{$t('system.content_noData')}}</td> <td v-show="list.length==0" colspan="18" align="center">{{$t('system.content_noData')}}</td>
</tr> </tr>
<tbody v-for="(item,index) in list" :key="index"> <tbody v-for="(item,index) in list" :key="index">
<tr> <tr>
...@@ -1486,6 +1487,7 @@ ...@@ -1486,6 +1487,7 @@
<p v-else-if="item.latestCommissionMoney" style="color:red"> <p v-else-if="item.latestCommissionMoney" style="color:red">
{{$t('salesModule.Commission')}}:{{item.latestCommissionMoney}}</p> {{$t('salesModule.Commission')}}:{{item.latestCommissionMoney}}</p>
</td> </td>
<td>{{ item.LureEmpName }}}</td>
<td> <td>
<p class="fz12 over_ellipsis" style="width: 120px;" :title="item.contactName">{{item.contactName}}</p> <p class="fz12 over_ellipsis" style="width: 120px;" :title="item.contactName">{{item.contactName}}</p>
<p class="fz12">{{item.contactMobile}}</p> <p class="fz12">{{item.contactMobile}}</p>
......
...@@ -521,6 +521,10 @@ ...@@ -521,6 +521,10 @@
</div> </div>
</div> </div>
<div class="row c9e fz12"> <div class="row c9e fz12">
<div class="row-c" v-if="item.LureEmpName">
<span class="mr">引流人:</span>
<span class="mr">{{ item.LureEmpName }}</span>
</div>
<div class="row-c" v-if="item.createName"> <div class="row-c" v-if="item.createName">
<span class="mr">创建人:</span> <span class="mr">创建人:</span>
<span class="mr">{{ item.createName }}</span> <span class="mr">{{ item.createName }}</span>
......
...@@ -513,13 +513,11 @@ ...@@ -513,13 +513,11 @@
<span>客人信息:{{ item.GuestName }}/{{ item.MobilePhone }}</span> <span>客人信息:{{ item.GuestName }}/{{ item.MobilePhone }}</span>
</div> </div>
<div class="row c9e fz12"> <div class="row c9e fz12">
<span class="mr">引流人:{{ item.CreateByName }}</span>
<span>销售:</span> <span>销售:</span>
<span class="mr"> <span class="mr">
{{ item.EnterName }} {{ item.EnterName }}
</span> </span>
<span class="mr" v-if="item.CreateByName">引流人:</span>
<span class="mr" v-if="item.CreateByName"
>{{ item.CreateByName }}</span>
<span>下单时间:</span> <span>下单时间:</span>
<span class="mr">{{ item.CreateTime }}</span> <span class="mr">{{ item.CreateTime }}</span>
<div class=""> <div class="">
......
...@@ -427,6 +427,7 @@ ...@@ -427,6 +427,7 @@
</span> </span>
</div> </div>
<div class="row c9e fz12"> <div class="row c9e fz12">
<span class="mr">引流人:{{ item.LureEmpName }}</span>
<span>销售:</span> <span>销售:</span>
<span class="mr"> <span class="mr">
{{ item.SaleName }} {{ item.SaleName }}
......
...@@ -377,6 +377,7 @@ ...@@ -377,6 +377,7 @@
</span> </span>
</div> </div>
<div class="row c9e fz12"> <div class="row c9e fz12">
<span class="mr">引流人:{{ item.LureEmpName }}</span>
<template v-if="item.EmName"> <template v-if="item.EmName">
<span>销售:</span> <span>销售:</span>
<span class="mr"> <span class="mr">
......
...@@ -526,6 +526,7 @@ ...@@ -526,6 +526,7 @@
</span> </span>
</div> </div>
<div class="row c9e fz12"> <div class="row c9e fz12">
<span class="mr">引流人:{{ item.LureEmpName }}</span>
<span>销售:</span> <span>销售:</span>
<span class="mr"> <span class="mr">
{{ item.SaleName }} {{ item.SaleName }}
......
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