Commit 5ef61287 authored by liudong1993's avatar liudong1993

1

parent 39dc8bda
...@@ -953,8 +953,8 @@ ...@@ -953,8 +953,8 @@
<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!=''"><span style="cursor: pointer;" <template v-if="o.DMCNum&&o.DMCNum!=''&&GetDetail.CreateBy!=userInfo.EmployeeId"><span style="cursor: pointer;" @click="goTravelInfo(o.DMCNum)">{{o.DMCNum}}</span>{{(o.MergeNumber>1?' ['+o.MergeNumber+$t('op.HE')+']':'')}}</template>
@click="goTravelInfo(o.DMCNum)">{{o.DMCNum}}</span>{{(o.MergeNumber>1?' ['+o.MergeNumber+$t('op.HE')+']':'')}}</template> <template v-if="o.DMCNum&&o.DMCNum!=''&&GetDetail.CreateBy==userInfo.EmployeeId"><span style="cursor: pointer;">{{o.DMCNum}}</span>{{(o.MergeNumber>1?' ['+o.MergeNumber+$t('op.HE')+']':'')}}</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>/
...@@ -975,10 +975,10 @@ ...@@ -975,10 +975,10 @@
&nbsp;&nbsp; &nbsp;&nbsp;
<a v-if="o.PriceOfferUrl&&o.PriceOfferUrl!=''" :href="o.PriceOfferUrl">{{$t('objFill.fj')}}</a> <a v-if="o.PriceOfferUrl&&o.PriceOfferUrl!=''" :href="o.PriceOfferUrl">{{$t('objFill.fj')}}</a>
</td> </td>
<td @click="gotoTravelList(o)"> <span class="_jump_page _font_bold">{{$t('objFill.cktd')}}</span> </td> <td @click="gotoTravelList(o)" v-if="GetDetail.CreateBy!=userInfo.EmployeeId"> <span class="_jump_page _font_bold">{{$t('objFill.cktd')}}</span> </td>
<td @click="jumpPage('RegistrationList',o.TCID,7)"> <span <td @click="jumpPage('RegistrationList',o.TCID,7)"> <span
class="_jump_page _font_bold">{{$t('salesModule.LookBM')}}</span> </td> class="_jump_page _font_bold">{{$t('salesModule.LookBM')}}</span> </td>
<td v-if="qjGroupId==userInfo.RB_Group_id || TeamShouZhi" <td v-if="(qjGroupId==userInfo.RB_Group_id || TeamShouZhi) && GetDetail.CreateBy!=userInfo.EmployeeId"
@click="GetDetail.TCIDAndTCNUMList.length==1?jumpPage('TeamBalancePayment',o.TCID,5):jumpPage('TeamBalancePayment',o.TCID,6)"> @click="GetDetail.TCIDAndTCNUMList.length==1?jumpPage('TeamBalancePayment',o.TCID,5):jumpPage('TeamBalancePayment',o.TCID,6)">
<span class="_jump_page _font_bold">{{$t('objFill.tdsz')}}</span> </td> <span class="_jump_page _font_bold">{{$t('objFill.tdsz')}}</span> </td>
<td v-if="OrderSource==9&&GetDetail.SourceID>0" @click="jumpPage('FinancialOrder',GetDetail,2)"> <span <td v-if="OrderSource==9&&GetDetail.SourceID>0" @click="jumpPage('FinancialOrder',GetDetail,2)"> <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