|
|
@ -88,8 +88,6 @@ |
|
|
|
import refineryInfoServe from '@/api/refineryInfo.js' |
|
|
|
import refineryInfoServe from '@/api/refineryInfo.js' |
|
|
|
import serve from '@/api/refineryAccount/rechargeManagement.js' |
|
|
|
import serve from '@/api/refineryAccount/rechargeManagement.js' |
|
|
|
|
|
|
|
|
|
|
|
// import add from './components/add.vue' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import pagination from 'components/pagination/index.vue' |
|
|
|
import pagination from 'components/pagination/index.vue' |
|
|
|
import autocomplete from 'components/autocomplete/index.vue' |
|
|
|
import autocomplete from 'components/autocomplete/index.vue' |
|
|
|
import generalDetails from 'components/generalDetails/index.vue' |
|
|
|
import generalDetails from 'components/generalDetails/index.vue' |
|
|
@ -100,7 +98,6 @@ import { refineryTypeEnum, refineryAccountTypeEnum } from 'utils/dataType.js' |
|
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
export default { |
|
|
|
components: { |
|
|
|
components: { |
|
|
|
// add, |
|
|
|
|
|
|
|
pagination, |
|
|
|
pagination, |
|
|
|
autocomplete, |
|
|
|
autocomplete, |
|
|
|
generalDetails, |
|
|
|
generalDetails, |
|
|
@ -196,19 +193,6 @@ export default { |
|
|
|
this.parameter.total = res.data.totalCount |
|
|
|
this.parameter.total = res.data.totalCount |
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
//新增 |
|
|
|
|
|
|
|
// addition() { |
|
|
|
|
|
|
|
// this.controlWindows.addInfo.title = '账户新增' |
|
|
|
|
|
|
|
// this.controlWindows.add = true |
|
|
|
|
|
|
|
// }, |
|
|
|
|
|
|
|
//修改 |
|
|
|
|
|
|
|
// update(row) { |
|
|
|
|
|
|
|
// this.controlWindows.addInfo = { |
|
|
|
|
|
|
|
// title: '账户新增', |
|
|
|
|
|
|
|
// ...row |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
// this.controlWindows.add = true |
|
|
|
|
|
|
|
// }, |
|
|
|
|
|
|
|
// 充值圈回 |
|
|
|
// 充值圈回 |
|
|
|
rechargeTurn() { |
|
|
|
rechargeTurn() { |
|
|
|
this.controlWindows.rechargeTurn = true |
|
|
|
this.controlWindows.rechargeTurn = true |
|
|
|