Commit 0f6c5e9b authored by 吴春's avatar 吴春
parents b79867e7 8ed19551
...@@ -193,6 +193,7 @@ ...@@ -193,6 +193,7 @@
<tr> <tr>
<th></th> <th></th>
<th>{{$t('system.query_company')}}</th> <th>{{$t('system.query_company')}}</th>
<th>团队订单</th>
<th>{{$t('fnc.danhao')}}</th> <th>{{$t('fnc.danhao')}}</th>
<th>结转调拨单</th> <th>结转调拨单</th>
<th>{{$t('fnc.a_zhaiyao')}}</th> <th>{{$t('fnc.a_zhaiyao')}}</th>
...@@ -211,7 +212,7 @@ ...@@ -211,7 +212,7 @@
<th>{{$t('fnc.yueacc')}}</th> <th>{{$t('fnc.yueacc')}}</th>
</tr> </tr>
<tr> <tr>
<td :colspan="9">{{$t('fnc.a_qcyue')}}</td> <td :colspan="10">{{$t('fnc.a_qcyue')}}</td>
<td></td> <td></td>
<td></td> <td></td>
<td></td> <td></td>
...@@ -223,6 +224,7 @@ ...@@ -223,6 +224,7 @@
<input v-if="item.CallBackReFrId<=0" type="checkbox" :disabled="item.disabled" v-model="item.check" @change="addCheckbox(item,index)"> <input v-if="item.CallBackReFrId<=0" type="checkbox" :disabled="item.disabled" v-model="item.check" @change="addCheckbox(item,index)">
</td> </td>
<td>{{ item.BName }}</td> <td>{{ item.BName }}</td>
<td>{{ item.OrderID }}</td>
<!-- <td><span class="cursorpointer" :class="item.Type==1?'_bg_green':'_bg_red'" @click="goUrl('FinancialDocumentsDetail',item.FinanceId)">{{ item.FinanceId }}</span> </td> --> <!-- <td><span class="cursorpointer" :class="item.Type==1?'_bg_green':'_bg_red'" @click="goUrl('FinancialDocumentsDetail',item.FinanceId)">{{ item.FinanceId }}</span> </td> -->
<td> <td>
...@@ -259,7 +261,7 @@ ...@@ -259,7 +261,7 @@
<td>{{ moneyFormat(item.EndMoney) }}</td> <td>{{ moneyFormat(item.EndMoney) }}</td>
</tr> </tr>
<tr> <tr>
<td :colspan="9">{{$t('fnc.a_heji')}}{{$t('hotel.hotel_totalRoom')}}{{DataList.length}}{{$t('hotel.hotel_item')}}</td> <td :colspan="10">{{$t('fnc.a_heji')}}{{$t('hotel.hotel_totalRoom')}}{{DataList.length}}{{$t('hotel.hotel_item')}}</td>
<td> <td>
{{ InMoneyB == 0 ? '-' : moneyFormat(InMoneyB) }} {{ InMoneyB == 0 ? '-' : moneyFormat(InMoneyB) }}
</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