张雄 3 years ago
parent b7c5e4e85e
commit 53a846697b

@ -85,7 +85,7 @@ export default [
name: "ChargingManage", name: "ChargingManage",
title: "收费管理", title: "收费管理",
icon: 'pay-circle', icon: 'pay-circle',
// redirect: '/Manage/ChargingManage/ChargingStandard', redirect: '/Manage/ChargingManage/ChargingStandard',
component: resolve => require(['@/views/Manage/ChargingManage'], resolve), component: resolve => require(['@/views/Manage/ChargingManage'], resolve),
meta: {title: '收费管理'}, meta: {title: '收费管理'},
children: [ children: [

@ -130,7 +130,7 @@
" "
><span>购买功能</span> ><span>购买功能</span>
<span style="color: #d53131">{{ <span style="color: #d53131">{{
"¥" + item.amount item.includeFunctionModelList
}}</span></span }}</span></span
> >
<div class="functionBox"> <div class="functionBox">
@ -143,7 +143,7 @@
</div> </div>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
{{ item.time {{ item.expirationDate
}}<span style="color: #00000073; font-size: 14px">到期</span> }}<span style="color: #00000073; font-size: 14px">到期</span>
</div> </div>
<template slot="actions" class="ant-card-actions"> <template slot="actions" class="ant-card-actions">

@ -126,9 +126,7 @@ export default {
this.$router.go(-1); this.$router.go(-1);
}, },
auditSubmit() { auditSubmit() {
postRefund(this.paybackForm).then(res => { postRefund(this.paybackForm).then(() => {});
console.log(res)
});
this.auditShow = false; this.auditShow = false;
}, },
auditCancel() { auditCancel() {

@ -110,7 +110,6 @@ export default {
getCustomerDetail(this.form).then(res => { getCustomerDetail(this.form).then(res => {
let data = res.data; let data = res.data;
this.infoList = data; this.infoList = data;
console.log(this.infoList)
}) })
}, },
download() {}, download() {},

@ -209,8 +209,7 @@ export default {
}) })
}, },
addConfirm() { addConfirm() {
createOrder(this.form).then(res => { createOrder(this.form).then(() => {
console.log(res);
this.$router.go(-1); this.$router.go(-1);
}) })
}, },

@ -161,9 +161,6 @@ export default {
this.getData() this.getData()
}, },
methods: { methods: {
img(val) {
console.log(val)
},
getData() { getData() {
getCommunityList(this.form).then(res => { getCommunityList(this.form).then(res => {
let data = res.data.rows; let data = res.data.rows;
@ -243,7 +240,6 @@ export default {
}, },
//- //-
addFile(file) { addFile(file) {
console.log(file);
let communityUrls = []; let communityUrls = [];
communityUrls.push(file[0].response.data); communityUrls.push(file[0].response.data);
this.addForm.communityUrls = communityUrls; this.addForm.communityUrls = communityUrls;

Loading…
Cancel
Save