Commit 2fe0d4de authored by 黄奎's avatar 黄奎

页面修改

parent 8e21cdb6
...@@ -180,11 +180,13 @@ ...@@ -180,11 +180,13 @@
<span class="padding10" v-for="i in item.CostTypeList">{{i}}</span> <span class="padding10" v-for="i in item.CostTypeList">{{i}}</span>
</td> </td>
<td>{{item.CreateDate}}</td> <td>{{item.CreateDate}}</td>
<td><div v-for="childItem in item.TradeWayList"> <td>
<div v-for="childItem in item.TradeWayList">
支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span> 支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span>
<span class="Team_Coins">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span> <span class="Team_Coins">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span>
<span class="TB_Rate">汇率:{{childItem.Rate}}</span> <span class="TB_Rate">汇率:{{childItem.Rate}}</span>
</div></td> </div>
</td>
<td> <td>
<span>¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span> <span>¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span>
</td> </td>
...@@ -237,11 +239,13 @@ ...@@ -237,11 +239,13 @@
<span class="padding10" v-for="i in item.CostTypeList">{{i}}</span> <span class="padding10" v-for="i in item.CostTypeList">{{i}}</span>
</td> </td>
<td>{{item.CreateDate}}</td> <td>{{item.CreateDate}}</td>
<td><div v-for="childItem in item.TradeWayList"> <td>
<div v-for="childItem in item.TradeWayList">
支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span> 支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span>
<span class="Team_Coins">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span> <span class="Team_Coins">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span>
<span class="TB_Rate">汇率:{{childItem.Rate}}</span> <span class="TB_Rate">汇率:{{childItem.Rate}}</span>
</div></td> </div>
</td>
<td> <td>
<span>¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span> <span>¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span>
</td> </td>
...@@ -272,8 +276,8 @@ ...@@ -272,8 +276,8 @@
<p class="teamRevenueExpenditureTitle"> <p class="teamRevenueExpenditureTitle">
其它 其它
<span class="fr" style="margin-top: -8px;"> <span class="fr" style="margin-top: -8px;">
<input type="button" class="normalBtn" value="新增付款" @click="goUrl(14,2)" /><input type="button" class="normalBtn" <input type="button" class="normalBtn" value="新增付款" @click="goUrl(14,2)" /><input type="button"
value="新增收款" @click="goUrl(14,1)" /> class="normalBtn" value="新增收款" @click="goUrl(14,1)" />
</span> </span>
</p> </p>
<table border="0" cellspacing="1" cellpadding="0" class="teamRevenueExpenditureTable"> <table border="0" cellspacing="1" cellpadding="0" class="teamRevenueExpenditureTable">
...@@ -295,11 +299,13 @@ ...@@ -295,11 +299,13 @@
<span class="padding10" v-for="i in item.CostTypeList">{{i}}</span> <span class="padding10" v-for="i in item.CostTypeList">{{i}}</span>
</td> </td>
<td>{{item.CreateDate}}</td> <td>{{item.CreateDate}}</td>
<td><div v-for="childItem in item.TradeWayList"> <td>
<div v-for="childItem in item.TradeWayList">
支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span> 支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span>
<span class="Team_Coins">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span> <span class="Team_Coins">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span>
<span class="TB_Rate">汇率:{{childItem.Rate}}</span> <span class="TB_Rate">汇率:{{childItem.Rate}}</span>
</div></td> </div>
</td>
<td> <td>
<span>¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span> <span>¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span>
</td> </td>
...@@ -352,13 +358,12 @@ ...@@ -352,13 +358,12 @@
eatPay: 0, eatPay: 0,
ticketPay: 0, ticketPay: 0,
busPay: 0, busPay: 0,
otherPay:0, otherPay: 0,
} }
}, },
methods: { methods: {
//跳转到财务页面 //跳转到财务页面
goFinaceURL(id) goFinaceURL(id) {
{
this.$router.push({ this.$router.push({
name: 'FinancialDocumentsDetail', name: 'FinancialDocumentsDetail',
query: { query: {
...@@ -366,7 +371,6 @@ ...@@ -366,7 +371,6 @@
'blank': 'y', 'blank': 'y',
} }
}); });
//http://www.test.com:8080/#/FinancialDocumentsDetail?id=2043
}, },
numberToWord(val) { numberToWord(val) {
switch (val) { switch (val) {
...@@ -456,7 +460,7 @@ ...@@ -456,7 +460,7 @@
SourceID: this.$route.query.id, SourceID: this.$route.query.id,
TCIDList: TCIDARR TCIDList: TCIDARR
} }
id=id.length>0?JSON.stringify(id):null; id = id.length > 0 ? JSON.stringify(id) : null;
this.$router.push({ this.$router.push({
name: 'ChoiceAddFinancialDocuments', name: 'ChoiceAddFinancialDocuments',
query: { query: {
......
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