diff --git a/src/views/invest/accountDealRecord/index.vue b/src/views/invest/accountDealRecord/index.vue
index fe8e608..43900cd 100644
--- a/src/views/invest/accountDealRecord/index.vue
+++ b/src/views/invest/accountDealRecord/index.vue
@@ -43,7 +43,7 @@
-
+
@@ -62,7 +62,7 @@
-
+
@@ -100,6 +100,9 @@
+
+
+
@@ -145,6 +148,7 @@ const total = ref(0)
const title = ref('')
const accountList = ref([])
const addAccountList = ref([])
+const currentBalanceShow = ref(false)
const operateList = ref([
{ id: 'view', icon: 'View', title: '查看', hasPermi: ['invest:accountDealRecord:query'] },
{ id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountDealRecord:edit'] },
@@ -255,6 +259,7 @@ function reset() {
updateTime: null,
delFlag: null,
remark: null,
+ currentBalance: null,
dealCategory: null
}
proxy.resetForm('accountDealRecordRef')
@@ -306,11 +311,13 @@ const handleView = (row) => {
title.value = '查看账户交易记录'
form.value = row
open.value = true
+ currentBalanceShow.value = true
}
/** 新增按钮操作 */
function handleAdd() {
reset()
+ currentBalanceShow.value = false
queryAddAccountParams.value.type = ''
getAddAccountList()
open.value = true
@@ -320,6 +327,7 @@ function handleAdd() {
/** 修改按钮操作 */
function handleUpdate(row) {
reset()
+ currentBalanceShow.value = true
queryAddAccountParams.value.type = ''
getAddAccountList()
const _id = row.id || ids.value
diff --git a/src/views/invest/posmachine/index.vue b/src/views/invest/posmachine/index.vue
index 137d53e..25cae00 100644
--- a/src/views/invest/posmachine/index.vue
+++ b/src/views/invest/posmachine/index.vue
@@ -32,24 +32,24 @@
-
+
-
+
-
-
-
-
+
+
+
+
-
+