From 7e50638f14d0df6d151bda986c8519565bfc09cc Mon Sep 17 00:00:00 2001
From: libo <Administrator@DESKTOP-1A6QMNS>
Date: 星期一, 31 三月 2025 10:08:12 +0800
Subject: [PATCH] 将原先的一个webservice,改为三个对应功能
---
项目代码/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 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 b7d9431..ea0fb15 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"
@@ -113,6 +113,23 @@
path: '/locationStatusChangeRecord',
name: 'locationStatusChangeRecord',
component: () => import('@/views/record/locationStatusChangeRecord.vue')
- }]
+ }, {
+ path: '/outboundOrder_hty',
+ name: 'outboundOrder_hty',
+ component: () => import('@/views/outbound/outboundOrder_hty.vue')
+ }, {
+ path: '/outboundOrderDetail_hty',
+ name: 'outboundOrderDetail_hty',
+ component: () => import('@/views/outbound/outboundOrderDetail_hty.vue')
+ }, {
+ path: '/stockInfo_hty',
+ name: 'stockInfo_hty',
+ component: () => import('@/views/stock/stockInfo_hty.vue')
+ }, {
+ path: '/stockInfoDetail_hty',
+ name: 'stockInfoDetail_hty',
+ component: () => import('@/views/stock/stockInfoDetail_hty.vue')
+ },
+]
export default viewgird
--
Gitblit v1.9.3