Commit 580e3b0c authored by liudong1993's avatar liudong1993

1

parent 9bd91a5c
...@@ -194,7 +194,9 @@ ...@@ -194,7 +194,9 @@
<th>{{$t('system.query_company')}}</th> <th>{{$t('system.query_company')}}</th>
<th>{{$t('fnc.danhao')}}</th> <th>{{$t('fnc.danhao')}}</th>
<th>{{$t('fnc.a_zhaiyao')}}</th> <th>{{$t('fnc.a_zhaiyao')}}</th>
<th>{{$t('fnc.a_hkrfkduixiang')}}</th> <th>制单人</th>
<th>单据状态</th>
<th width="100px">{{$t('fnc.a_hkrfkduixiang')}}</th>
<th>{{$t('fnc.a_hkfkshijian')}}</th> <th>{{$t('fnc.a_hkfkshijian')}}</th>
<th>{{$t('fnc.jylshuihao')}}</th> <th>{{$t('fnc.jylshuihao')}}</th>
<th>原币种</th> <th>原币种</th>
...@@ -209,7 +211,7 @@ ...@@ -209,7 +211,7 @@
<th>{{$t('fnc.yueacc')}}</th> <th>{{$t('fnc.yueacc')}}</th>
</tr> </tr>
<tr> <tr>
<td :colspan="8">{{$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>
...@@ -229,6 +231,8 @@ ...@@ -229,6 +231,8 @@
<p>{{item.CostTypeName}}</p> <p>{{item.CostTypeName}}</p>
<p v-for=" ( son , sIndex ) in item.TCIDAndTCNUMList"> <span>{{ son.TCNUM }} ( <span> {{ son.TCID }} </span> )</span> </p> <p v-for=" ( son , sIndex ) in item.TCIDAndTCNUMList"> <span>{{ son.TCNUM }} ( <span> {{ son.TCID }} </span> )</span> </p>
</td> </td>
<td>{{item.EmName}}</td>
<td>{{item.AuditDescription}}</td>
<td> <td>
<span v-if=" item.Type == 1">{{$t('fnc.hnrdanwei')}}{{ item.RemitterName }}</span> <span v-if=" item.Type == 1">{{$t('fnc.hnrdanwei')}}{{ item.RemitterName }}</span>
<span v-if=" item.Type == 2">{{ item.ClientTypeName }}{{ item.RemitterName }}</span> <span v-if=" item.Type == 2">{{ item.ClientTypeName }}{{ item.RemitterName }}</span>
...@@ -248,7 +252,7 @@ ...@@ -248,7 +252,7 @@
<td>{{ moneyFormat(item.EndMoney) }}</td> <td>{{ moneyFormat(item.EndMoney) }}</td>
</tr> </tr>
<tr> <tr>
<td :colspan="8">{{$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>{{ InMoneyB == 0 ? '-' : moneyFormat(InMoneyB) }}</td> <td>{{ InMoneyB == 0 ? '-' : moneyFormat(InMoneyB) }}</td>
<td>{{ OutMoneyB == 0 ? '-' : moneyFormat(OutMoneyB) }}</td> <td>{{ OutMoneyB == 0 ? '-' : moneyFormat(OutMoneyB) }}</td>
<td>{{ InMoney == 0 ? '-' : moneyFormat(InMoney) }}</td> <td>{{ InMoney == 0 ? '-' : moneyFormat(InMoney) }}</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