diff --git a/src/api/kanban/spectaculars.js b/src/api/kanban/spectaculars.js new file mode 100644 index 0000000..1e8617d --- /dev/null +++ b/src/api/kanban/spectaculars.js @@ -0,0 +1,57 @@ +import request from '@/utils/request' +// 获取工厂下拉列表 +export function getBoardFactory(data) { + return request({ + url: '/mes/wcsInterface/getBoardFactory', + method: 'post', + data: data + }); +} +// 右上角表格 +export function selectEquRepairWorkOrderDetai(data) { + return request({ + url: '/device/deviceInterface/selectEquRepairWorkOrderDetail', + method: 'get', + params: data, + }); +} +// 左下角表格 +export function selectSpotInspectionList(data) { + return request({ + url: '/device/deviceInterface/selectSpotInspectionList', + method: 'get', + params: data + }); +} +// 右下角表格 +export function selectInspectionList(data) { + return request({ + url: '/device/deviceInterface/selectInspectionList', + method: 'get', + params: data + }); +} +// 左上角 +export function getCompletedRate(data) { + return request({ + url: '/device/deviceInterface/getCompletedRate', + method: 'get', + params: data + }); +} +//看板刷新时间 +export function getDeviceRefreshTime(data) { + return request({ + url: '/device/deviceInterface/getDeviceRefreshTime', + method: 'get', + params: data + }); +} +//字典表修改 +export function getdictlist(data) { + return request({ + url: '/system/dict/data/list', + method: 'get', + params: data + }); +} \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 0283a14..d280d2d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -170,6 +170,12 @@ export const constantRoutes = [ component: () => import("@/views/energy/LeadershipView/ApparentState"), hidden: true, }, + { + path: "/kanban/spectaculars", + component: () => import("@/views/kanban/spectaculars/index"), + hidden: true, + }, + ] diff --git a/src/views/kanban/spectaculars/index.vue b/src/views/kanban/spectaculars/index.vue new file mode 100644 index 0000000..45c0d2a --- /dev/null +++ b/src/views/kanban/spectaculars/index.vue @@ -0,0 +1,1263 @@ + + + +