Commit 59d4d5e9 authored by 吴春's avatar 吴春

佣金收入单的时候地接团号显示

parent 150f07f4
...@@ -916,6 +916,7 @@ ...@@ -916,6 +916,7 @@
<tr v-for="(o,ox) in GetDetail.TCIDAndTCNUMList" class="_fujiashuoming_tr"> <tr v-for="(o,ox) in GetDetail.TCIDAndTCNUMList" class="_fujiashuoming_tr">
<td :colspan="3"> <td :colspan="3">
{{o.TCNUM}}({{o.TCID}}) {{o.TCNUM}}({{o.TCID}})
<template v-if="o.DMCNum&&o.DMCNum!=''">{{o.DMCNum}}</template>
<span v-if="GetDetail.IsShowGuestUrl && GetDetail.IsShowGuestUrl === 1" <span v-if="GetDetail.IsShowGuestUrl && GetDetail.IsShowGuestUrl === 1"
@click="goInves('investigationList',o.TCID)" class="FD_yijian">{{$t('objFill.lkyj')}} @click="goInves('investigationList',o.TCID)" class="FD_yijian">{{$t('objFill.lkyj')}}
<span>{{o.GuestSurveyNum?o.GuestSurveyNum:0}}</span>/ <span>{{o.GuestSurveyNum?o.GuestSurveyNum:0}}</span>/
......
...@@ -253,7 +253,9 @@ ...@@ -253,7 +253,9 @@
<p class="_TCIDAndTCNUMList" style="display: flex;"> <p class="_TCIDAndTCNUMList" style="display: flex;">
<!-- <span>团号:</span> --> <!-- <span>团号:</span> -->
<template v-if="scope.row.TCIDAndTCNUMList&&scope.row.TCIDAndTCNUMList.length>0"> <template v-if="scope.row.TCIDAndTCNUMList&&scope.row.TCIDAndTCNUMList.length>0">
<p><span v-for="(i,ix) in scope.row.TCIDAndTCNUMList">{{i.TCNUM}}{{i.TCID}}<span v-if="ix!=scope.row.TCIDAndTCNUMList.length-1">,</br></span></span></p> <p><span v-for="(i,ix) in scope.row.TCIDAndTCNUMList">{{i.TCNUM}}{{i.TCID}}
<template v-if="i.DMCNum&&i.DMCNum!=''">{{i.DMCNum}}</template>
<span v-if="ix!=scope.row.TCIDAndTCNUMList.length-1">,</br></span></span></p>
</template> </template>
<template v-else> <template v-else>
<span></span> <span></span>
......
...@@ -1050,6 +1050,7 @@ ...@@ -1050,6 +1050,7 @@
<template v-if="scope.row.TCIDAndTCNUMList&&scope.row.TCIDAndTCNUMList.length>0"> <template v-if="scope.row.TCIDAndTCNUMList&&scope.row.TCIDAndTCNUMList.length>0">
<p><span v-for="(i,ix) in scope.row.TCIDAndTCNUMList">{{i.TCNUM}}{{i.TCID}} <p><span v-for="(i,ix) in scope.row.TCIDAndTCNUMList">{{i.TCNUM}}{{i.TCID}}
<template v-if="i.TeamTypeNameStr&&i.TeamTypeNameStr!=''">({{i.TeamTypeNameStr}})</template> <template v-if="i.TeamTypeNameStr&&i.TeamTypeNameStr!=''">({{i.TeamTypeNameStr}})</template>
<template v-if="i.DMCNum&&i.DMCNum!=''"></br>{{i.DMCNum}}</br></template>
<span v-if="ix!=scope.row.TCIDAndTCNUMList.length-1">,<br /></span></span></p> <span v-if="ix!=scope.row.TCIDAndTCNUMList.length-1">,<br /></span></span></p>
</template> </template>
<template v-else> <template v-else>
......
...@@ -947,6 +947,7 @@ ...@@ -947,6 +947,7 @@
<td :colspan="3"> <td :colspan="3">
{{o.TCNUM}}{{o.TCID}} {{o.TCNUM}}{{o.TCID}}
<template v-if="o.TeamTypeNameStr&&o.TeamTypeNameStr!=''">{{o.TeamTypeNameStr}}</template> <template v-if="o.TeamTypeNameStr&&o.TeamTypeNameStr!=''">{{o.TeamTypeNameStr}}</template>
<template v-if="o.DMCNum&&o.DMCNum!=''">{{o.DMCNum}}</template>
<span v-if="GetDetail.IsShowGuestUrl && GetDetail.IsShowGuestUrl===1" <span v-if="GetDetail.IsShowGuestUrl && GetDetail.IsShowGuestUrl===1"
@click="goInves('investigationList',o.TCID)" class="FD_yijian">{{$t('objFill.lkyj')}} @click="goInves('investigationList',o.TCID)" class="FD_yijian">{{$t('objFill.lkyj')}}
<span>{{o.GuestSurveyNum?o.GuestSurveyNum:0}}</span>/ <span>{{o.GuestSurveyNum?o.GuestSurveyNum:0}}</span>/
......
...@@ -408,7 +408,10 @@ ...@@ -408,7 +408,10 @@
<template v-if="scope.row.TCIDAndTCNUMList&&scope.row.TCIDAndTCNUMList.length>0"> <template v-if="scope.row.TCIDAndTCNUMList&&scope.row.TCIDAndTCNUMList.length>0">
<p><span v-for="(i,ix) in scope.row.TCIDAndTCNUMList">{{i.TCNUM}}{{i.TCID}} <p><span v-for="(i,ix) in scope.row.TCIDAndTCNUMList">{{i.TCNUM}}{{i.TCID}}
<template v-if="i.TeamTypeNameStr&&i.TeamTypeNameStr!=''">{{i.TeamTypeNameStr}}</template> <template v-if="i.TeamTypeNameStr&&i.TeamTypeNameStr!=''">{{i.TeamTypeNameStr}}</template>
<span v-if="ix!=scope.row.TCIDAndTCNUMList.length-1">,</br></span></span></p> <template v-if="i.DMCNum&&i.DMCNum!=''"></br>{{i.DMCNum}}</br></template>
<span v-if="ix!=scope.row.TCIDAndTCNUMList.length-1">,</br></span></span>
</p>
</template> </template>
<template v-else> <template v-else>
<span>{{$t('fnc.no')}}</span> <span>{{$t('fnc.no')}}</span>
......
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