diff --git a/src/pages.json b/src/pages.json
index c5b1796..30e9ae8 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -217,6 +217,101 @@
"style": {
"navigationBarTitleText": "心路历程"
}
+ }
+ ,
+ {
+ "path": "pages/work/bill/creditQueryRecord/list",
+ "style": {
+ "navigationBarTitleText": "征信记录查询"
+ }
+ } ,
+ {
+ "path": "pages/work/bill/creditQueryRecord/details",
+ "style": {
+ "navigationBarTitleText": "征信记录查询详情"
+ }
+ },
+ {
+ "path": "pages/work/bill/creditQueryRecord/analysis",
+ "style": {
+ "navigationBarTitleText": "征信记录查询统计"
+ }
+ }
+ ,
+ {
+ "path": "pages/work/bill/creditQueryRecord/addEdit",
+ "style": {
+ "navigationBarTitleText": "征信记录查询"
+ }
+ },
+ {
+ "path": "pages/work/bill/creditCardBill/list",
+ "style": {
+ "navigationBarTitleText": "信用卡账单"
+ }
+ } ,
+ {
+ "path": "pages/work/bill/creditCardBill/details",
+ "style": {
+ "navigationBarTitleText": "信用卡账单明细"
+ }
+ }
+ ,
+ {
+ "path": "pages/work/bill/creditCardBill/addEdit",
+ "style": {
+ "navigationBarTitleText": "信用卡账单"
+ }
+ },
+ {
+ "path": "pages/work/bill/onlineLendHistory/list",
+ "style": {
+ "navigationBarTitleText": "网贷账单"
+ }
+ } ,
+ {
+ "path": "pages/work/bill/onlineLendHistory/details",
+ "style": {
+ "navigationBarTitleText": "网贷账单还款明细"
+ }
+ }
+ ,
+ {
+ "path": "pages/work/bill/onlineLendHistory/addEdit",
+ "style": {
+ "navigationBarTitleText": "网贷账单"
+ }
+ },
+ {
+ "path": "pages/work/bill/onlineLendHistory/detailsAddEdit",
+ "style": {
+ "navigationBarTitleText": "网贷账单还款明细"
+ }
+ },
+ {
+ "path": "pages/work/bill/creditInstallmentHistory/list",
+ "style": {
+ "navigationBarTitleText": "信用卡分期账单"
+ }
+ } ,
+ {
+ "path": "pages/work/bill/creditInstallmentHistory/details",
+ "style": {
+ "navigationBarTitleText": "信用卡分期账单还款明细"
+ }
+ }
+ ,
+ {
+ "path": "pages/work/bill/creditInstallmentHistory/addEdit",
+ "style": {
+ "navigationBarTitleText": "信用卡分期账单"
+ }
+ },
+ {
+ "path": "pages/work/bill/creditInstallmentHistory/detailsAddEdit",
+ "style": {
+ "navigationBarTitleText": "信用卡分期账单还款明细"
+ }
},
{
"path": "pages/work/accounts/investTransferRecord/list",
diff --git a/src/pages/work/accounts/accountDealRecord/addEdit.vue b/src/pages/work/accounts/accountDealRecord/addEdit.vue
index 95b504e..93e8eda 100644
--- a/src/pages/work/accounts/accountDealRecord/addEdit.vue
+++ b/src/pages/work/accounts/accountDealRecord/addEdit.vue
@@ -52,7 +52,7 @@
-
@@ -233,7 +233,7 @@ getDicts('deal_category').then(result => {
}
}
function handleAccountNameConfirm(e) {
- form.value.accountName = e.value[0].nameCode
+ form.value.accountName = e.value[0].nameCodeAvailableLimit
form.value.accountId = e.value[0].id
showAccountName.value = false
}
diff --git a/src/pages/work/accounts/accountDealRecord/list.vue b/src/pages/work/accounts/accountDealRecord/list.vue
index 0b27423..bca9d42 100644
--- a/src/pages/work/accounts/accountDealRecord/list.vue
+++ b/src/pages/work/accounts/accountDealRecord/list.vue
@@ -3,10 +3,7 @@
-
-
-
+ @blur="searchBlur" suffixIcon="search" suffixIconStyle="color: #909399">
@@ -111,7 +108,7 @@
{{ item.remark }}
- 查看
+
修改
删除
diff --git a/src/pages/work/accounts/accounts/commonList.vue b/src/pages/work/accounts/accounts/commonList.vue
index d3e8cab..503d3a3 100644
--- a/src/pages/work/accounts/accounts/commonList.vue
+++ b/src/pages/work/accounts/accounts/commonList.vue
@@ -3,10 +3,7 @@
-
-
-
+ @blur="searchBlur" suffixIcon="search" suffixIconStyle="color: #909399">
diff --git a/src/pages/work/accounts/accounts/list.vue b/src/pages/work/accounts/accounts/list.vue
index 9f76e43..7912936 100644
--- a/src/pages/work/accounts/accounts/list.vue
+++ b/src/pages/work/accounts/accounts/list.vue
@@ -3,10 +3,7 @@
-
-
-
+ @blur="searchBlur" suffixIcon="search" suffixIconStyle="color: #909399">
@@ -84,9 +81,9 @@
- 查看
-
-
+
+
diff --git a/src/pages/work/accounts/creditTransferRecord/addEdit.vue b/src/pages/work/accounts/creditTransferRecord/addEdit.vue
index 519439a..d6c375d 100644
--- a/src/pages/work/accounts/creditTransferRecord/addEdit.vue
+++ b/src/pages/work/accounts/creditTransferRecord/addEdit.vue
@@ -45,9 +45,9 @@
-
-
@@ -167,7 +167,7 @@ onLoad((option) => {
}
}
function handleDebitCardConfirm(e) {
- form.value.outAccountName = e.value[0].nameCode
+ form.value.outAccountName = e.value[0].nameCodeAvailableLimit
form.value.outAccountId = e.value[0].id
showDebitCard.value = false
}
@@ -184,7 +184,7 @@ function handleCreditCard() {
}
}
function handleCreditCardConfirm(e) {
- form.value.inAccountName = e.value[0].nameCode
+ form.value.inAccountName = e.value[0].nameCodeAvailableLimit
form.value.inAccountId= e.value[0].id
showCreditCard.value = false
}
diff --git a/src/pages/work/accounts/creditTransferRecord/list.vue b/src/pages/work/accounts/creditTransferRecord/list.vue
index 4461bf2..0295cee 100644
--- a/src/pages/work/accounts/creditTransferRecord/list.vue
+++ b/src/pages/work/accounts/creditTransferRecord/list.vue
@@ -3,10 +3,7 @@
-
-
-
+ @blur="searchBlur" suffixIcon="search" suffixIconStyle="color: #909399">
@@ -94,8 +91,8 @@
- 查看
- 修改
+
+
删除
@@ -235,7 +232,7 @@ function dictStr(val, arr) {
}
function resetQuery() {
queryParams.value.name = ''
- queryParams.value.type = ''
+ queryParams.value.type = '2'
queryParams.value.dealType = ''
queryParams.value.startTime = ''
queryParams.value.endTime = ''
diff --git a/src/pages/work/accounts/debitTransferRecord/addEdit.vue b/src/pages/work/accounts/debitTransferRecord/addEdit.vue
index 6f31e19..898a1e7 100644
--- a/src/pages/work/accounts/debitTransferRecord/addEdit.vue
+++ b/src/pages/work/accounts/debitTransferRecord/addEdit.vue
@@ -40,9 +40,9 @@
-
-
{
}
}
function handleOutAccountConfirm(e) {
- form.value.outAccountName = e.value[0].nameCode
+ form.value.outAccountName = e.value[0].nameCodeAvailableLimit
form.value.outAccountId = e.value[0].id
showOutAccount.value = false
@@ -165,7 +165,7 @@ function handleInAccount() {
}
}
function handleInAccountConfirm(e) {
- form.value.inAccountName = e.value[0].nameCode
+ form.value.inAccountName = e.value[0].nameCodeAvailableLimit
form.value.inAccountId = e.value[0].id
showInAccount.value = false
}
diff --git a/src/pages/work/accounts/debitTransferRecord/list.vue b/src/pages/work/accounts/debitTransferRecord/list.vue
index 697b2dc..ae10197 100644
--- a/src/pages/work/accounts/debitTransferRecord/list.vue
+++ b/src/pages/work/accounts/debitTransferRecord/list.vue
@@ -3,10 +3,7 @@
-
-
-
+ @blur="searchBlur" suffixIcon="search" suffixIconStyle="color: #909399">
@@ -84,7 +81,7 @@
{{ item.amount }}
- 查看
+
删除
diff --git a/src/pages/work/accounts/investAccountDeal/addEdit.vue b/src/pages/work/accounts/investAccountDeal/addEdit.vue
index 2715fc9..77a7879 100644
--- a/src/pages/work/accounts/investAccountDeal/addEdit.vue
+++ b/src/pages/work/accounts/investAccountDeal/addEdit.vue
@@ -40,7 +40,7 @@
-
@@ -159,7 +159,7 @@ onLoad((option) => {
}
}
function handleAccountNameConfirm(e) {
- form.value.accountName = e.value[0].nameCode
+ form.value.accountName = e.value[0].nameCodeAvailableLimit
form.value.accountId = e.value[0].id
showAccountName.value = false
}
diff --git a/src/pages/work/accounts/investAccountDeal/list.vue b/src/pages/work/accounts/investAccountDeal/list.vue
index cb70ed0..33df3b7 100644
--- a/src/pages/work/accounts/investAccountDeal/list.vue
+++ b/src/pages/work/accounts/investAccountDeal/list.vue
@@ -3,10 +3,7 @@
-
-
-
+ @blur="searchBlur" suffixIcon="search" suffixIconStyle="color: #909399">
@@ -94,8 +91,8 @@
{{ item.remark }}
- 查看
- 修改
+
+
删除
@@ -258,11 +255,11 @@ function selectAccountType(item) {
}
function resetQuery() {
queryParams.value.name = ''
- queryParams.value.type = ''
+ queryParams.value.type = '5'
queryParams.value.dealType = ''
queryParams.value.startTime = ''
queryParams.value.endTime = ''
- queryParams.value.dealCategory = ''
+ queryParams.value.dealCategory = '2'
accountTypeList.value.map(ele => {
Reflect.set(ele, 'selected', false)
})
diff --git a/src/pages/work/accounts/investTransferRecord/list.vue b/src/pages/work/accounts/investTransferRecord/list.vue
index 45083b5..170c03b 100644
--- a/src/pages/work/accounts/investTransferRecord/list.vue
+++ b/src/pages/work/accounts/investTransferRecord/list.vue
@@ -3,10 +3,7 @@
-
-
-
+ @blur="searchBlur" suffixIcon="search" suffixIconStyle="color: #909399">
@@ -94,8 +91,8 @@
- 查看
- 修改
+
+
删除
@@ -235,7 +232,7 @@ function dictStr(val, arr) {
}
function resetQuery() {
queryParams.value.name = ''
- queryParams.value.type = ''
+ queryParams.value.type = '3'
queryParams.value.dealType = ''
queryParams.value.startTime = ''
queryParams.value.endTime = ''
diff --git a/src/pages/work/accounts/lendTransferRecord/addEdit.vue b/src/pages/work/accounts/lendTransferRecord/addEdit.vue
index da69ace..6f46353 100644
--- a/src/pages/work/accounts/lendTransferRecord/addEdit.vue
+++ b/src/pages/work/accounts/lendTransferRecord/addEdit.vue
@@ -49,9 +49,9 @@
-
-
@@ -174,7 +174,7 @@ onLoad((option) => {
}
}
function handleOutAccountConfirm(e) {
- form.value.outAccountName = e.value[0].nameCode
+ form.value.outAccountName = e.value[0].nameCodeAvailableLimit
form.value.outAccountId = e.value[0].id
showOutAccount.value = false
@@ -192,7 +192,7 @@ function handleInAccount() {
}
}
function handleInAccountConfirm(e) {
- form.value.inAccountName = e.value[0].nameCode
+ form.value.inAccountName = e.value[0].nameCodeAvailableLimit
form.value.inAccountId = e.value[0].id
showInAccount.value = false
}
diff --git a/src/pages/work/accounts/lendTransferRecord/list.vue b/src/pages/work/accounts/lendTransferRecord/list.vue
index 7c2a4b2..56f07c7 100644
--- a/src/pages/work/accounts/lendTransferRecord/list.vue
+++ b/src/pages/work/accounts/lendTransferRecord/list.vue
@@ -3,10 +3,7 @@
-
-
-
+ @blur="searchBlur" suffixIcon="search" suffixIconStyle="color: #909399">
@@ -93,7 +90,7 @@
{{ item.commission }}
- 查看
+
删除
@@ -233,7 +230,7 @@ function dictStr(val, arr) {
}
function resetQuery() {
queryParams.value.name = ''
- queryParams.value.type = ''
+ queryParams.value.type = '5'
queryParams.value.dealType = ''
queryParams.value.startTime = ''
queryParams.value.endTime = ''
diff --git a/src/pages/work/accounts/posTransferRecord/addEdit.vue b/src/pages/work/accounts/posTransferRecord/addEdit.vue
index 412c064..84e9817 100644
--- a/src/pages/work/accounts/posTransferRecord/addEdit.vue
+++ b/src/pages/work/accounts/posTransferRecord/addEdit.vue
@@ -50,7 +50,7 @@
-
-
-
-
+ @blur="searchBlur" suffixIcon="search" suffixIconStyle="color: #909399">
@@ -100,7 +97,7 @@
{{ item.actualAmount }}
- 查看
+
删除
@@ -212,7 +209,7 @@ function settingCancel() {
}
function resetQuery() {
queryParams.value.name = ''
- queryParams.value.type = ''
+ queryParams.value.type = '1'
queryParams.value.dealType = ''
queryParams.value.startTime = ''
queryParams.value.endTime = ''
diff --git a/src/pages/work/bill/creditCardBill/addEdit.vue b/src/pages/work/bill/creditCardBill/addEdit.vue
new file mode 100644
index 0000000..1453128
--- /dev/null
+++ b/src/pages/work/bill/creditCardBill/addEdit.vue
@@ -0,0 +1,236 @@
+
+
+
+
+
+ {{ title}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/creditCardBill/details.vue b/src/pages/work/bill/creditCardBill/details.vue
new file mode 100644
index 0000000..2a1aa90
--- /dev/null
+++ b/src/pages/work/bill/creditCardBill/details.vue
@@ -0,0 +1,425 @@
+
+
+
+
+
+
+
+
+
+
+ 交易类别
+
+ {{ item.dictLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 记账类型:
+ {{ dictStr(item.type, accountTypeList) }}
+
+
+ 交易时间:
+ {{ item.createTime }}
+
+
+ 交易金额:
+ {{ item.amount }}
+
+
+ 当前余额:
+ {{ item.currentBalance }}
+
+
+ 交易类型:
+ {{ dictStr(item.dealType, dealTypeList) }}
+
+
+ 交易类别:
+ {{ dictStr(item.dealCategory, dealCategoryList) }}
+
+
+ 备注:
+ {{ item.remark }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/creditCardBill/list.vue b/src/pages/work/bill/creditCardBill/list.vue
new file mode 100644
index 0000000..c75a5a5
--- /dev/null
+++ b/src/pages/work/bill/creditCardBill/list.vue
@@ -0,0 +1,417 @@
+
+
+
+
+
+
+
+
+
+
+
+ 账单状态
+
+ {{ item.dictLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 账单名称:
+ {{ item.name }}
+
+
+ 账单状态:
+ {{ dictStr(item.billState, billStateList) }}
+
+
+ 账单日:
+ {{ item.billDate }}
+
+
+ 账单周期:
+ {{ item.billDatePeriod }}
+
+
+ 账单金额:
+ {{ item.billAmount }}
+
+
+ 账单明细
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/creditInstallmentHistory/addEdit.vue b/src/pages/work/bill/creditInstallmentHistory/addEdit.vue
new file mode 100644
index 0000000..f1ea896
--- /dev/null
+++ b/src/pages/work/bill/creditInstallmentHistory/addEdit.vue
@@ -0,0 +1,291 @@
+
+
+
+
+
+ {{ title}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/creditInstallmentHistory/details.vue b/src/pages/work/bill/creditInstallmentHistory/details.vue
new file mode 100644
index 0000000..42545a1
--- /dev/null
+++ b/src/pages/work/bill/creditInstallmentHistory/details.vue
@@ -0,0 +1,363 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 还款日期:
+ {{ item.repaymentDate }}
+
+
+ 入账状态:
+ {{ dictStr(item.postingState, postingStateList) }}
+
+
+ 还款期数:
+ {{ item.periods }}
+
+
+ 还款金额:
+ {{ item.currentAmount }}
+
+
+ 应还本金:
+ {{ item.principal }}
+
+
+ 利息:
+ {{ item.interest }}
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/creditInstallmentHistory/detailsAddEdit.vue b/src/pages/work/bill/creditInstallmentHistory/detailsAddEdit.vue
new file mode 100644
index 0000000..e6f9ada
--- /dev/null
+++ b/src/pages/work/bill/creditInstallmentHistory/detailsAddEdit.vue
@@ -0,0 +1,206 @@
+
+
+
+
+
+ {{ title}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/creditInstallmentHistory/list.vue b/src/pages/work/bill/creditInstallmentHistory/list.vue
new file mode 100644
index 0000000..bdf7920
--- /dev/null
+++ b/src/pages/work/bill/creditInstallmentHistory/list.vue
@@ -0,0 +1,452 @@
+
+
+
+
+
+
+
+
+
+
+
+ 结清状态
+
+ {{ item.dictLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 分期金额:
+ {{ item.installmentAmount }}
+
+
+ 结清状态:
+ {{ dictStr(item.state, settleStateList) }}
+
+
+ 分期日期:
+ {{ item.installmentDate }}
+
+
+ 分期期数:
+ {{ item.period }}
+
+
+ 已还期数:
+ {{ item.repaidPeriod }}
+
+
+ 总利息:
+ {{ item.totalInterest }}
+
+
+ 年化利率:
+ {{ item.interestRate }}
+
+
+ 计算利率:
+ {{ item.calculateInterestRate }}
+
+
+ 余额:
+ {{ item.balance }}
+
+
+ 剩余本金:
+ {{ item.outstandingPrincipal }}
+
+
+ 剩余利息:
+ {{ item.outstandingInterest }}
+
+
+ 到期日期:
+ {{ item.dueDate }}
+
+
+ 最近还款日:
+ {{ parseTime(item.repaymentDate, '{y}-{m}-{d}') }}
+
+
+ 还款明细
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/creditQueryRecord/addEdit.vue b/src/pages/work/bill/creditQueryRecord/addEdit.vue
new file mode 100644
index 0000000..632bf89
--- /dev/null
+++ b/src/pages/work/bill/creditQueryRecord/addEdit.vue
@@ -0,0 +1,187 @@
+
+
+
+
+
+ {{ title}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/creditQueryRecord/analysis.vue b/src/pages/work/bill/creditQueryRecord/analysis.vue
new file mode 100644
index 0000000..24ee7a5
--- /dev/null
+++ b/src/pages/work/bill/creditQueryRecord/analysis.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/creditQueryRecord/details.vue b/src/pages/work/bill/creditQueryRecord/details.vue
new file mode 100644
index 0000000..247ca73
--- /dev/null
+++ b/src/pages/work/bill/creditQueryRecord/details.vue
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/creditQueryRecord/list.vue b/src/pages/work/bill/creditQueryRecord/list.vue
new file mode 100644
index 0000000..27f9c55
--- /dev/null
+++ b/src/pages/work/bill/creditQueryRecord/list.vue
@@ -0,0 +1,411 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询原因
+
+ {{ item.dictLabel }}
+
+ 查询类型
+
+ {{ item.dictLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询日期:
+ {{ item.queryDate }}
+
+
+ 查询原因:
+ {{ dictStr(item.type, typeList) }}
+
+
+ 查询类型:
+ {{ dictStr(item.queryType, queryTypeList) }}
+
+
+ 备注:
+ {{ item.remark }}
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/onlineLendHistory/addEdit.vue b/src/pages/work/bill/onlineLendHistory/addEdit.vue
new file mode 100644
index 0000000..2dba108
--- /dev/null
+++ b/src/pages/work/bill/onlineLendHistory/addEdit.vue
@@ -0,0 +1,291 @@
+
+
+
+
+
+ {{ title}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/onlineLendHistory/details.vue b/src/pages/work/bill/onlineLendHistory/details.vue
new file mode 100644
index 0000000..da9d8e9
--- /dev/null
+++ b/src/pages/work/bill/onlineLendHistory/details.vue
@@ -0,0 +1,363 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 还款日期:
+ {{ item.repaymentDate }}
+
+
+ 入账状态:
+ {{ dictStr(item.postingState, postingStateList) }}
+
+
+ 还款期数:
+ {{ item.periods }}
+
+
+ 还款金额:
+ {{ item.currentAmount }}
+
+
+ 应还本金:
+ {{ item.principal }}
+
+
+ 利息:
+ {{ item.interest }}
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/onlineLendHistory/detailsAddEdit.vue b/src/pages/work/bill/onlineLendHistory/detailsAddEdit.vue
new file mode 100644
index 0000000..9a41781
--- /dev/null
+++ b/src/pages/work/bill/onlineLendHistory/detailsAddEdit.vue
@@ -0,0 +1,204 @@
+
+
+
+
+
+ {{ title}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/bill/onlineLendHistory/list.vue b/src/pages/work/bill/onlineLendHistory/list.vue
new file mode 100644
index 0000000..915ab8e
--- /dev/null
+++ b/src/pages/work/bill/onlineLendHistory/list.vue
@@ -0,0 +1,452 @@
+
+
+
+
+
+
+
+
+
+
+
+ 结清状态
+
+ {{ item.dictLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 借款金额:
+ {{ item.installmentAmount }}
+
+
+ 结清状态:
+ {{ dictStr(item.state, settleStateList) }}
+
+
+ 借款日期:
+ {{ item.installmentDate }}
+
+
+ 借款期数:
+ {{ item.period }}
+
+
+ 已还期数:
+ {{ item.repaidPeriod }}
+
+
+ 总利息:
+ {{ item.totalInterest }}
+
+
+ 年化利率:
+ {{ item.interestRate }}
+
+
+ 计算利率:
+ {{ item.calculateInterestRate }}
+
+
+ 余额:
+ {{ item.balance }}
+
+
+ 剩余本金:
+ {{ item.outstandingPrincipal }}
+
+
+ 剩余利息:
+ {{ item.outstandingInterest }}
+
+
+ 到期日期:
+ {{ item.dueDate }}
+
+
+ 最近还款日:
+ {{ parseTime(item.repaymentDate, '{y}-{m}-{d}') }}
+
+
+ 还款明细
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/work/heartJourney/list.vue b/src/pages/work/heartJourney/list.vue
index 749c2a6..955fcb4 100644
--- a/src/pages/work/heartJourney/list.vue
+++ b/src/pages/work/heartJourney/list.vue
@@ -3,10 +3,7 @@
-
-
-
+ @blur="searchBlur" suffixIcon="search" suffixIconStyle="color: #909399">
@@ -49,7 +46,7 @@
{{ item.remark }}
- 查看
+
修改
删除
diff --git a/src/pages/work/index.vue b/src/pages/work/index.vue
index cd7c6ef..cbbd94b 100644
--- a/src/pages/work/index.vue
+++ b/src/pages/work/index.vue
@@ -2,7 +2,7 @@
-
+
@@ -79,9 +79,10 @@ import auth from "@/plugins/auth"; // 建议使用auth进行鉴权操作
{ path: '/pages/work/accounts/creditTransferRecord/list', text: '信用卡还款', icon: 'arrow-left', permission: 'invest:accountsTransferRecord:list' },
{ path: '/pages/work/accounts/debitTransferRecord/list', text: '储蓄账户记账', icon: 'tune', permission: 'invest:accountsTransferRecord:list' },
{ path: '/pages/work/accounts/accounts/commonList', text: '记账账户', icon: 'staff', permission: 'invest:accounts:list' },
- { path: '/pages/page1/page1', text: '网贷账单', icon: 'settings', permission: 'invest:installmentHistory:list' },
- { path: '/pages/page1/page1', text: '信用卡分期账单', icon: 'bars', permission: 'invest:installmentHistory:list' },
- { path: '/pages/page1/page1', text: '征信查询记录', icon: 'search', permission: 'invest:creditQueryRecord:list' }
+ { path: '/pages/work/bill/creditCardBill/list', text: '信用卡账单', icon: 'list', permission: 'invest:creditCardBill:list' },
+ { path: '/pages/work/bill/onlineLendHistory/list', text: '网贷账单', icon: 'settings', permission: 'invest:installmentHistory:list' },
+ { path: '/pages/work/bill/creditInstallmentHistory/list', text: '信用卡分期账单', icon: 'bars', permission: 'invest:installmentHistory:list' },
+ { path: '/pages/work/bill/creditQueryRecord/list', text: '征信查询记录', icon: 'search', permission: 'invest:creditQueryRecord:list' }
])
const baseGridList=ref([
{ path: '/pages/work/base/pos/index', text: 'pos机管理', icon: 'shop-filled', permission: 'invest:posmachine:list' },
@@ -94,11 +95,11 @@ import auth from "@/plugins/auth"; // 建议使用auth进行鉴权操作
const billGridList=ref([
{ path: '/pages/page1/page1', text: '期货账单', icon: 'map', permission: 'invest:futureStocksBill:list' },
{ path: '/pages/page1/page1', text: '股票账单', icon: 'paperplane', permission: 'invest:futureStocksBill:list' },
- { path: '/pages/page1/page1', text: '网贷账单', icon: 'settings', permission: 'invest:installmentHistory:list' },
- { path: '/pages/page1/page1', text: '信用卡账单', icon: 'list', permission: 'invest:creditCardBill:list' },
- { path: '/pages/page1/page1', text: '信用卡分期账单', icon: 'bars', permission: 'invest:installmentHistory:list' },
+ { path: '/pages/work/bill/onlineLendHistory/list', text: '网贷账单', icon: 'settings', permission: 'invest:installmentHistory:list' },
+ { path: '/pages/work/bill/creditCardBill/list', text: '信用卡账单', icon: 'list', permission: 'invest:creditCardBill:list' },
+ { path: '/pages/work/bill/creditInstallmentHistory/list', text: '信用卡分期账单', icon: 'bars', permission: 'invest:installmentHistory:list' },
{ path: '/pages/page1/page1', text: '人情账单', icon: 'staff-filled', permission: 'invest:installmentHistory:list' },
- { path: '/pages/page1/page1', text: '征信查询记录', icon: 'search', permission: 'invest:creditQueryRecord:list' }
+ { path: '/pages/work/bill/creditQueryRecord/list', text: '征信查询记录', icon: 'search', permission: 'invest:creditQueryRecord:list' }
])
const accountGridList=ref([
{ path: '/pages/work/accounts/accounts/list', text: '记账账户', icon: 'staff', permission: 'invest:accounts:list' },