Commit 45f759b2 authored by youjie's avatar youjie

增加 LureEmpName 引流人

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