mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-15 07:18:31 +08:00
修改
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<!-- <el-row :gutter="10">
|
<el-row :gutter="10">
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<div class="public">
|
<div class="public">
|
||||||
<div class="bgc headTitle">虚拟充值用户充电收入</div>
|
<div class="bgc headTitle">虚拟充值用户充电收入</div>
|
||||||
@@ -9,14 +9,14 @@
|
|||||||
<div> <i class="el-icon-user" style="font-size:30px"></i></div>
|
<div> <i class="el-icon-user" style="font-size:30px"></i></div>
|
||||||
<div class="content-title">
|
<div class="content-title">
|
||||||
<span>运营商:</span>
|
<span>运营商:</span>
|
||||||
<span style="margin-left: 80px;font-size: 15px;">贵州省怀仁市新能源科技有限公司</span>
|
<span style="margin-left: 80px;font-size: 15px;">{{$route.query.merchantName}}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<el-col :span="12">
|
<!-- <el-col :span="12">
|
||||||
<div class="public">
|
<div class="public">
|
||||||
<div class="bgc1 headTitle">充电收入汇总</div>
|
<div class="bgc1 headTitle">充电收入汇总</div>
|
||||||
<div class="headBox">
|
<div class="headBox">
|
||||||
@@ -28,8 +28,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col> -->
|
||||||
</el-row> -->
|
</el-row>
|
||||||
<div class="search">
|
<div class="search">
|
||||||
<el-form :inline="true" :model="queryParams" class="demo-form-inline">
|
<el-form :inline="true" :model="queryParams" class="demo-form-inline">
|
||||||
<el-form-item label="日期" prop="tradeDate">
|
<el-form-item label="日期" prop="tradeDate">
|
||||||
|
|||||||
@@ -52,13 +52,13 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<!-- :to="'/merchant/detail/index/' + scope.row.id" -->
|
<!-- :to="'/merchant/detail/index/' + scope.row.id" -->
|
||||||
<router-link
|
<router-link
|
||||||
:to="{path:'/financial/merchant/merchantVirtual', query: {merchantId: scope.row.id}} "
|
:to="{path:'/financial/merchant/merchantVirtual', query: {merchantId: scope.row.id,merchantName:scope.row.merchantName}} "
|
||||||
class="link-type"
|
class="link-type"
|
||||||
>
|
>
|
||||||
<span>虚拟财务</span>
|
<span>虚拟财务</span>
|
||||||
</router-link>
|
</router-link>
|
||||||
<router-link
|
<router-link
|
||||||
:to="{path:'/financial/merchant/cleanFinancial', query: {merchantId: scope.row.id}} "
|
:to="{path:'/financial/merchant/cleanFinancial', query: {merchantId: scope.row.id,merchantName:scope.row.merchantName}} "
|
||||||
class="link-type"
|
class="link-type"
|
||||||
>
|
>
|
||||||
<span style="margin-left:10px;color: darkblue;">清分财务</span>
|
<span style="margin-left:10px;color: darkblue;">清分财务</span>
|
||||||
@@ -66,13 +66,14 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<pagination
|
|
||||||
v-show="total > 0"
|
<pagination
|
||||||
:total="total"
|
v-show="total > 0"
|
||||||
:page.sync="queryParams.pageNum"
|
:total="total"
|
||||||
:limit.sync="queryParams.pageSize"
|
:page.sync="queryParams.pageNum"
|
||||||
@pagination="getFinancialMerchantList"
|
:limit.sync="queryParams.pageSize"
|
||||||
/>
|
@pagination="getMerchantList"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
@@ -92,7 +93,6 @@ export default {
|
|||||||
buttonBoolean: false,
|
buttonBoolean: false,
|
||||||
//图标,可根据自己的需求匹配
|
//图标,可根据自己的需求匹配
|
||||||
icon: "el-icon-caret-bottom",
|
icon: "el-icon-caret-bottom",
|
||||||
|
|
||||||
total: 0,
|
total: 0,
|
||||||
queryParams: {
|
queryParams: {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
@@ -101,7 +101,7 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.getFinancialMerchantList();
|
this.getMerchantList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
showOrHide() {
|
showOrHide() {
|
||||||
@@ -116,7 +116,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 获取运营商列表
|
// 获取运营商列表
|
||||||
getFinancialMerchantList() {
|
getMerchantList() {
|
||||||
getFinancialMerchantList(this.queryParams).then((response) => {
|
getFinancialMerchantList(this.queryParams).then((response) => {
|
||||||
this.merchantList = response.rows;
|
this.merchantList = response.rows;
|
||||||
this.total = response.total;
|
this.total = response.total;
|
||||||
@@ -140,16 +140,6 @@ export default {
|
|||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
// this.handleQuery();
|
// this.handleQuery();
|
||||||
},
|
},
|
||||||
/** 导出按钮操作 */
|
|
||||||
handleExport() {
|
|
||||||
// this.download(
|
|
||||||
// "order/order/export",
|
|
||||||
// {
|
|
||||||
// ...this.queryParams,
|
|
||||||
// },
|
|
||||||
// `order_${new Date().getTime()}.xlsx`
|
|
||||||
// );
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -186,7 +186,7 @@
|
|||||||
<el-button type="primary" v-if="adapayCorpMember.auditState != 'E'" @click="dialog=true">新建</el-button>
|
<el-button type="primary" v-if="adapayCorpMember.auditState != 'E'" @click="dialog=true">新建</el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="adapayCorpMember.auditState != 'E'">
|
<div v-if="adapayCorpMember.auditState == 'E'">
|
||||||
<el-form :model="adapayCorpMember" class="adapayStyle" label-position="left" label-width="200px">
|
<el-form :model="adapayCorpMember" class="adapayStyle" label-position="left" label-width="200px">
|
||||||
<el-form-item label="企业名称:">
|
<el-form-item label="企业名称:">
|
||||||
<div class="color">{{adapayCorpMember.name}}</div>
|
<div class="color">{{adapayCorpMember.name}}</div>
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ export default {
|
|||||||
done();
|
done();
|
||||||
})
|
})
|
||||||
.catch(_ => {});
|
.catch(_ => {});
|
||||||
},
|
},
|
||||||
handleClick(tab, event) {
|
handleClick(tab, event) {
|
||||||
console.log(tab, event);
|
console.log(tab, event);
|
||||||
},
|
},
|
||||||
@@ -177,7 +177,7 @@ export default {
|
|||||||
this.buttonBoolean = !this.buttonBoolean;
|
this.buttonBoolean = !this.buttonBoolean;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
getList() {
|
getList() {
|
||||||
console.log("this.merchantId", this.merchantId);
|
console.log("this.merchantId", this.merchantId);
|
||||||
let param = {
|
let param = {
|
||||||
merchantId: this.merchantId,
|
merchantId: this.merchantId,
|
||||||
|
|||||||
Reference in New Issue
Block a user