diff --git a/src/router/index.js b/src/router/index.js index 5eca956..05c4344 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -99,6 +99,38 @@ export const constantRoutes = [ }, ], }, + { + path: "", + component: Layout, + redirect: "/index", + meta: { title: "移动球机管控", icon: "table" }, + children: [ + { + path: "/StandingBook", + component: () => import("@/views/Tenement/BallheadCamera/StandingBook.vue"), + name: "StandingBook", + meta: { title: "球机台账", icon: "table" }, + }, + { + path: "/HighRiskProject", + component: () => import("@/views/Tenement/BallheadCamera/HighRiskProject.vue"), + name: "HighRiskProject", + meta: { title: "高风险项目球机分配", icon: "table" }, + }, + { + path: "/ReturnToInventory", + component: () => import("@/views/Tenement/BallheadCamera/ReturnToInventory.vue"), + name: "ReturnToInventory", + meta: { title: "球机回收入库", icon: "table" }, + }, + { + path: "/InventoryAudit", + component: () => import("@/views/Tenement/BallheadCamera/InventoryAudit.vue"), + name: "InventoryAudit", + meta: { title: "入库审核", icon: "table" }, + }, + ], + }, // 物业模块END { diff --git a/src/views/Tenement/BallheadCamera/HighRiskProject.vue b/src/views/Tenement/BallheadCamera/HighRiskProject.vue new file mode 100644 index 0000000..4a403da --- /dev/null +++ b/src/views/Tenement/BallheadCamera/HighRiskProject.vue @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 重置 + 查询 + + + + + + + + + + + + + + + + {{ scope.row.allocationStatus }} + + + + + + 分配球机 + 查看详情 + + + + + + 显示第 {{ (pageNum - 1) * pageSize + 1 }} 到 {{ pageNum * pageSize }} 条记录,共 {{ + total }} + 条 + + + + + + + diff --git a/src/views/Tenement/BallheadCamera/InventoryAudit.vue b/src/views/Tenement/BallheadCamera/InventoryAudit.vue new file mode 100644 index 0000000..0364abd --- /dev/null +++ b/src/views/Tenement/BallheadCamera/InventoryAudit.vue @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + 重置 + 查询 + + + + + + + + + + + + + + {{ scope.row.returnStatus }} + + + + + + 入库审核 + 驳回 + + + + + + 显示第 {{ (pageNum - 1) * pageSize + 1 }} 到 {{ pageNum * pageSize }} 条记录,共 {{ + total }} + 条 + + + + + + + diff --git a/src/views/Tenement/BallheadCamera/ReturnToInventory.vue b/src/views/Tenement/BallheadCamera/ReturnToInventory.vue new file mode 100644 index 0000000..a36aeaa --- /dev/null +++ b/src/views/Tenement/BallheadCamera/ReturnToInventory.vue @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + 重置 + 查询 + + + + + + 待回收列表 + + 导出Excel + 导出PDF + 打印 + + + + + + + + + + + {{ scope.row.returnStatus }} + + + + + + 现场回收确认 + + + + + + 显示第 {{ (pageNum - 1) * pageSize + 1 }} 到 {{ pageNum * pageSize }} 条记录,共 {{ + total }} + 条 + + + + + + + diff --git a/src/views/Tenement/BallheadCamera/StandingBook.vue b/src/views/Tenement/BallheadCamera/StandingBook.vue new file mode 100644 index 0000000..3856b60 --- /dev/null +++ b/src/views/Tenement/BallheadCamera/StandingBook.vue @@ -0,0 +1,184 @@ + + + + + + 新增球机 + 批量导入球机 + 导出台账 + + + + + + + + + + + + + + + + + + + + + + + + + 重置 + 查询 + + + + + + + + + + + + {{ scope.row.status }} + + + + + + + + 编辑 + 删除 + + + + + + 显示第 {{ (pageNum - 1) * pageSize + 1 }} 到 {{ pageNum * pageSize }} 条记录,共 {{ + total }} + 条 + + + + + + +