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

页面修改

parent 8e21cdb6
...@@ -63,12 +63,12 @@ ...@@ -63,12 +63,12 @@
</td> </td>
<td>{{item.CreateDate}}</td> <td>{{item.CreateDate}}</td>
<td> <td>
<div v-for="childItem in item.TradeWayList"> <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> </div>
</td> </td>
<td> <td>
<span>{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span> <span>{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span>
</td> </td>
...@@ -122,12 +122,12 @@ ...@@ -122,12 +122,12 @@
</td> </td>
<td>{{item.CreateDate}}</td> <td>{{item.CreateDate}}</td>
<td> <td>
<div v-for="childItem in item.TradeWayList"> <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> </div>
</td> </td>
<td> <td>
<span>¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span> <span>¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span>
</td> </td>
...@@ -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>
支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span> <div v-for="childItem in item.TradeWayList">
<span class="Team_Coins">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span> 支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span>
<span class="TB_Rate">汇率:{{childItem.Rate}}</span> <span class="Team_Coins">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span>
</div></td> <span class="TB_Rate">汇率:{{childItem.Rate}}</span>
</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>
支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span> <div v-for="childItem in item.TradeWayList">
<span class="Team_Coins">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span> 支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span>
<span class="TB_Rate">汇率:{{childItem.Rate}}</span> <span class="Team_Coins">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span>
</div></td> <span class="TB_Rate">汇率:{{childItem.Rate}}</span>
</div>
</td>
<td> <td>
<span>¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span> <span>¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span>
</td> </td>
...@@ -269,11 +273,11 @@ ...@@ -269,11 +273,11 @@
</tr> </tr>
</table> </table>
<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>
支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span> <div v-for="childItem in item.TradeWayList">
<span class="Team_Coins">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span> 支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span>
<span class="TB_Rate">汇率:{{childItem.Rate}}</span> <span class="Team_Coins">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span>
</div></td> <span class="TB_Rate">汇率:{{childItem.Rate}}</span>
</div>
</td>
<td> <td>
<span>¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span> <span>¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}</span>
</td> </td>
...@@ -352,22 +358,20 @@ ...@@ -352,22 +358,20 @@
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: {
'id': id, 'id': id,
'blank': 'y', 'blank': 'y',
} }
}); });
//http://www.test.com:8080/#/FinancialDocumentsDetail?id=2043 },
},
numberToWord(val) { numberToWord(val) {
switch (val) { switch (val) {
case 1: case 1:
...@@ -445,7 +449,7 @@ ...@@ -445,7 +449,7 @@
id = [49, 50, 57, 58] id = [49, 50, 57, 58]
} }
// 门票 // 门票
else if (_orderSource === 3 && _type === 2) { else if (_orderSource === 3 && _type === 2) {
id = [88, 89] id = [88, 89]
} }
TCIDARR.push(this.$route.query.id) TCIDARR.push(this.$route.query.id)
...@@ -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