Commit deae6bbb authored by 华国豪's avatar 华国豪 🙄
parents 642c4459 707153f4
......@@ -295,7 +295,7 @@
{{subItem.PayStyle === 1||subItem.PayStyle === 11 ? moneyFormat(childItem.UnitPrice*(childItem.BookNum-childItem.HotelDiscount)) : 0}}
</span>
<span v-else>
{{(subItem.PayStyle === 1||subItem.PayStyle === 11) && (subItem.DMCPayType === 1||subItem.DMCPayType === 11) ? moneyFormat(childItem.UnitPrice*(childItem.BookNum-childItem.HotelDiscount)) : 0}}
{{(subItem.DMCPayType === 1||subItem.DMCPayType === 11) ? moneyFormat(childItem.UnitPrice*(childItem.BookNum-childItem.HotelDiscount)) : 0}}
</span>
</td>
<td v-if="childIndex==0" :rowspan="6">
......
......@@ -3439,6 +3439,13 @@ export default {
meta: {
title: '简易报表'
},
},{ //财务 报表 简易报表跨年统计
path: '/EasyReportAcrossYears',
name: 'EasyReportAcrossYears',
component: resolve => require(['@/components/FinancialModule/ReportForm/EasyReportAcrossYears'], resolve),
meta: {
title: '简易报表跨年统计'
},
},
{ //RevenueFileMan
path: '/RevenueFileMan',
......
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