Commit 3da6d043 authored by liudong1993's avatar liudong1993

1

parent a0ea2e28
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
} }
.Team_ComCoin { .Team_ComCoin {
width: 60%; width: 70%;
margin: auto; margin: auto;
text-align: left; text-align: left;
} }
...@@ -903,8 +903,9 @@ ...@@ -903,8 +903,9 @@
<tr> <tr>
<th width="180">单号</th> <th width="180">单号</th>
<th width="200">费用类型</th> <th width="200">费用类型</th>
<th width="500">交易明细</th> <th width="200">付款对象</th>
<th width="300">金额</th> <th width="400">交易明细</th>
<th width="300">本位币</th>
<th width="200">交易日期</th> <th width="200">交易日期</th>
<th width="250">制单人员</th> <th width="250">制单人员</th>
<th width='180'>审核状态</th> <th width='180'>审核状态</th>
...@@ -917,6 +918,7 @@ ...@@ -917,6 +918,7 @@
<span class="Team_income" @click="goUrl('FinancialDocumentsDetail',item.FrID)">{{item.FrID}}</span> <span class="Team_income" @click="goUrl('FinancialDocumentsDetail',item.FrID)">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}<br /></span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}<br /></span></td>
<td>{{item.ClientName}}</td>
<td> <td>
<div class="Team_ComCoin" v-for="childItem in item.TradeWayList"> <div class="Team_ComCoin" v-for="childItem in item.TradeWayList">
支付方式:{{childItem.Alias}}&nbsp;币种:{{childItem.CurrencyName}} 支付方式:{{childItem.Alias}}&nbsp;币种:{{childItem.CurrencyName}}
...@@ -925,6 +927,7 @@ ...@@ -925,6 +927,7 @@
</div> </div>
</td> </td>
<td style="font-size:14px;"> <td style="font-size:14px;">
<span v-if="item.Rate !=1">原币:{{item.WBMoney}}<br /></span>
应付:{{item.Money}}<br /> 应付:{{item.Money}}<br />
实付:{{item.PayMoney}} 实付:{{item.PayMoney}}
</td> </td>
...@@ -955,7 +958,8 @@ ...@@ -955,7 +958,8 @@
<tr> <tr>
<th width="180">单号</th> <th width="180">单号</th>
<th width="200">费用类型</th> <th width="200">费用类型</th>
<th width="500">交易明细</th> <th width="200">付款对象</th>
<th width="400">交易明细</th>
<th width="300">金额</th> <th width="300">金额</th>
<th width="200">交易日期</th> <th width="200">交易日期</th>
<th width="250">制单人员</th> <th width="250">制单人员</th>
...@@ -969,6 +973,7 @@ ...@@ -969,6 +973,7 @@
<span class="Team_income" @click="goUrl('FinancialDocumentsDetail',item.FrID)">{{item.FrID}}</span> <span class="Team_income" @click="goUrl('FinancialDocumentsDetail',item.FrID)">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}<br /></span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}<br /></span></td>
<td>{{item.ClientName}}</td>
<td> <td>
<div class="Team_ComCoin" v-for="childItem in item.TradeWayList"> <div class="Team_ComCoin" v-for="childItem in item.TradeWayList">
支付方式:{{childItem.Alias}}&nbsp;币种:{{childItem.CurrencyName}} 支付方式:{{childItem.Alias}}&nbsp;币种:{{childItem.CurrencyName}}
...@@ -977,8 +982,8 @@ ...@@ -977,8 +982,8 @@
</div> </div>
</td> </td>
<td style="font-size:14px;"> <td style="font-size:14px;">
应付:{{item.Money}}<br /> <span v-if="item.Rate !=1">原币:{{item.WBMoney}}<br /> 本位币:{{item.Money}} 实付:{{item.PayMoney}}</span>
实付:{{item.PayMoney}} <span v-else>应付:{{item.Money}}<br />实付:{{item.PayMoney}}</span>
</td> </td>
<td>{{item.TradeDate}}</td> <td>{{item.TradeDate}}</td>
<td> <td>
...@@ -1007,7 +1012,8 @@ ...@@ -1007,7 +1012,8 @@
<tr> <tr>
<th width="180">单号</th> <th width="180">单号</th>
<th width="200">费用类型</th> <th width="200">费用类型</th>
<th width="500">交易明细</th> <th width="200">付款对象</th>
<th width="400">交易明细</th>
<th width="300">金额</th> <th width="300">金额</th>
<th width="200">交易日期</th> <th width="200">交易日期</th>
<th width="250">制单人员</th> <th width="250">制单人员</th>
...@@ -1023,6 +1029,7 @@ ...@@ -1023,6 +1029,7 @@
<span class="Team_income" @click="goUrl('FinancialDocumentsDetail',item.FrID)">{{item.FrID}}</span> <span class="Team_income" @click="goUrl('FinancialDocumentsDetail',item.FrID)">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}<br /></span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}<br /></span></td>
<td>{{item.ClientName}}</td>
<td> <td>
<div class="Team_ComCoin" v-for="childItem in item.TradeWayList"> <div class="Team_ComCoin" v-for="childItem in item.TradeWayList">
支付方式:{{childItem.Alias}}&nbsp;币种:{{childItem.CurrencyName}} 支付方式:{{childItem.Alias}}&nbsp;币种:{{childItem.CurrencyName}}
...@@ -1031,6 +1038,7 @@ ...@@ -1031,6 +1038,7 @@
</div> </div>
</td> </td>
<td style="font-size:14px;"> <td style="font-size:14px;">
<span v-if="item.Rate !=1">原币:{{item.WBMoney}}<br /></span>
应付:{{item.Money}}<br /> 应付:{{item.Money}}<br />
实付:{{item.PayMoney}} 实付:{{item.PayMoney}}
</td> </td>
...@@ -1061,7 +1069,8 @@ ...@@ -1061,7 +1069,8 @@
<tr> <tr>
<th width="180">单号</th> <th width="180">单号</th>
<th width="200">费用类型</th> <th width="200">费用类型</th>
<th width="500">交易明细</th> <th width="200">付款对象</th>
<th width="400">交易明细</th>
<th width="300">金额</th> <th width="300">金额</th>
<th width="200">交易日期</th> <th width="200">交易日期</th>
<th width="250">制单人员</th> <th width="250">制单人员</th>
...@@ -1075,6 +1084,7 @@ ...@@ -1075,6 +1084,7 @@
<span class="Team_income" @click="goUrl('FinancialDocumentsDetail',item.FrID)">{{item.FrID}}</span> <span class="Team_income" @click="goUrl('FinancialDocumentsDetail',item.FrID)">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}<br /></span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}<br /></span></td>
<td>{{item.ClientName}}</td>
<td> <td>
<div class="Team_ComCoin" v-for="childItem in item.TradeWayList"> <div class="Team_ComCoin" v-for="childItem in item.TradeWayList">
支付方式:{{childItem.Alias}}&nbsp;币种:{{childItem.CurrencyName}} 支付方式:{{childItem.Alias}}&nbsp;币种:{{childItem.CurrencyName}}
...@@ -1083,6 +1093,7 @@ ...@@ -1083,6 +1093,7 @@
</div> </div>
</td> </td>
<td style="font-size:14px;"> <td style="font-size:14px;">
<span v-if="item.Rate !=1">原币:{{item.WBMoney}}<br /></span>
应付:{{item.Money}}<br /> 应付:{{item.Money}}<br />
实付:{{item.PayMoney}} 实付:{{item.PayMoney}}
</td> </td>
...@@ -1497,7 +1508,8 @@ ...@@ -1497,7 +1508,8 @@
<tr> <tr>
<th width="180">单号</th> <th width="180">单号</th>
<th width="200">费用类型</th> <th width="200">费用类型</th>
<th width="500">交易明细</th> <th width="200">付款对象</th>
<th width="400">交易明细</th>
<th width="300">金额</th> <th width="300">金额</th>
<th width="200">交易日期</th> <th width="200">交易日期</th>
<th width="250">制单人员</th> <th width="250">制单人员</th>
...@@ -1537,6 +1549,7 @@ ...@@ -1537,6 +1549,7 @@
<span class="Team_income" @click="goUrl('FinancialDocumentsDetail',item.FrID)">{{item.FrID}}</span> <span class="Team_income" @click="goUrl('FinancialDocumentsDetail',item.FrID)">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}<br /></span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}<br /></span></td>
<td>{{item.ClientName}}</td>
<td> <td>
<div class="Team_ComCoin" v-for="childItem in item.TradeWayList"> <div class="Team_ComCoin" v-for="childItem in item.TradeWayList">
支付方式:{{childItem.Alias}}&nbsp;币种:{{childItem.CurrencyName}} 支付方式:{{childItem.Alias}}&nbsp;币种:{{childItem.CurrencyName}}
...@@ -1545,6 +1558,7 @@ ...@@ -1545,6 +1558,7 @@
</div> </div>
</td> </td>
<td style="font-size:14px;"> <td style="font-size:14px;">
<span v-if="item.Rate !=1">原币:{{item.WBMoney}}<br /></span>
应付:{{item.Money}}<br /> 应付:{{item.Money}}<br />
实付:{{item.PayMoney}} 实付:{{item.PayMoney}}
</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