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

1111

parent 4e25f0c2
...@@ -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,7 +2861,8 @@ ...@@ -2855,7 +2861,8 @@
</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
style="color:red;">{{childItem.ChangePriceMoney}}</span>元】{{childItem.ChangePriceReason}}</span>
<div style="text-align:right;" v-if="childItem.ChangePriceState==1"> <div style="text-align:right;" v-if="childItem.ChangePriceState==1">
待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核 待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核
</div> </div>
......
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