From b2dacb1a2a9dfbe73cccd8558ff178371f7db3f3 Mon Sep 17 00:00:00 2001 From: zhc077 <565291854@qq.com> Date: Fri, 1 Nov 2024 17:07:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=AE=97=E4=B9=A6-=E8=B4=A2=E6=94=BF?= =?UTF-8?q?=E6=8B=A8=E6=AC=BE=E3=80=81=E5=B9=B4=E5=BA=A6=E9=A2=84=E7=AE=97?= =?UTF-8?q?=E8=A1=A8=20=E5=8A=9F=E8=83=BD=E6=B7=BB=E5=8A=A0=2010.31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/depfile/Depfile.data.ts | 38 ++++++++ .../kejigongguan/xiangmushu/FuJianDemo.vue | 92 ++++++++++++------- .../yusuanshu/DepartBaseInfoDemo.vue | 48 ++++++++-- .../kejigongguan/yusuanshu/index.vue | 2 +- 4 files changed, 140 insertions(+), 40 deletions(-) diff --git a/jeecgboot-vue3/src/views/depfile/Depfile.data.ts b/jeecgboot-vue3/src/views/depfile/Depfile.data.ts index 0840478..b95bf77 100644 --- a/jeecgboot-vue3/src/views/depfile/Depfile.data.ts +++ b/jeecgboot-vue3/src/views/depfile/Depfile.data.ts @@ -80,6 +80,44 @@ export const columns2: BasicColumn[] = [ },*/ ]; +export const columns3: BasicColumn[] = [ + /*{ + title: '部门名称', + align: "center", + dataIndex: 'depid_dictText' + },*/ + { + title: '名称', + align: "center", + dataIndex: 'filename' + }, + { + title: '认定部门及批号', + align: "center", + dataIndex: 'depnumber' + }, + { + title: '认定时间', + align: "center", + dataIndex: 'rdtime' + }, + /*{ + title: '文件', + align: "center", + dataIndex: 'upfile', + },*/ + /*{ + title: '文件后缀', + align: "center", + dataIndex: 'filehz' + }, + { + title: '文件类型', + align: "center", + dataIndex: 'filelx_dictText' + },*/ +]; + // 高级查询数据 export const superQuerySchema = { depid: {title: '部门名称',order: 0,view: 'sel_search', type: 'string',dictTable: "sys_depart", dictCode: 'id', dictText: 'depart_name',}, diff --git a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/FuJianDemo.vue b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/FuJianDemo.vue index 2ee3a2d..401a26a 100644 --- a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/FuJianDemo.vue +++ b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/xiangmushu/FuJianDemo.vue @@ -4,18 +4,22 @@ + 上传附件 + + @@ -23,7 +27,17 @@
- + + +
返回 @@ -31,18 +45,25 @@ diff --git a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/yusuanshu/DepartBaseInfoDemo.vue b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/yusuanshu/DepartBaseInfoDemo.vue index 66b3d77..50e14fd 100644 --- a/jeecgboot-vue3/src/views/projectApplication/kejigongguan/yusuanshu/DepartBaseInfoDemo.vue +++ b/jeecgboot-vue3/src/views/projectApplication/kejigongguan/yusuanshu/DepartBaseInfoDemo.vue @@ -9,8 +9,20 @@ :schema="schema" /> - - +
+ + + +
+