diff --git a/project/xiushan/apps/finance/AppLoanAudit/loanSta.vue b/project/xiushan/apps/finance/AppLoanAudit/loanSta.vue
index 90f58704..89ffb167 100644
--- a/project/xiushan/apps/finance/AppLoanAudit/loanSta.vue
+++ b/project/xiushan/apps/finance/AppLoanAudit/loanSta.vue
@@ -50,33 +50,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 导出
-
-
-
-
-
-
@@ -194,42 +167,17 @@ export default {
data() {
return {
search: {status: 1},
- page: {current: 1, size: 10, total: 0},
- tableData: [],
overviews: [],
productTop10: [],
tradeTrend: [],
- colConfigs: [
- {label: "产品名称", width: '200', prop: "productName"},
- {label: "联系人", width: '100', prop: "name"},
- {label: "联系方式", width: '140', prop: "phone"},
- {label: "身份证号", render: (h, {row}) => h('p', this.idCardNoUtil.hideId(row.idNumber)), width: 160},
- {label: "企业主体", width: '200', prop: "enterpriseName"},
- {label: "贷款金额(万)", width: '120', prop: "loanAmount"},
- {label: "申请时间", prop: "createTime", width: 160},
- {label: "贷款机构", prop: "organizationName"},
- {label: "机构类型", prop: "organizationType", dict: "financialOrganizationType"},
- {label: "状态", prop: "status", dict: "financialLoanApplyStatus"},
- ]
}
},
methods: {
getStaData() {
- this.getTableData()
this.getOverviews()
this.getProductTop10()
this.getTradeTrend()
},
- getTableData() {
- this.instance.post("/appfinancialloanapply/list", null, {
- params: {...this.page, ...this.search}
- }).then(res => {
- if (res?.data) {
- this.tableData = res.data?.records
- this.page.total = res.data.total + 20
- }
- })
- },
getOverviews() {
let {organizationId} = this.search
this.instance.post("/appfinancialloanapply/staticFinancialLoanApplyByOrganization", null, {
@@ -260,12 +208,6 @@ export default {
}
})
},
- handleSearchTime(v) {
- this.page.current = 1
- this.search.applyStartDate = v?.[0].substring(0, 10)
- this.search.applyEndDate = v?.[1].substring(0, 10)
- this.getTableData()
- }
},
created() {
this.getStaData()
diff --git a/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue b/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue
index e8a09abe..a6887914 100644
--- a/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue
+++ b/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue
@@ -52,39 +52,39 @@
-
-
交易记录
-
-
-
-
-
-
-
-
-
-
- 导出
-
-
-
-
-
-
- {{ dict.getLabel('financingDemandStatus', row.status) }}
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -170,7 +170,7 @@ export default {
this.lineChartInit(monthList, applyList, auditList)
}
})
- this.getList()
+ // this.getList()
},
getList() {
let status = this.search.status || 999
diff --git a/project/xiushan/apps/loanStatement/AppLoanSta.vue b/project/xiushan/apps/loanStatement/AppLoanSta.vue
new file mode 100644
index 00000000..0929a70e
--- /dev/null
+++ b/project/xiushan/apps/loanStatement/AppLoanSta.vue
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/project/xiushan/apps/loanStatement/AppNeedSta.vue b/project/xiushan/apps/loanStatement/AppNeedSta.vue
new file mode 100644
index 00000000..42a2d13d
--- /dev/null
+++ b/project/xiushan/apps/loanStatement/AppNeedSta.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导出
+
+
+
+
+
+
+ {{ dict.getLabel('financingDemandStatus', row.status) }}
+
+
+
+
+
+
+
+
+
+
+