From beb0b5d9e1bab1ace04b5860b5ca308b6f913d4f Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期六, 21 三月 2026 13:46:04 +0800
Subject: [PATCH] 灌装机功能
---
项目代码/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
index d5efda5..c5578c2 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
@@ -62,6 +62,10 @@
name: 'stockView',
component: () => import('@/views/stock/stockView.vue')
},{
+ path: '/fillingOrde',
+ name: 'fillingOrde',
+ component: () => import('@/views/outbound/fillingOrde.vue')
+ },{
path: '/outboundOrde',
name: 'outboundOrde',
component: () => import('@/views/outbound/outboundOrde.vue')
--
Gitblit v1.9.3