Commit d9f81f68 authored by youjie's avatar youjie

no message

parent b2488947
...@@ -345,7 +345,7 @@ ...@@ -345,7 +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 class="mr" v-if="item.LureEmpName">引流人:{{ item.LureEmpName }}</span>
<span>销售:</span> <span>销售:</span>
<span class="mr"> <span class="mr">
{{ item.SaleName }} {{ item.SaleName }}
......
...@@ -558,7 +558,7 @@ ...@@ -558,7 +558,7 @@
: item.commissionSPeopleName : item.commissionSPeopleName
}} }}
</p> </p>
<p>引流人:{{ item.LureEmpName }}</p> <p v-if="item.LureEmpName">引流人:{{ item.LureEmpName }}</p>
<p>{{ $t("hotel.hotel_StartTeam") }}:{{ item.startDate }}</p> <p>{{ $t("hotel.hotel_StartTeam") }}:{{ item.startDate }}</p>
<p v-if="item.tradeWay == 1">{{ item.platformOrder }}</p> <p v-if="item.tradeWay == 1">{{ item.platformOrder }}</p>
<!-- <p v-if="item.commissionMoney" style="color: red;"> <!-- <p v-if="item.commissionMoney" style="color: red;">
......
...@@ -1702,7 +1702,7 @@ ...@@ -1702,7 +1702,7 @@
<p class="fz12 over_ellipsis" style="width: 100%"> <p class="fz12 over_ellipsis" style="width: 100%">
{{ item.commissionSPeopleName }} {{ item.commissionSPeopleName }}
</p> </p>
<p>引流人:{{ item.LureEmpName }}</p> <p v-if="item.LureEmpName">引流人:{{ item.LureEmpName }}</p>
<p style="min-width: 180px"> <p style="min-width: 180px">
{{ $t("hotel.hotel_StartTeam") }}{{ item.startDate }} {{ $t("hotel.hotel_StartTeam") }}{{ item.startDate }}
</p> </p>
......
...@@ -1478,7 +1478,7 @@ ...@@ -1478,7 +1478,7 @@
<p class="fz12 over_ellipsis" style="width: 100%;text-decoration:underline;cursor:pointer;" <p class="fz12 over_ellipsis" style="width: 100%;text-decoration:underline;cursor:pointer;"
:title="item.alName" @click="goUrlX('产品查询','productQueryOne',item.tcid,item.tcnum)">{{item.tcnum}}</p> :title="item.alName" @click="goUrlX('产品查询','productQueryOne',item.tcid,item.tcnum)">{{item.tcnum}}</p>
<p class="fz12 over_ellipsis" style="width: 100%;">{{item.commissionSPeopleName}}</p> <p class="fz12 over_ellipsis" style="width: 100%;">{{item.commissionSPeopleName}}</p>
<p>引流人:{{ item.LureEmpName }}</p> <p v-if="item.LureEmpName">引流人:{{ item.LureEmpName }}</p>
<p style="min-width: 180px;">{{$t('hotel.hotel_StartTeam')}}:{{item.startDate}}</p> <p style="min-width: 180px;">{{$t('hotel.hotel_StartTeam')}}:{{item.startDate}}</p>
<p>{{$t('restaurant.res_oderTime')}}:{{item.createDate}}</p> <p>{{$t('restaurant.res_oderTime')}}:{{item.createDate}}</p>
<p v-if="item.tradeWay ==1">{{item.platformOrder}}</p> <p v-if="item.tradeWay ==1">{{item.platformOrder}}</p>
......
...@@ -521,11 +521,9 @@ ...@@ -521,11 +521,9 @@
</div> </div>
</div> </div>
<div class="row c9e fz12"> <div class="row c9e fz12">
<div class="row-c" v-if="item.LureEmpName"> <div class="row-c">
<span class="mr">引流人:</span> <span class="mr" v-if="item.LureEmpName">引流人:{{ item.LureEmpName }}</span>
<span class="mr">{{ item.LureEmpName }}</span> <template v-if="item.createName">
</div>
<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>
<el-image class="mr" v-if="item.createPhoto" <el-image class="mr" v-if="item.createPhoto"
...@@ -533,6 +531,7 @@ ...@@ -533,6 +531,7 @@
:src="item.createPhoto" :src="item.createPhoto"
:preview-src-list="[item.createPhoto]"> :preview-src-list="[item.createPhoto]">
</el-image> </el-image>
</template>
</div> </div>
<span>下单时间:</span> <span>下单时间:</span>
......
...@@ -513,7 +513,7 @@ ...@@ -513,7 +513,7 @@
<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 class="mr" v-if="item.LureEmpName">引流人:{{ item.CreateByName }}</span>
<span>销售:</span> <span>销售:</span>
<span class="mr"> <span class="mr">
{{ item.EnterName }} {{ item.EnterName }}
......
...@@ -427,7 +427,7 @@ ...@@ -427,7 +427,7 @@
</span> </span>
</div> </div>
<div class="row c9e fz12"> <div class="row c9e fz12">
<span class="mr">引流人:{{ item.LureEmpName }}</span> <span class="mr" v-if="item.LureEmpName">引流人:{{ item.LureEmpName }}</span>
<span>销售:</span> <span>销售:</span>
<span class="mr"> <span class="mr">
{{ item.SaleName }} {{ item.SaleName }}
......
...@@ -377,7 +377,7 @@ ...@@ -377,7 +377,7 @@
</span> </span>
</div> </div>
<div class="row c9e fz12"> <div class="row c9e fz12">
<span class="mr">引流人:{{ item.LureEmpName }}</span> <span class="mr" v-if="item.LureEmpName">引流人:{{ item.LureEmpName }}</span>
<template v-if="item.EmName"> <template v-if="item.EmName">
<span>销售:</span> <span>销售:</span>
<span class="mr"> <span class="mr">
......
...@@ -526,7 +526,7 @@ ...@@ -526,7 +526,7 @@
</span> </span>
</div> </div>
<div class="row c9e fz12"> <div class="row c9e fz12">
<span class="mr">引流人:{{ item.LureEmpName }}</span> <span class="mr" v-if="item.LureEmpName">引流人:{{ 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