From 3eef1eeb3c87628adfaa3e67bff8c49a467bc6d9 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 3 Jan 2025 16:35:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(x):=20=E6=96=B0=E5=A2=9E=E8=B4=B7=E6=AC=BE?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E5=92=8C=E9=A1=B5=E9=9D=A2=20-=20=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E8=B4=B7=E6=AC=BE=E7=94=B3=E8=AF=B7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加贷款审核相关的组件、审批和查看功能 -umu集成养殖场、贷款银行和产品选择 - 支持耳标号扫描和选择 - 添加贷款合同号和资料上传功能- 实现审核状态和结果的展示 --- project/xumu/AppInsuranceAudit/add.vue | 2 +- project/xumu/AppLoanAudit/AppLoanAudit.vue | 35 ++++ project/xumu/AppLoanAudit/add.vue | 231 +++++++++++++++++++++ project/xumu/AppLoanAudit/list.vue | 108 ++++++++++ 4 files changed, 375 insertions(+), 1 deletion(-) create mode 100644 project/xumu/AppLoanAudit/AppLoanAudit.vue create mode 100644 project/xumu/AppLoanAudit/add.vue create mode 100644 project/xumu/AppLoanAudit/list.vue diff --git a/project/xumu/AppInsuranceAudit/add.vue b/project/xumu/AppInsuranceAudit/add.vue index fc9585b4..cb9df0f9 100644 --- a/project/xumu/AppInsuranceAudit/add.vue +++ b/project/xumu/AppInsuranceAudit/add.vue @@ -50,7 +50,7 @@ export default { return id && this.instance.post("/api/insurance/apply/getInfo", null, {params: {id}}).then(res => { if (res?.data) { const detail = res.data - detail.detailList = detail.weightList || [] + detail.detailList = detail.detailList || [] let {farmPicture: picture = "{}"} = detail picture = JSON.parse(picture) return this.detail = {...detail, ...picture} diff --git a/project/xumu/AppLoanAudit/AppLoanAudit.vue b/project/xumu/AppLoanAudit/AppLoanAudit.vue new file mode 100644 index 00000000..3b6ce05d --- /dev/null +++ b/project/xumu/AppLoanAudit/AppLoanAudit.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/project/xumu/AppLoanAudit/add.vue b/project/xumu/AppLoanAudit/add.vue new file mode 100644 index 00000000..0cf2460e --- /dev/null +++ b/project/xumu/AppLoanAudit/add.vue @@ -0,0 +1,231 @@ + + + + + diff --git a/project/xumu/AppLoanAudit/list.vue b/project/xumu/AppLoanAudit/list.vue new file mode 100644 index 00000000..c582ab42 --- /dev/null +++ b/project/xumu/AppLoanAudit/list.vue @@ -0,0 +1,108 @@ + + + + +