From bf55267b1ecb2b3d3854c734eb9f8bb3272816ad Mon Sep 17 00:00:00 2001
From: "@zhu-yuefeng" <761784171@qq.com>
Date: Thu, 12 Oct 2023 17:12:58 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E6=A1=A3=E6=A1=88=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ea/electronicOther/index.vue | 64 ++++++++++++++++++++++++--
1 file changed, 59 insertions(+), 5 deletions(-)
diff --git a/src/views/ea/electronicOther/index.vue b/src/views/ea/electronicOther/index.vue
index 56496c19..2b1b2772 100644
--- a/src/views/ea/electronicOther/index.vue
+++ b/src/views/ea/electronicOther/index.vue
@@ -6,6 +6,9 @@
+
+
+
@@ -27,14 +30,17 @@
+
-
+
+
@@ -44,12 +50,24 @@
+
+
+
+
+
+
@@ -76,6 +94,7 @@
+
@@ -86,13 +105,18 @@
+
+
+
+
+
@@ -113,6 +137,9 @@
+
+
+
@@ -130,14 +157,17 @@
+
-
+
@@ -147,12 +177,24 @@
+
+
+
+
+
+
@@ -193,19 +235,25 @@ export default {
pageNo: 1,
pageSize: 10,
name: null,
+ flowCode: null,
source: null,
year: null,
period: null,
businessType: null,
createTime: [],
createBy: null,
+ companyId: null,
company: null,
delStatus: null,
suffix: null,
fileUrl: null,
fileAp: null,
+ flowId: null,
note: null,
+ deptId: null,
deptName: null,
+ recordId: null,
+ userId: null,
archiveState: null,
},
// 表单参数
@@ -239,18 +287,24 @@ export default {
this.form = {
id: undefined,
name: undefined,
+ flowCode: undefined,
source: undefined,
year: undefined,
period: undefined,
businessType: undefined,
createBy: undefined,
+ companyId: undefined,
company: undefined,
delStatus: undefined,
suffix: undefined,
fileUrl: undefined,
fileAp: undefined,
+ flowId: undefined,
note: undefined,
+ deptId: undefined,
deptName: undefined,
+ recordId: undefined,
+ userId: undefined,
archiveState: undefined,
};
this.resetForm("form");