From 9f74eaea1be9f289803604565602efd40423dd1b Mon Sep 17 00:00:00 2001
From: gyj
Date: Tue, 5 Dec 2023 18:04:41 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BB=B6=E8=AF=A6=E6=83=85=EF=BC=8C?=
=?UTF-8?q?=E5=BD=92=E6=A1=A3=E8=AF=A6=E6=83=85=EF=BC=8C=E4=BB=B2=E8=A3=81?=
=?UTF-8?q?=E7=94=B3=E8=AF=B7=E4=B9=A6=E5=B1=95=E7=A4=BA=EF=BC=8C=E6=B5=81?=
=?UTF-8?q?=E7=A8=8B=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA=E4=B8=8B=E4=B8=80?=
=?UTF-8?q?=E6=AD=A5=E6=93=8D=E4=BD=9C=E8=A7=92=E8=89=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/caseFiling/archiveList.vue | 10 +++++++---
src/views/caseFiling/components/caseInfo.vue | 9 +++++++++
.../caseManagement/components/caseentryDialog.vue | 10 ++++++++++
.../caseManagement/components/viewprocessDialog.vue | 3 ++-
4 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/src/views/caseFiling/archiveList.vue b/src/views/caseFiling/archiveList.vue
index 23929e2..9aaf391 100644
--- a/src/views/caseFiling/archiveList.vue
+++ b/src/views/caseFiling/archiveList.vue
@@ -34,9 +34,9 @@
重置
-
+
+ 案件归档
+
@@ -130,6 +130,10 @@ export default {
this.resetForm("queryForm");
this.handleQuery();
},
+ // 下在案件归档压缩包
+ downloadZips(){
+ // console.log(this.download)
+ },
// 查询列表数据
getList(parms) {
this.loading = true;
diff --git a/src/views/caseFiling/components/caseInfo.vue b/src/views/caseFiling/components/caseInfo.vue
index 5a9f00f..f53d031 100644
--- a/src/views/caseFiling/components/caseInfo.vue
+++ b/src/views/caseFiling/components/caseInfo.vue
@@ -126,6 +126,13 @@
+
+
+
+ {{item.annexName}}
+
+
+
@@ -512,6 +519,7 @@ export default {
props: ["caseApplicationObj"],
data() {
return {
+ fileURL: window.location.origin + "/API",
formData: {},
applicateArr: [],
quiltArr: [],
@@ -561,6 +569,7 @@ export default {
if (this.caseApplicationObj) {
this.formData = this.caseApplicationObj;
}
+ console.log(this.caseApplicationObj)
console.log("this.formData", this.formData);
if (this.caseApplicationObj && this.caseApplicationObj.caseAffiliates) {
this.caseApplicationObj.caseAffiliates.forEach((item) => {
diff --git a/src/views/caseManagement/components/caseentryDialog.vue b/src/views/caseManagement/components/caseentryDialog.vue
index e5384ef..f4101ab 100644
--- a/src/views/caseManagement/components/caseentryDialog.vue
+++ b/src/views/caseManagement/components/caseentryDialog.vue
@@ -583,6 +583,15 @@
@click="generateForm1()"
>新增被申请人主体信息 -->
+
+
+
+ {{item.annexName}}
+
+