From ce3b28cdcdb2b6a912413cd9e744d0ecadcb78a0 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期二, 13 一月 2026 17:47:30 +0800
Subject: [PATCH] 优化成品出入库流程代码
---
WMS/WIDESEA_WMSClient/src/router/viewGird.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index 0d66c41..050984f 100644
--- a/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -80,6 +80,14 @@
name: 'outboundOrderDetail',
component: () => import('@/views/outbound/outboundOrderDetail.vue')
}, {
+ path: '/newoutboundOrder',
+ name: 'newoutboundOrder',
+ component: () => import('@/views/outbound/newoutboundOrder.vue')
+ }, {
+ path: '/newoutboundOrderDetail',
+ name: 'newoutboundOrderDetail',
+ component: () => import('@/views/outbound/newoutboundOrderDetail.vue')
+ }, {
path: '/stockInfo',
name: 'stockInfo',
component: () => import('@/views/stock/stockInfo.vue')
--
Gitblit v1.9.3