Commit 854d8622 authored by youjie's avatar youjie

no message

parent f23cb914
...@@ -3023,7 +3023,7 @@ ...@@ -3023,7 +3023,7 @@
OrderDataList.cancelList != null && OrderDataList.cancelList != null &&
OrderDataList.cancelList.length > 0 OrderDataList.cancelList.length > 0
"> ">
<td colspan="16"> <td colspan="17">
<span class="RL-redType" @click="isShowCancelOrder = !isShowCancelOrder" style="cursor: pointer" <span class="RL-redType" @click="isShowCancelOrder = !isShowCancelOrder" style="cursor: pointer"
title="点击查看">{{ $t("sm.exitOrder") }}(<span style="color: blue">{{ title="点击查看">{{ $t("sm.exitOrder") }}(<span style="color: blue">{{
!isShowCancelOrder ? "展开" : "收起" !isShowCancelOrder ? "展开" : "收起"
...@@ -3188,7 +3188,7 @@ ...@@ -3188,7 +3188,7 @@
color_red_order: item.DueInMoney && item.DueInMoney > 0, color_red_order: item.DueInMoney && item.DueInMoney > 0,
}">{{ item.DueInMoney }}</span> }">{{ item.DueInMoney }}</span>
</td> </td>
<td class="fz12" colspan="2"> <td class="fz12" colspan="3">
<span class="RL-redType">{{ item.statsstr }}</span> <span class="RL-redType">{{ item.statsstr }}</span>
<br /> <br />
<span class="RL-redType" v-if="item.OrderCancelDate != ''">{{ <span class="RL-redType" v-if="item.OrderCancelDate != ''">{{
...@@ -3300,7 +3300,7 @@ ...@@ -3300,7 +3300,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="14" class="RL_Order"> <td colspan="15" class="RL_Order">
<span class="RL-remarkTitle" v-if="item.GuestList.length > 0">{{ $t("salesModule.MD") }}:</span> <span class="RL-remarkTitle" v-if="item.GuestList.length > 0">{{ $t("salesModule.MD") }}:</span>
<span class="RL-redType RL-remarkCon" v-if="item.GuestList.length > 0"> <span class="RL-redType RL-remarkCon" v-if="item.GuestList.length > 0">
<span style="color: blue !important" v-for="childItem in item.GuestList" @click=" <span style="color: blue !important" v-for="childItem in item.GuestList" @click="
...@@ -3361,7 +3361,7 @@ ...@@ -3361,7 +3361,7 @@
审批说明:<span>{{ item.OrderspecialofferReason }}</span> 审批说明:<span>{{ item.OrderspecialofferReason }}</span>
</div> </div>
</td> </td>
<td colspan="3" style="height: 40px; cursor: pointer" <td colspan="4" style="height: 40px; cursor: pointer"
@click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)"> @click="goUrlSFD('SalesFinancialDetail', '销售财务单据', item)">
<div> <div>
<span>{{ $t("hotel.hotel_Order") }}:</span> <span>{{ $t("hotel.hotel_Order") }}:</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