Commit a47411bf authored by liudong1993's avatar liudong1993

1

parent 96e84389
......@@ -194,11 +194,11 @@
<th>{{$t('system.query_company')}}</th>
<th>{{$t('fnc.danhao')}}</th>
<th>{{$t('fnc.a_zhaiyao')}}</th>
<th>费用科目</th>
<th>制单人</th>
<th>单据状态</th>
<th width="300px">{{$t('fnc.a_hkrfkduixiang')}}</th>
<th>{{$t('fnc.a_hkfkshijian')}}</th>
<th>{{$t('fnc.jylshuihao')}}</th>
<th width="350px">{{$t('fnc.a_hkrfkduixiang')}}</th>
<th>{{$t('fnc.a_hkfkshijian')}}</th>
<th>原币种</th>
<th>原币收款</th>
<th>原币付款</th>
......@@ -228,22 +228,22 @@
<span class="cursorpointer" :class=" item.Type === 1 ? 'CAcc_bg_green' : 'CAcc_bg_red'" @click="goUrlNew(item)">{{ item.FinanceId }}</span>
</td>
<td>
<p>{{item.CostTypeName}}</p>
<p v-for="qitem in item.CostTypeList">{{qitem}}</p>
<!-- <p>{{item.CostTypeName}}</p> -->
</td>
<td>
<p v-for=" ( son , sIndex ) in item.TCIDAndTCNUMList"> <span>{{ son.TCNUM }} ( <span> {{ son.TCID }} </span> )</span> </p>
</td>
<td>{{item.EmName}}</td>
<td>{{item.AuditDescription}}</td>
<td>
<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 == 1">{{$t('fnc.hnrdanwei')}}{{ item.RemitterName }} {{ item.AccountNumber }}</span>
<span v-if=" item.Type == 2">{{ item.ClientTypeName }}{{ item.RemitterName }} {{ item.AccountNumber }}</span>
</td>
<td>
<span v-if=" item.Type == 1">{{$t('fnc.hkshijian')}}{{ item.TradeDate }}</span>
<span v-if=" item.Type == 2">{{$t('fnc.a_fkshijian')}}{{ item.TradeDate }}</span>
</td>
<td>
{{ item.AccountNumber }}
</td>
<td> {{ item.CurrencyName }} </td>
<td>{{ item.Type == 1 ? moneyFormat(item.OriginalMoney) : '' }}</td>
<td>{{ item.Type == 2 ? moneyFormat(item.OriginalMoney) : '' }}</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