From fbfdb2ef32ebbede23e20bd63f978b615bc239d6 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Tue, 21 Oct 2025 20:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 3 +- src/views/modules/dashboard/picking-board.vue | 52 ++++++++++--------- static/config/index-prod.js | 2 +- 3 files changed, 31 insertions(+), 26 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 30aa1fe..d0f9c53 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -20,7 +20,8 @@ const _import = require('./import-' + process.env.NODE_ENV) 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-picking-board', component: _import('modules/dashboard/picking-board'), name: 'dashboard-picking-board', meta: { title: '人工拣选看板' } }, + { path: '/dashboard-inventory-board', component: _import('modules/dashboard/inventory-board'), name: 'dashboard-inventory-board', meta: { title: '库存分析看板' } } ] // 主入口路由(需嵌套上左右整体布局) diff --git a/src/views/modules/dashboard/picking-board.vue b/src/views/modules/dashboard/picking-board.vue index 04a86ff..627a97f 100644 --- a/src/views/modules/dashboard/picking-board.vue +++ b/src/views/modules/dashboard/picking-board.vue @@ -41,7 +41,9 @@ | 工单号码: {{ order.workOrderNo }} | - 物料名称: {{ order.materialName }} + 产品名称: {{ order.materialName }} + + 工单时间: {{ order.workOrderTime }}