From 2a677a0a2f386c1dd7685e995ec010a07d8eb8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Wed, 10 Jan 2024 17:14:02 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=95=BF=E6=98=A5=E6=B4=BE=E6=A0=BC1.?= =?UTF-8?q?5=E3=80=91=E8=AE=A1=E5=88=92=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=BC=80=E5=8F=91=20+=20=E6=99=AE=E9=80=9A=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E7=BB=84=E4=BB=B6=E5=B0=81=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ImportExcel-normal/index.vue | 178 ++++++ vue/src/router/modules/fis.js | 10 + .../pg-fis/basedate/planControl/index.vue | 558 ++++++++++++++++++ 3 files changed, 746 insertions(+) create mode 100644 vue/src/components/ImportExcel-normal/index.vue create mode 100644 vue/src/views/pg-fis/basedate/planControl/index.vue diff --git a/vue/src/components/ImportExcel-normal/index.vue b/vue/src/components/ImportExcel-normal/index.vue new file mode 100644 index 0000000..dbe2486 --- /dev/null +++ b/vue/src/components/ImportExcel-normal/index.vue @@ -0,0 +1,178 @@ + + + + + + 将文件拖到此处,或 + 点击上传 + + + + 取消 + 立即导入 + + + + + \ No newline at end of file diff --git a/vue/src/router/modules/fis.js b/vue/src/router/modules/fis.js index 265e0cd..0685eee 100644 --- a/vue/src/router/modules/fis.js +++ b/vue/src/router/modules/fis.js @@ -145,6 +145,16 @@ const pgfis = { //roles: ['SettleAccount.Reports'], icon: '客户零件' } + }, + { + path: '/pg-planControl', + component: () => import('@/views/pg-fis/basedate/planControl/index.vue'), + name: 'pg-planControl',//命名路由 + meta: { + title: '计划管理', + //roles: ['SettleAccount.Reports'], + icon: '客户零件' + } } ] } diff --git a/vue/src/views/pg-fis/basedate/planControl/index.vue b/vue/src/views/pg-fis/basedate/planControl/index.vue new file mode 100644 index 0000000..f6d36c4 --- /dev/null +++ b/vue/src/views/pg-fis/basedate/planControl/index.vue @@ -0,0 +1,558 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + 导出(Excel)查询信息 + + 导入 + + + + + + + + + + + {{ scope.column.label }} + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file