diff --git a/src/api/financialCenter/accountManagement.js b/src/api/financialCenter/accountManagement.js
new file mode 100644
index 0000000..59ea848
--- /dev/null
+++ b/src/api/financialCenter/accountManagement.js
@@ -0,0 +1,31 @@
+import request from "utils/axios.js";
+// table
+const getByPage = (params) => {
+ return request.postJson(
+ "/oil-finance/oilCompanyAccount/getByPage",
+ params
+ );
+};
+//修改账户状态
+const updateAccountState = (params) => {
+ return request.postJson(
+ "/oil-finance/oilCompanyAccount/getByPage",
+ params
+ );
+};
+//详情
+const get = (id) => {
+ return request.get(`/oil-finance/oilCompanyAccount/get/${id}`);
+};
+// //详情
+// const getCompanyAccountRecord = (params) => {
+// return request.postJson(
+// "oil-finance/oilCompanyAccountRecord/getCompanyAccountRecord",
+// params
+// );
+// };
+export default {
+ getByPage,
+ updateAccountState,
+ get
+};
diff --git a/src/views/financialCenter/accountManagement/components/recharge.vue b/src/views/financialCenter/accountManagement/components/recharge.vue
new file mode 100644
index 0000000..5ce448c
--- /dev/null
+++ b/src/views/financialCenter/accountManagement/components/recharge.vue
@@ -0,0 +1,81 @@
+
+
- {{ - rechargeTypeEnum.find((item) => item.value === row.billType) - .label - }} -
-{{ row.billType }}
- -{{ row.occurTotalAmount }}
- -- 上次 {{ row.lastBalance }} -
-- 本次 {{ row.currentBalance }} -
- -- 上次 {{ row.lastRechargeBalance }} -
-- 本次 {{ row.currentRechargeBalance }} -
- -- 上次 {{ row.lastChargeRechargeBalance }} -
-- 本次 {{ row.currentChargeRechargeBalance }} -
+ {{row.companyName}} +- 上次 {{ row.lastRechargeRebateBalance }} -
-- 本次 {{ row.currentRechargeRebateBalance }} -
+ {{companyNatureEnum.find((item) => item.value === row.companyNature).label}}- 上次 {{ row.lastConsumeRebateAmount }} -
-- 本次 {{ row.currentConsumeRebateAmount }} -
+ 外:{{row.outCountBalance}} +- 上次:{{ oilCompanyMatch.lastBalance }} -
-- 本次:{{ oilCompanyMatch.currentBalance }} -
- - -- 上次:{{ oilCompanyMatch.lastRechargeBalance }} -
-- 本次:{{ oilCompanyMatch.currentRechargeBalance }} -
- - -- 上次:{{ oilCompanyMatch.lastChargeRechargeBalance }} -
-- 本次:{{ oilCompanyMatch.currentChargeRechargeBalance }} -
- - -- 上次:{{ oilCompanyMatch.lastRechargeRebateBalance }} -
-- 本次:{{ oilCompanyMatch.currentRechargeRebateBalance }} -
- - -- 上次:{{ oilCompanyMatch.lastConsumeRebateAmount }} -
-- 本次:{{ oilCompanyMatch.currentConsumeRebateAmount }} -
- - -- {{ - rechargeTypeEnum.find( - (item) => item.value === row.billTypes - ).label - }} -
-- {{ row.billTypes }} -
- -