From a2d75e4084e9011b6637a962f1faabf98f8d1574 Mon Sep 17 00:00:00 2001 From: Yangwl <1726150332@qq.com> Date: Fri, 11 Jul 2025 18:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BE=E5=A4=87=E7=BB=BC?= =?UTF-8?q?=E5=90=88=E7=AE=A1=E7=90=86=E6=95=B0=E6=8D=AE=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yangwl <1726150332@qq.com> --- src/api/kanban/equipment.js | 8 ++ src/router/index.js | 1 + src/views/cs/index5.vue | 49 +++---- src/views/cs/index5/rankingBoard.vue | 4 +- src/views/cs/index5/roseChart.vue | 132 +++++++++++------- src/views/cs/index5/scrollBoard.vue | 21 ++- .../faultInformation/itemFaultDescription.vue | 8 +- src/views/kanban/Packagingline/index.vue | 26 +++- src/views/wms/team/index.vue | 85 +++++++---- 9 files changed, 206 insertions(+), 128 deletions(-) diff --git a/src/api/kanban/equipment.js b/src/api/kanban/equipment.js index e2d2e4f..924d45e 100644 --- a/src/api/kanban/equipment.js +++ b/src/api/kanban/equipment.js @@ -92,3 +92,11 @@ export function getWave(data) { params: data }); } +// 获取滚动图 +export function getRepairWorkOrderCostTime(data) { + return request({ + url: '/device/deviceInterface/getRepairWorkOrderCostTime', + method: 'get', + params: data, + }); +} diff --git a/src/router/index.js b/src/router/index.js index 3a5d33c..9792a4c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -35,6 +35,7 @@ export const constantRoutes = [ {path: '/cs3', component: () => import('@/views/cs/index3.vue')}, {path: '/cs5', component: () => import('@/views/cs/index5.vue')}, {path: '/cs6', component: () => import('@/views/cs/index4.vue')}, + {path: '/cs7', component: () => import('@/views/cs/index7.vue')}, {path: '/cs3_1', component: () => import('@/views/cs/index3_1.vue')}, { path: '/redirect', diff --git a/src/views/cs/index5.vue b/src/views/cs/index5.vue index 34de877..e327a0a 100644 --- a/src/views/cs/index5.vue +++ b/src/views/cs/index5.vue @@ -8,18 +8,15 @@