Commit 677b34e2 authored by zhengke's avatar zhengke

修改

parent b28e3078
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
<div class="page-body paymentDetail"> <div class="page-body paymentDetail">
<div class="page-search items-center"> <div class="page-search items-center">
<div class="p_titleList"> <div class="p_titleList">
<div class="p_title"> <div class="p_title">
<q-btn color="accent" size="sm" class="q-mr-sm" label="返回" @click="goBack" /> <q-btn color="accent" size="sm" class="q-mr-sm" label="返回" @click="goBack" />
活动收支</div> 活动收支</div>
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
<div class="pay_Inner">应收=订单应收总额,实收=订单 实收总额</div> <div class="pay_Inner">应收=订单应收总额,实收=订单 实收总额</div>
</div> </div>
</div> </div>
<div class="col paymentList"> <div class="col paymentList">
<div class="pay_topList"> <div class="pay_topList">
<img src="../../assets/images/myimg/bjsr.png" alt="" /> <img src="../../assets/images/myimg/bjsr.png" alt="" />
<span class="pay_Title">活动支出</span> <span class="pay_Title">活动支出</span>
...@@ -300,8 +300,8 @@ ...@@ -300,8 +300,8 @@
<q-btn label="新增收款" color="accent q-px-md" size="sm" style="font-weight:400 !important;" <q-btn label="新增收款" color="accent q-px-md" size="sm" style="font-weight:400 !important;"
@click="goShoukuan(1)" /> @click="goShoukuan(1)" />
</div> </div>
<div class="pay_TopTitle" style="margin:15px 0 15px 20px;font-size:12px;"> <div class="pay_TopTitle" style="margin:30px 0 15px 20px;font-size:12px;">
<span class="Pay_Line" style="background-color:#02C499;"></span>活动收入 <span class="Pay_Line" style="background-color:#02C499;"></span>其他收入
</div> </div>
<table class="payTable"> <table class="payTable">
<tr> <tr>
...@@ -314,12 +314,12 @@ ...@@ -314,12 +314,12 @@
<th width='180'>审核状态</th> <th width='180'>审核状态</th>
<th width="200">当前审核人</th> <th width="200">当前审核人</th>
</tr> </tr>
<tr v-if="dataList && dataList.FiniceReciveList==0"> <tr v-if="dataList && dataList.OtherFiniceReciveList==0">
<td :colspan="8" align="center">暂无数据</td> <td :colspan="8" align="center">暂无数据</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.FiniceReciveList" :key="index"> <tr v-for="(item,index) in dataList.OtherFiniceReciveList" :key="index">
<td> <td>
<span class="finince_Order" @click="goOrderDetail('FinancialDocumentsDetail',item)">{{item.FrID}}</span> <span class="finince_Order">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td>
<td style="text-align:left;"> <td style="text-align:left;">
...@@ -351,8 +351,8 @@ ...@@ -351,8 +351,8 @@
</td> </td>
</tr> </tr>
</table> </table>
<div class="pay_TopTitle" style="margin:30px 0 15px 20px;font-size:12px;"> <div class="pay_TopTitle" style="margin:15px 0 15px 20px;font-size:12px;">
<span class="Pay_Line" style="background-color:#02C499;"></span>其他收入 <span class="Pay_Line" style="background-color:#02C499;"></span>活动收入
</div> </div>
<table class="payTable"> <table class="payTable">
<tr> <tr>
...@@ -365,12 +365,12 @@ ...@@ -365,12 +365,12 @@
<th width='180'>审核状态</th> <th width='180'>审核状态</th>
<th width="200">当前审核人</th> <th width="200">当前审核人</th>
</tr> </tr>
<tr v-if="dataList && dataList.OtherFiniceReciveList==0"> <tr v-if="dataList && dataList.FiniceReciveList==0">
<td :colspan="8" align="center">暂无数据</td> <td :colspan="8" align="center">暂无数据</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.OtherFiniceReciveList" :key="index"> <tr v-for="(item,index) in dataList.FiniceReciveList" :key="index">
<td> <td>
<span class="finince_Order">{{item.FrID}}</span> <span class="finince_Order" @click="goOrderDetail('FinancialDocumentsDetail',item)">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td>
<td style="text-align:left;"> <td style="text-align:left;">
...@@ -408,8 +408,9 @@ ...@@ -408,8 +408,9 @@
<q-btn label="新增付款" color="accent q-px-md" size="sm" style="font-weight:400 !important;" <q-btn label="新增付款" color="accent q-px-md" size="sm" style="font-weight:400 !important;"
@click="goShoukuan(2)" /> @click="goShoukuan(2)" />
</div> </div>
<div class="pay_TopTitle" style="margin:15px 0 15px 20px;font-size:12px;"> <div class="pay_TopTitle" style="margin:15px 0 15px 20px;font-size:12px;">
<span class="Pay_Line" style="background-color:#02C499;"></span>活动支出 <span class="Pay_Line" style="background-color:#F28C1D;"></span>其他支出
</div> </div>
<table class="payTable"> <table class="payTable">
<tr> <tr>
...@@ -422,25 +423,25 @@ ...@@ -422,25 +423,25 @@
<th width='180'>审核状态</th> <th width='180'>审核状态</th>
<th width="200">当前审核人</th> <th width="200">当前审核人</th>
</tr> </tr>
<tr v-if="dataList && dataList.FinicePayList==0"> <tr v-if="dataList && dataList.OtherFinicePayList==0">
<td :colspan="8" align="center">暂无数据</td> <td :colspan="8" align="center">暂无数据</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.FinicePayList" :key="index"> <tr v-for="(item,index) in dataList.OtherFinicePayList" :key="index">
<td> <td>
<span class="finince_Order" @click="goOrderDetail('FinancialDocumentsDetail',item)">{{item.FrID}}</span> <span class="finince_Order" @click="goOrderDetail('FinancialDocumentsDetail',item)">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td>
<td style="text-align:left;"> <td style="text-align:left;">
<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 orangeStyle">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span> <span class="Team_Coins orangeStyle">-{{childItem.OriginalMoney}}*{{childItem.Rate}}</span>
<span class="TB_Rate" style="margin-left:10px;">汇率:{{childItem.Rate}}</span> <span class="TB_Rate" style="margin-left:10px;">汇率:{{childItem.Rate}}</span>
</div> </div>
</td> </td>
<td> <td>
<div class="financeYing"> <div class="financeYing">
{{item.Money}}<br /> {{item.Money}}<br />
{{item.PayMoney}} {{item.PayMoney}}
</div> </div>
</td> </td>
<td>{{item.TradeDate}}</td> <td>{{item.TradeDate}}</td>
...@@ -460,7 +461,7 @@ ...@@ -460,7 +461,7 @@
</tr> </tr>
</table> </table>
<div class="pay_TopTitle" style="margin:15px 0 15px 20px;font-size:12px;"> <div class="pay_TopTitle" style="margin:15px 0 15px 20px;font-size:12px;">
<span class="Pay_Line" style="background-color:#F28C1D;"></span>其他支出 <span class="Pay_Line" style="background-color:#02C499;"></span>活动支出
</div> </div>
<table class="payTable"> <table class="payTable">
<tr> <tr>
...@@ -473,25 +474,25 @@ ...@@ -473,25 +474,25 @@
<th width='180'>审核状态</th> <th width='180'>审核状态</th>
<th width="200">当前审核人</th> <th width="200">当前审核人</th>
</tr> </tr>
<tr v-if="dataList && dataList.OtherFinicePayList==0"> <tr v-if="dataList && dataList.FinicePayList==0">
<td :colspan="8" align="center">暂无数据</td> <td :colspan="8" align="center">暂无数据</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.OtherFinicePayList" :key="index"> <tr v-for="(item,index) in dataList.FinicePayList" :key="index">
<td> <td>
<span class="finince_Order" @click="goOrderDetail('FinancialDocumentsDetail',item)">{{item.FrID}}</span> <span class="finince_Order" @click="goOrderDetail('FinancialDocumentsDetail',item)">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td>
<td style="text-align:left;"> <td style="text-align:left;">
<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 orangeStyle">-{{childItem.OriginalMoney}}*{{childItem.Rate}}</span> <span class="Team_Coins orangeStyle">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span>
<span class="TB_Rate" style="margin-left:10px;">汇率:{{childItem.Rate}}</span> <span class="TB_Rate" style="margin-left:10px;">汇率:{{childItem.Rate}}</span>
</div> </div>
</td> </td>
<td> <td>
<div class="financeYing"> <div class="financeYing">
{{item.Money}}<br /> {{item.Money}}<br />
{{item.PayMoney}} {{item.PayMoney}}
</div> </div>
</td> </td>
<td>{{item.TradeDate}}</td> <td>{{item.TradeDate}}</td>
...@@ -520,7 +521,7 @@ ...@@ -520,7 +521,7 @@
data() { data() {
return { return {
dataList: { dataList: {
ClassInfo:{} ClassInfo: {}
}, //数据 }, //数据
msg: { msg: {
Id: 0, Id: 0,
...@@ -536,17 +537,17 @@ ...@@ -536,17 +537,17 @@
methods: { methods: {
getData() { getData() {
this.loading = true; this.loading = true;
this.apipostDS("/api/Education/GetActivityBalanceSheet",this.msg,(res)=>{ this.apipostDS("/api/Education/GetActivityBalanceSheet", this.msg, (res) => {
this.loading = false this.loading = false
if(res.data.resultCode===1){ if (res.data.resultCode === 1) {
this.dataList = res.data.data; this.dataList = res.data.data;
console.log(500,this.dataList) console.log(500, this.dataList)
} }
}) })
}, },
//减法 得实收 //减法 得实收
getShiShou(num1, num2) { getShiShou(num1, num2) {
if (num1!=='' && num2!=='') { if (num1 !== '' && num2 !== '') {
return parseInt(num1) - parseInt(num2); return parseInt(num1) - parseInt(num2);
} else { } else {
return 0; return 0;
...@@ -573,8 +574,8 @@ ...@@ -573,8 +574,8 @@
// Obj: {}, // Obj: {},
// SourceID: 0, // SourceID: 0,
// TCIDList: TCIDARR, // TCIDList: TCIDARR,
OtherType:41, OtherType: 41,
ReFinanceId :this.msg.Id ReFinanceId: this.msg.Id
} }
this.$router.push({ this.$router.push({
path: '/financial/financalDocument/ChoiceAddFinancialDocuments', path: '/financial/financalDocument/ChoiceAddFinancialDocuments',
...@@ -590,9 +591,9 @@ ...@@ -590,9 +591,9 @@
}); });
}, },
goBack(){ goBack() {
this.$router.go(-1) this.$router.go(-1)
} , },
} }
} }
......
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