diff --git a/supervise-enterprise-ui/src/layout/components/Sidebar/index.vue b/supervise-enterprise-ui/src/layout/components/Sidebar/index.vue index 974e264c..ca410092 100644 --- a/supervise-enterprise-ui/src/layout/components/Sidebar/index.vue +++ b/supervise-enterprise-ui/src/layout/components/Sidebar/index.vue @@ -93,6 +93,16 @@ }, name: "/khzxgysgl/index", path: "/khzxgysgl/index" + }, + { + alwaysShow: true, + component: "Yjsq", + meta: { + icon: "el-icon-menu", + title: "印鉴使用申请", + }, + name: "/Yjsq/index", + path: "/Yjsq/index" }, { alwaysShow: true, diff --git a/supervise-enterprise-ui/src/router/modules/codemenu.js b/supervise-enterprise-ui/src/router/modules/codemenu.js index e83ba18f..ca8328d6 100644 --- a/supervise-enterprise-ui/src/router/modules/codemenu.js +++ b/supervise-enterprise-ui/src/router/modules/codemenu.js @@ -14,6 +14,19 @@ const codemenu = [{ } }] }, { + path: '/Yjsq', + component: Layout, + redirect: '/Yjsq/index', + children: [{ + path: '/Yjsq/index', + component: () => import('@/views/Yjsq/index.vue'), + name: 'Yjsq', + meta: { + title: '印鉴使用申请', + noCache: true + } + }] +},{ path: '/kucuncgsq', component: Layout, redirect: '/khzxcgsq/index', diff --git a/supervise-enterprise-ui/src/views/Yjsq/AddYjsq.vue b/supervise-enterprise-ui/src/views/Yjsq/AddYjsq.vue new file mode 100644 index 00000000..9b059661 --- /dev/null +++ b/supervise-enterprise-ui/src/views/Yjsq/AddYjsq.vue @@ -0,0 +1,372 @@ + + + + + {{title}} + + 保存 + 关闭 + + + + + 印鉴信息表 + + 主体信息 + + + + + 项目名称 + + + + + + + + + + + + 审批编号 + + + + + + + + + + + + 申请人 + + + + + + + + + + 用印人 + + + + + + + + + + + + 申请日期 + + + + + + + + + + + 用印事由 + + + + + + + + + + + + + 用印文件名称 + + + + + + + + + + + 用印文件(附件) + + + + + + + + + + + + + 加盖何种公章 + + + + + + + 公章 + 法人章 + 财务章 + 发票章 + 营业执照 + 开发许可证 + + + + + + + + + 备注 + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/supervise-enterprise-ui/src/views/Yjsq/index.vue b/supervise-enterprise-ui/src/views/Yjsq/index.vue new file mode 100644 index 00000000..1b79abcb --- /dev/null +++ b/supervise-enterprise-ui/src/views/Yjsq/index.vue @@ -0,0 +1,229 @@ + + + + + + + {{ searchxianshitit }} + + + + + + + + 查询 + 重置 + + + + + 印鉴使用列表 + + + + + + + + 查看 + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file