Commit 6cd031ea authored by 黄奎's avatar 黄奎

1111

parent 4e25f0c2
...@@ -1880,7 +1880,7 @@ ...@@ -1880,7 +1880,7 @@
{{ $t("ground.lduikongwei") }} {{ $t("ground.lduikongwei") }}
</template> </template>
<template v-else> <template v-else>
导游 导游
</template> </template>
<input type="button" class="normalBtn" @click="UpdateLeaderSeat(item)" style="display: none" <input type="button" class="normalBtn" @click="UpdateLeaderSeat(item)" style="display: none"
:value="ConfigData.Config.IsLeaderUseSeat == 0?'占机位' :'取消机位'" /> :value="ConfigData.Config.IsLeaderUseSeat == 0?'占机位' :'取消机位'" />
...@@ -2684,7 +2684,13 @@ ...@@ -2684,7 +2684,13 @@
@click="goToPassenger2(msg.TCID, fourthItem.OrderId, 2)">{{ fourthItem.userName }} @click="goToPassenger2(msg.TCID, fourthItem.OrderId, 2)">{{ fourthItem.userName }}
<span style="color:#f56c6c">{{fourthItem.VisaType==1?'(个签)':''}} <span style="color:#f56c6c">{{fourthItem.VisaType==1?'(个签)':''}}
</span> </span>
<span style="color:#f56c6c">{{fourthItem.TicketOutTypeStr}} <span v-if="fourthItem.TicketOutType==1"
style="color:rgb(26, 168, 107);">{{fourthItem.TicketOutTypeStr}}
</span>
<span v-if="fourthItem.TicketOutType==2"
style="color:blue;">{{fourthItem.TicketOutTypeStr}}
</span>
<span v-else style="color:#f56c6c">{{fourthItem.TicketOutTypeStr}}
</span> </span>
</span> </span>
</template> </template>
...@@ -2855,19 +2861,20 @@ ...@@ -2855,19 +2861,20 @@
</el-popover> </el-popover>
</div> </div>
<div v-if="childItem.ChangePriceId>0" style=" overflow:hidden;"> <div v-if="childItem.ChangePriceId>0" style=" overflow:hidden;">
<span>改价申请: 申请金额【<span style="color:red;">{{childItem.ChangePriceMoney}}</span>元】{{childItem.ChangePriceReason}}</span> <span>改价申请: 申请金额【<span
<div style="text-align:right;" v-if="childItem.ChangePriceState==1"> style="color:red;">{{childItem.ChangePriceMoney}}</span>元】{{childItem.ChangePriceReason}}</span>
待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核 <div style="text-align:right;" v-if="childItem.ChangePriceState==1">
</div> 待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核
<div style="text-align:right;" v-if="childItem.ChangePriceState==2"> </div>
待{{childItem.ChangePriceType=="2"?"会计":"总经理"}}{{childItem.ExamineByName}}审核 <div style="text-align:right;" v-if="childItem.ChangePriceState==2">
</div> 待{{childItem.ChangePriceType=="2"?"会计":"总经理"}}{{childItem.ExamineByName}}审核
<div v-if="childItem.ChangePriceState==4" style="text-align:right;"> </div>
已驳回 <div v-if="childItem.ChangePriceState==4" style="text-align:right;">
</div> 已驳回
<div v-if="childItem.ChangePriceState==3" style="text-align:right;"> </div>
已通过 <div v-if="childItem.ChangePriceState==3" style="text-align:right;">
</div> 已通过
</div>
</div> </div>
</div> </div>
</td> </td>
......
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