From 59ae5ba7033fae4fe372f9a33b4a4d6df1badcce Mon Sep 17 00:00:00 2001
From: JiilingLee <462362@qq.com>
Date: Tue, 24 Oct 2023 11:37:25 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=A1=E8=B4=A6=E7=B0=BF=E5=BD=92?=
=?UTF-8?q?=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/accounting/report/index.vue | 11 +++----
src/views/archives/prefile/index.vue | 33 +++++++++++++++++++
src/views/archives/record/index.vue | 47 +++++++++++++++++++++++++++
3 files changed, 85 insertions(+), 6 deletions(-)
diff --git a/src/views/accounting/report/index.vue b/src/views/accounting/report/index.vue
index 31820e5f..1d26e4cd 100644
--- a/src/views/accounting/report/index.vue
+++ b/src/views/accounting/report/index.vue
@@ -91,10 +91,9 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
{
+ this.accountingReportList = response.data.list;
+ this.total10 = response.data.total;
+ this.loading = false;
+ });
},
/** 获取目录号 */
getCatalogNum() {
diff --git a/src/views/archives/record/index.vue b/src/views/archives/record/index.vue
index 99135cb8..c8273555 100644
--- a/src/views/archives/record/index.vue
+++ b/src/views/archives/record/index.vue
@@ -423,6 +423,39 @@
prop="remark"
/>
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
{
+ this.accountingReportList = response.data.list;
+ this.total10 = response.data.total;
+ this.loading = false;
+ });
+ },
/**
* 文件预览
* @param fileUrl
@@ -1394,7 +1438,10 @@ export default {
this.getElectronicConsultationLineList();
} else if (row.fileType == "electronic_other") {
this.getElectronicOtherLineList();
+ }else if (row.fileType == "accounting_report") {
+ this.getAccountingReportPageLineList();
}
+
const id = row.id;
getRecord(id).then((response) => {
this.form = response.data;