From 8d6b140e6cd0a637d29f7bc0e0410049bd1bc930 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Sat, 1 Nov 2025 19:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=B7=A5=E6=8B=A3=E9=80=89=E7=9C=8B?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 4 +- .../modules/dashboard/picking-board-1028.vue | 683 ++++++++++++++++++ .../modules/dashboard/picking-board-1043.vue | 683 ++++++++++++++++++ src/views/modules/dashboard/picking-board.vue | 151 +++- .../dashboard/robot-picking-container.vue | 662 +++++++++++++++++ .../dashboard/robot-picking-material.vue | 663 +++++++++++++++++ 6 files changed, 2810 insertions(+), 36 deletions(-) create mode 100644 src/views/modules/dashboard/picking-board-1028.vue create mode 100644 src/views/modules/dashboard/picking-board-1043.vue create mode 100644 src/views/modules/dashboard/robot-picking-container.vue create mode 100644 src/views/modules/dashboard/robot-picking-material.vue diff --git a/src/router/index.js b/src/router/index.js index 2e20782..6c25209 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -21,7 +21,9 @@ const globalRoutes = [ { path: '/404', component: _import('common/404'), name: '404', meta: { title: '404未找到' } }, { path: '/login', component: _import('common/login'), name: 'login', meta: { title: '登录' } }, { path: '/dashboard-picking-board', component: _import('modules/dashboard/picking-board'), name: 'dashboard-picking-board', meta: { title: '人工拣选看板' } }, - { path: '/dashboard-robot-picking-board', component: _import('modules/dashboard/robot-picking-board'), name: 'dashboard-robot-picking-board', meta: { title: '机械臂拣选看板' } }, + { path: '/dashboard-picking2-board', component: _import('modules/dashboard/picking-board-1028'), name: 'dashboard-picking-board', meta: { title: '人工拣选看板' } }, + { path: '/dashboard-robot-picking-board', component: _import('modules/dashboard/robot-picking-board'), name: 'dashboard-robot-picking-container', meta: { title: '机械臂拣选-周转箱' } }, + { path: '/dashboard-robot-picking-material', component: _import('modules/dashboard/robot-picking-material'), name: 'dashboard-robot-picking-material', meta: { title: '机械臂拣选-原材' } }, { path: '/dashboard-slitting-board', component: _import('modules/dashboard/slitting-board'), name: 'dashboard-slitting-board', meta: { title: '分切区看板' } }, { path: '/dashboard-finished-product-board', component: _import('modules/dashboard/finished-product-board'), name: 'dashboard-finished-product-board', meta: { title: '成品入库出库区看板' } }, { path: '/dashboard-material-receiving-board', component: _import('modules/dashboard/material-receiving-board'), name: 'dashboard-material-receiving-board', meta: { title: '原材收货区看板' } }, diff --git a/src/views/modules/dashboard/picking-board-1028.vue b/src/views/modules/dashboard/picking-board-1028.vue new file mode 100644 index 0000000..105dfad --- /dev/null +++ b/src/views/modules/dashboard/picking-board-1028.vue @@ -0,0 +1,683 @@ + + + + + + diff --git a/src/views/modules/dashboard/picking-board-1043.vue b/src/views/modules/dashboard/picking-board-1043.vue new file mode 100644 index 0000000..f183195 --- /dev/null +++ b/src/views/modules/dashboard/picking-board-1043.vue @@ -0,0 +1,683 @@ + + + + + + diff --git a/src/views/modules/dashboard/picking-board.vue b/src/views/modules/dashboard/picking-board.vue index 1db810d..69030ba 100644 --- a/src/views/modules/dashboard/picking-board.vue +++ b/src/views/modules/dashboard/picking-board.vue @@ -35,7 +35,7 @@
@@ -111,7 +111,7 @@ + + + diff --git a/src/views/modules/dashboard/robot-picking-material.vue b/src/views/modules/dashboard/robot-picking-material.vue new file mode 100644 index 0000000..196381d --- /dev/null +++ b/src/views/modules/dashboard/robot-picking-material.vue @@ -0,0 +1,663 @@ + + + + + +