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