diff --git a/src/pages/statistic/accounts/dailyExpensesAnalysis/index.vue b/src/pages/statistic/accounts/dailyExpensesAnalysis/index.vue
index dc4fc84..52cf1d3 100644
--- a/src/pages/statistic/accounts/dailyExpensesAnalysis/index.vue
+++ b/src/pages/statistic/accounts/dailyExpensesAnalysis/index.vue
@@ -170,7 +170,7 @@
filterPanel: false,
queryAccountParams: {
pageNum: 1,
- state: '1',
+ status: '1',
pageSize: 100
},
queryParams: {
diff --git a/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue b/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue
index f7ba574..72e8421 100644
--- a/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue
+++ b/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue
@@ -166,6 +166,7 @@ import { listBankcardLend } from '@/api/invest/bankcardlend'
queryAccountParams: {
pageNum: 1,
type: '2',
+ status: '1',
pageSize: 1000
},
queryParams: {
diff --git a/src/pages/statistic/bill/onlineLendAnalysis/index.vue b/src/pages/statistic/bill/onlineLendAnalysis/index.vue
index 5f5216a..24ad906 100644
--- a/src/pages/statistic/bill/onlineLendAnalysis/index.vue
+++ b/src/pages/statistic/bill/onlineLendAnalysis/index.vue
@@ -166,6 +166,7 @@ import { listBankcardLend } from '@/api/invest/bankcardlend'
queryAccountParams: {
pageNum: 1,
type: '3',
+ status: '1',
lendType: '1',
pageSize: 1000
},
diff --git a/src/pages/work/accounts/accountDealRecord/addEdit.vue b/src/pages/work/accounts/accountDealRecord/addEdit.vue
index 90e3538..6883831 100644
--- a/src/pages/work/accounts/accountDealRecord/addEdit.vue
+++ b/src/pages/work/accounts/accountDealRecord/addEdit.vue
@@ -121,7 +121,7 @@ const data = reactive({
},
queryAccountParams: {
pageNum: 1,
- state: '1',
+ status: '1',
type: '1',
pageSize: 1000
},
diff --git a/src/pages/work/accounts/accountDealRecord/list.vue b/src/pages/work/accounts/accountDealRecord/list.vue
index 66c7708..3107048 100644
--- a/src/pages/work/accounts/accountDealRecord/list.vue
+++ b/src/pages/work/accounts/accountDealRecord/list.vue
@@ -167,7 +167,7 @@ const data = reactive({
filterPanel: false,
queryAccountParams: {
pageNum: 1,
- state: '1',
+ status: '1',
pageSize: 100
},
queryParams: {
diff --git a/src/pages/work/accounts/accounts/commonList.vue b/src/pages/work/accounts/accounts/commonList.vue
index d89f9db..71c80d1 100644
--- a/src/pages/work/accounts/accounts/commonList.vue
+++ b/src/pages/work/accounts/accounts/commonList.vue
@@ -76,7 +76,7 @@ const data = reactive({
filterPanel: false,
queryAccountParams: {
pageNum: 1,
- state: '1',
+ status: '1',
pageSize: 100
},
queryParams: {
diff --git a/src/pages/work/accounts/accounts/list.vue b/src/pages/work/accounts/accounts/list.vue
index 519888b..83ecece 100644
--- a/src/pages/work/accounts/accounts/list.vue
+++ b/src/pages/work/accounts/accounts/list.vue
@@ -119,7 +119,7 @@ const data = reactive({
filterPanel: false,
queryAccountParams: {
pageNum: 1,
- state: '1',
+ status: '1',
pageSize: 100
},
queryParams: {
diff --git a/src/pages/work/accounts/creditTransferRecord/addEdit.vue b/src/pages/work/accounts/creditTransferRecord/addEdit.vue
index d6c375d..58a702a 100644
--- a/src/pages/work/accounts/creditTransferRecord/addEdit.vue
+++ b/src/pages/work/accounts/creditTransferRecord/addEdit.vue
@@ -101,13 +101,13 @@ const data = reactive({
queryDebitCardParams: {
pageNum: 1,
type: '1',
- state: '1',
+ status: '1',
pageSize: 1000
},
queryBankCardLendParams: {
pageNum: 1,
type: '2',
- state: '1',
+ status: '1',
pageSize: 1000
},
rules: {
diff --git a/src/pages/work/accounts/creditTransferRecord/list.vue b/src/pages/work/accounts/creditTransferRecord/list.vue
index 84c2c48..db219d2 100644
--- a/src/pages/work/accounts/creditTransferRecord/list.vue
+++ b/src/pages/work/accounts/creditTransferRecord/list.vue
@@ -145,7 +145,7 @@ const data = reactive({
queryBankCardLendParams: {
pageNum: 1,
type: '2',
- state: '1',
+ status: '1',
pageSize: 100
},
queryParams: {
diff --git a/src/pages/work/accounts/debitTransferRecord/addEdit.vue b/src/pages/work/accounts/debitTransferRecord/addEdit.vue
index 898a1e7..3fdfa56 100644
--- a/src/pages/work/accounts/debitTransferRecord/addEdit.vue
+++ b/src/pages/work/accounts/debitTransferRecord/addEdit.vue
@@ -92,13 +92,13 @@ const data = reactive({
queryOutAccountParams: {
pageNum: 1,
type: '1',
- state: '1',
+ status: '1',
pageSize: 1000
},
queryInAccountParams: {
pageNum: 1,
type: '1',
- state: '1',
+ status: '1',
pageSize: 1000
},
rules: {
diff --git a/src/pages/work/accounts/debitTransferRecord/list.vue b/src/pages/work/accounts/debitTransferRecord/list.vue
index 62e326b..0a15799 100644
--- a/src/pages/work/accounts/debitTransferRecord/list.vue
+++ b/src/pages/work/accounts/debitTransferRecord/list.vue
@@ -133,7 +133,7 @@ const data = reactive({
filterPanel: false,
queryAccountParams: {
pageNum: 1,
- state: '1',
+ status: '1',
type: '1',
pageSize: 100
},
diff --git a/src/pages/work/accounts/investAccountDeal/addEdit.vue b/src/pages/work/accounts/investAccountDeal/addEdit.vue
index 77a7879..b769ec7 100644
--- a/src/pages/work/accounts/investAccountDeal/addEdit.vue
+++ b/src/pages/work/accounts/investAccountDeal/addEdit.vue
@@ -92,7 +92,7 @@ const data = reactive({
queryAccountParams: {
pageNum: 1,
type: '5',
- state: '1',
+ status: '1',
pageSize: 1000
},
rules: {
diff --git a/src/pages/work/accounts/investTransferRecord/addEdit.vue b/src/pages/work/accounts/investTransferRecord/addEdit.vue
index 768155d..6770d29 100644
--- a/src/pages/work/accounts/investTransferRecord/addEdit.vue
+++ b/src/pages/work/accounts/investTransferRecord/addEdit.vue
@@ -92,6 +92,7 @@ const data = reactive({
},
queryFutruesStocksParams: {
pageNum: 1,
+ status: '1',
pageSize: 1000
},
rules: {
diff --git a/src/pages/work/accounts/lendTransferRecord/addEdit.vue b/src/pages/work/accounts/lendTransferRecord/addEdit.vue
index 084dd59..a7b95ad 100644
--- a/src/pages/work/accounts/lendTransferRecord/addEdit.vue
+++ b/src/pages/work/accounts/lendTransferRecord/addEdit.vue
@@ -108,13 +108,13 @@ const data = reactive({
queryOutAccountParams: {
pageNum: 1,
type: '3',
- state: '1',
+ status: '1',
pageSize: 1000
},
queryInAccountParams: {
pageNum: 1,
type: '1',
- state: '1',
+ status: '1',
pageSize: 1000
},
rules: {
diff --git a/src/pages/work/accounts/posTransferRecord/addEdit.vue b/src/pages/work/accounts/posTransferRecord/addEdit.vue
index 84e9817..5009ae0 100644
--- a/src/pages/work/accounts/posTransferRecord/addEdit.vue
+++ b/src/pages/work/accounts/posTransferRecord/addEdit.vue
@@ -101,12 +101,13 @@ const data = reactive({
},
queryPosMachineParams: {
pageNum: 1,
+ status: '1',
pageSize: 1000
},
queryBankCardLendParams: {
pageNum: 1,
type: '2',
- state: '1',
+ status: '1',
pageSize: 1000
},
rules: {
diff --git a/src/pages/work/accounts/posTransferRecord/list.vue b/src/pages/work/accounts/posTransferRecord/list.vue
index 007fe2b..5419fff 100644
--- a/src/pages/work/accounts/posTransferRecord/list.vue
+++ b/src/pages/work/accounts/posTransferRecord/list.vue
@@ -147,7 +147,7 @@ const data = reactive({
filterPanel: false,
queryAccountParams: {
pageNum: 1,
- state: '1',
+ status: '1',
type: '6',
pageSize: 100
},
diff --git a/src/pages/work/base/creditCard/addEdit.vue b/src/pages/work/base/creditCard/addEdit.vue
index da845c6..d1f0749 100644
--- a/src/pages/work/base/creditCard/addEdit.vue
+++ b/src/pages/work/base/creditCard/addEdit.vue
@@ -23,6 +23,11 @@
+
+
+
+
@@ -89,6 +94,8 @@
@confirm="handleConfirm">
+
{
// 类型
getDicts('is_zero_bill').then(res => {
isZeroBillList.value =[res.data]
+ })
+ // 类型
+ getDicts('account_status').then(res => {
+ statusList.value =[res.data]
})
if(form.value.id!=null){
getBankcardLend(form.value.id).then(res => {
@@ -188,6 +204,11 @@ onLoad((option) => {
getDicts('is_zero_bill').then(result => {
form.value.isZeroBillName=dictStr(form.value.isZeroBill, result.data)
})
+
+ // 类型
+ getDicts('account_status').then(result => {
+ form.value.statusName=dictStr(form.value.status, result.data)
+ })
})
}
@@ -236,6 +257,25 @@ onLoad((option) => {
function handleIsZeroBillCancel() {
showIsZeroBill.value = false
}
+
+ function handleShowStatus() {
+ if (statusList.value[0].length === 0) {
+ proxy.$refs['uToast'].show({
+ message: '账户状态操作为空 ', type: 'warning'
+ })
+ } else {
+ showStatus.value = true
+ }
+ }
+ function handleStatusConfirm(e) {
+ form.value.statusName = e.value[0].dictLabel
+ form.value.status = e.value[0].dictValue
+ showStatus.value = false
+ }
+ function handleStatusCancel() {
+ showStatus.value = false
+ }
+
function selectDate(type) {
dateType.value=type
datePickShow.value = true
diff --git a/src/pages/work/base/creditCard/details.vue b/src/pages/work/base/creditCard/details.vue
index 70835d9..d3e7cb0 100644
--- a/src/pages/work/base/creditCard/details.vue
+++ b/src/pages/work/base/creditCard/details.vue
@@ -11,6 +11,7 @@
+
@@ -50,6 +51,10 @@ onLoad((option) => {
// 类型
getDicts('is_zero_bill').then(result => {
detailInfo.value.isZeroBill=dictStr(detailInfo.value.isZeroBill, result.data)
+ })
+ // 类型
+ getDicts('account_status').then(result => {
+ detailInfo.value.status=dictStr(detailInfo.value.status, result.data)
})
})
}
diff --git a/src/pages/work/base/creditCard/list.vue b/src/pages/work/base/creditCard/list.vue
index 1f5169b..bcfffb4 100644
--- a/src/pages/work/base/creditCard/list.vue
+++ b/src/pages/work/base/creditCard/list.vue
@@ -21,6 +21,10 @@
信用卡额度:
{{ item.creditLimit }}
+
+ 账户状态:
+ {{ dictStr(item.status, statusList) }}
+
账单日:
{{ item.billDateName }}
@@ -77,6 +81,7 @@ const isShow = ref(false)
const status = ref('loadmore')
const isNextBillDateList = ref([])
const isZeroBillList = ref([])
+const statusList = ref([])
const settingPickShow = ref(false)
const settingColumns = ref([])
const data = reactive({
@@ -130,6 +135,10 @@ function getDict() {
getDicts('is_zero_bill').then(res => {
isZeroBillList.value = res.data
})
+ // 账户状态
+ getDicts('account_status').then(res => {
+ statusList.value = res.data
+ })
}
function settingConfirm(e) {
queryParams.value.settingId = e.value[0].settingId
diff --git a/src/pages/work/base/debitCard/addEdit.vue b/src/pages/work/base/debitCard/addEdit.vue
index 8a554ea..c1a607d 100644
--- a/src/pages/work/base/debitCard/addEdit.vue
+++ b/src/pages/work/base/debitCard/addEdit.vue
@@ -19,6 +19,11 @@
+
+
+
+
@@ -53,6 +58,8 @@
+
{
// 类型
getDicts('debit_type').then(res => {
debitTypeList.value =[res.data]
+ })
+ // 类型
+ getDicts('account_status').then(res => {
+ statusList.value =[res.data]
})
if(form.value.id!=null){
getBankcardLend(form.value.id).then(res => {
@@ -136,6 +152,10 @@ onLoad((option) => {
form.value.debitTypeName=dictStr(form.value.debitType, result.data)
})
+ // 类型
+ getDicts('account_status').then(result => {
+ form.value.statusName=dictStr(form.value.status, result.data)
+ })
})
}
}
@@ -166,6 +186,24 @@ onLoad((option) => {
function handleCancel() {
showTeam.value = false
}
+ function handleShowStatus() {
+ if (statusList.value[0].length === 0) {
+ proxy.$refs['uToast'].show({
+ message: '账户状态操作为空 ', type: 'warning'
+ })
+ } else {
+ showStatus.value = true
+ }
+ }
+ function handleStatusConfirm(e) {
+ form.value.statusName = e.value[0].dictLabel
+ form.value.status = e.value[0].dictValue
+ showStatus.value = false
+ }
+ function handleStatusCancel() {
+ showStatus.value = false
+ }
+
function selectDate(type) {
dateType.value=type
datePickShow.value = true
diff --git a/src/pages/work/base/debitCard/details.vue b/src/pages/work/base/debitCard/details.vue
index f060bee..b7a9c06 100644
--- a/src/pages/work/base/debitCard/details.vue
+++ b/src/pages/work/base/debitCard/details.vue
@@ -11,6 +11,7 @@
+
@@ -40,6 +41,10 @@ onLoad((option) => {
// 类型
getDicts('debit_type').then(result => {
detailInfo.value.debitType=dictStr(detailInfo.value.debitType, result.data)
+ })
+ // 类型
+ getDicts('account_status').then(result => {
+ detailInfo.value.status=dictStr(detailInfo.value.status, result.data)
})
})
}
diff --git a/src/pages/work/base/debitCard/list.vue b/src/pages/work/base/debitCard/list.vue
index d4c099d..d840f98 100644
--- a/src/pages/work/base/debitCard/list.vue
+++ b/src/pages/work/base/debitCard/list.vue
@@ -37,6 +37,10 @@
储蓄卡类型:
{{ dictStr(item.debitType, debitTypeList) }}
+
+ 账户状态:
+ {{ dictStr(item.status, statusList) }}
+