Commit 4c1aee32 authored by 黄奎's avatar 黄奎

1

parent 235d9a43
......@@ -343,7 +343,13 @@
<td>{{item.DiscountMoney}}</td>
<td>{{item.DueinMoney}}</td>
<td>
<span :class="item.OrderStatus==2?'color_red_order':''">{{item.OrderStateStr}}</span>
<span :class="item.OrderStatus==2?'color_red_order':''">{{item.OrderStateStr}}
</span>
<template v-if="item.OrderStatus==2">
<br />
<font style="color:red">{{item.CancelDate}}</font>
</template>
</td>
<td style="text-align:left;padding:3px;">
{{item.HotelName}}({{item.HotelCode}}) <br />
......@@ -460,6 +466,14 @@
{{item.Remark}}
</div>
</div>
<div class="clearfix" v-if="item.OrderStatus==2&&item.CancelNotes&&item.CancelNotes!=''">
<div class="SH_beizhu" style="">
取消原因:
</div>
<div class="SH_beizhuInner">
{{item.CancelNotes}}
</div>
</div>
</td>
<td colspan="10" style="text-align:left;width:600px">
<div class="SH_OrderDan">
......
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