From 510f9f14b1b7d702ac556d34ba65f288ca6246cf Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 8 Apr 2022 11:49:59 +0800 Subject: [PATCH] bug --- .../finance/AppFinanceProduct/productAdd.vue | 3 +- .../AppFinancingNeeds/AppFinancingNeeds.vue | 9 +- .../AppFinancingNeeds/needsStatistics.vue | 432 +++++++++++++++++- .../components/attachmentMaterial.vue | 7 +- .../mattersConfig/components/baseInfo.vue | 6 +- .../mattersConfig/components/configList.vue | 4 +- 6 files changed, 431 insertions(+), 30 deletions(-) diff --git a/project/xiushan/apps/finance/AppFinanceProduct/productAdd.vue b/project/xiushan/apps/finance/AppFinanceProduct/productAdd.vue index 3fe68dba..280ef9e1 100644 --- a/project/xiushan/apps/finance/AppFinanceProduct/productAdd.vue +++ b/project/xiushan/apps/finance/AppFinanceProduct/productAdd.vue @@ -124,8 +124,7 @@ export default { needMaterial: [{required: true, message: "请输入所需材料", trigger: 'blur'}], productFeatures: [{required: true, message: "请输入产品特色", trigger: 'blur'}], bankCounterpart: [{required: true, message: "请输入客户经理姓名", trigger: 'change'}], - consultationTelephone: [ {required: true, message: "请输入客户经理电话", trigger: 'change'}, - {pattern: /^1[3456789]\d{9}$/, message: "电话号码格式有误"}], + consultationTelephone: [ {required: true, message: "请输入客户经理电话", trigger: 'change'}], } } }, diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue b/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue index 16197d62..7f0464c8 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue @@ -2,7 +2,7 @@
@@ -45,6 +44,7 @@ export default { showList: true, currentPage: "", detail: {}, + areaId: '' } }, computed: { @@ -65,7 +65,7 @@ export default { } }, created() { - this.dict.load("productRepaymentTimeline", "financialFundPurpose","financingDemandApplyType", "enterpriseType") + this.dict.load("productRepaymentTimeline", "financialFundPurpose","financingDemandApplyType", "enterpriseType", "dishonestPersonSituation", "administrativeSanctionType") }, methods: { goPage(obj) { @@ -79,6 +79,9 @@ export default { this.$refs[this.currIndex][0].getTableData(); }) }, + changeArea() { + this.$refs[this.currIndex][0].getTableData(); + } } } diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue index 7487f6c4..2813745d 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue @@ -1,21 +1,114 @@