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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 人工拣选2
+ |
+ 工单号码: {{ workOrderNo }}
+ |
+ 产品名称: {{ materialName }}
+
+ 工单时间: {{ workOrderTime }}
+
+
+
+
+
+
+
+
+
+ | No. |
+ 拣选托盘码 |
+ 拣选物料名称 |
+ RFID |
+ 状态 |
+ 存放位置 |
+
+
+
+
+ | {{ idx + 1 }} |
+ {{ item.pickingBatchNo }} |
+ {{ item.pickingMaterialName }} |
+ {{ item.rfidBarcode }} |
+
+
+ {{ item.status }}
+
+ |
+ {{ item.storageLocation }} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 人工拣选1
+ |
+ 工单号码: {{ workOrderNo }}
+ |
+ 产品名称: {{ materialName }}
+
+ 工单时间: {{ workOrderTime }}
+
+
+
+
+
+
+
+
+
+ | No. |
+ 拣选托盘码 |
+ 拣选物料名称 |
+ RFID |
+ 状态 |
+ 存放位置 |
+
+
+
+
+ | {{ idx + 1 }} |
+ {{ item.pickingBatchNo }} |
+ {{ item.pickingMaterialName }} |
+ {{ item.rfidBarcode }} |
+
+
+ {{ item.status }}
+
+ |
+ {{ item.storageLocation }} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | No. |
+ 拣选托盘码 |
+ 拣选物料名称 |
+ RFID |
+ 状态 |
+ 存放托盘码 |
+ 存放位置 |
+
+
+
+
+ | {{ idx + 1 }} |
+ {{ item.pickingBatchNo }} |
+ {{ item.pickingMaterialName }} |
+ {{ item.rfidBarcode }} |
+
+
+ {{ item.status }}
+
+ |
+ {{ item.storageBatchNo.length>10?'-':item.storageBatchNo }} |
+ {{ item.storageLocation }} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+