From 8abc9481eafeb715b39a4f4f8d6f628a642e6b53 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期三, 19 三月 2025 17:38:18 +0800
Subject: [PATCH] 优化AGV和输送线、产线对接逻辑
---
项目代码/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 384 +++++++++++++++---------------------------------------
1 files changed, 110 insertions(+), 274 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 b598f2c..5b44d42 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"
@@ -1,282 +1,118 @@
+
let viewgird = [
{
- path: "/Sys_Log",
- name: "sys_Log",
- component: () => import("@/views/system/Sys_Log.vue"),
+ path: '/Sys_Log',
+ name: 'sys_Log',
+ component: () => import('@/views/system/Sys_Log.vue')
},
{
- path: "/Sys_User",
- name: "Sys_User",
- component: () => import("@/views/system/Sys_User.vue"),
+ path: '/Sys_User',
+ name: 'Sys_User',
+ component: () => import('@/views/system/Sys_User.vue')
},
{
- path: "/permission",
- name: "permission",
- component: () => import("@/views/system/Permission.vue"),
+ path: '/permission',
+ name: 'permission',
+ component: () => import('@/views/system/Permission.vue')
},
+ {
+ path: '/permissionPDA',
+ name: 'permissionPDA',
+ component: () => import('@/views/system/PermissionPDA.vue')
+ },
+ {
+ path: '/Sys_Dictionary',
+ name: 'Sys_Dictionary',
+ component: () => import('@/views/system/Sys_Dictionary.vue')
+ },
+ {
+ path: '/Sys_Role',
+ name: 'Sys_Role',
+ component: () => import('@/views/system/Sys_Role.vue')
+ }, {
+ path: '/Sys_Role1',
+ name: 'Sys_Role1',
+ component: () => import('@/views/system/Sys_Role1.vue')
+ }, {
+ path: '/Sys_DictionaryList',
+ name: 'Sys_DictionaryList',
+ component: () => import('@/views/system/Sys_DictionaryList.vue')
+ }, {
+ path: '/areaInfo',
+ name: 'areaInfo',
+ component: () => import('@/views/basic/areaInfo.vue')
+ }, {
+ path: '/locationInfo',
+ name: 'locationInfo',
+ component: () => import('@/views/basic/locationInfo.vue')
+ }, {
+ path: '/materielInfo',
+ name: 'materielInfo',
+ component: () => import('@/views/basic/materielInfo.vue')
+ }, {
+ path: '/roadwayInfo',
+ name: 'roadwayInfo',
+ component: () => import('@/views/basic/roadwayInfo.vue')
+ }, {
+ path: '/warehouse',
+ name: 'warehouse',
+ component: () => import('@/views/basic/warehouse.vue')
+ },{
+ path: '/palletCodeInfo',
+ name: 'palletCodeInfo',
+ component: () => import('@/views/basic/palletCodeInfo.vue')
+ },{
+ path: '/inboundOrder',
+ name: 'inboundOrder',
+ component: () => import('@/views/inbound/inboundOrder.vue')
+ }, {
+ path: '/inboundOrderDetail',
+ name: 'inboundOrderDetail',
+ component: () => import('@/views/inbound/inboundOrderDetail.vue')
+ }, {
+ path: '/inboundOrder_hty',
+ name: 'inboundOrder_hty',
+ component: () => import('@/views/inbound/inboundOrder_hty.vue')
+ }, {
+ path: '/inboundOrderDetail_hty',
+ name: 'inboundOrderDetail_hty',
+ component: () => import('@/views/inbound/inboundOrderDetail_hty.vue')
+ }, {
+ path: '/outboundOrder',
+ name: 'outboundOrder',
+ component: () => import('@/views/outbound/outboundOrder.vue')
+ }, {
+ path: '/outboundOrderDetail',
+ name: 'outboundOrderDetail',
+ component: () => import('@/views/outbound/outboundOrderDetail.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',
+ name: 'stockInfo',
+ component: () => import('@/views/stock/stockInfo.vue')
+ }, {
+ path: '/stockInfoDetail',
+ name: 'stockInfoDetail',
+ component: () => import('@/views/stock/stockInfoDetail.vue')
+ }, {
+ path: '/task',
+ name: 'task',
+ component: () => import('@/views/taskinfo/task.vue')
+ }, {
+ path: '/Task_Hty',
+ name: 'Task_Hty',
+ component: () => import('@/views/taskinfo/task_hty.vue')
+ },{
+ path: '/stockView',
+ name: 'stockView',
+ component: () => import('@/views/stock/stockView.vue')
+ }]
- {
- path: "/Sys_Dictionary",
- name: "Sys_Dictionary",
- component: () => import("@/views/system/Sys_Dictionary.vue"),
- },
- {
- path: "/Sys_Role",
- name: "Sys_Role",
- component: () => import("@/views/system/Sys_Role.vue"),
- },
- {
- path: "/Sys_Role1",
- name: "Sys_Role1",
- component: () => import("@/views/system/Sys_Role1.vue"),
- },
- {
- path: "/Sys_DictionaryList",
- name: "Sys_DictionaryList",
- component: () => import("@/views/system/Sys_DictionaryList.vue"),
- },
- {
- path: "/SellOrder",
- name: "SellOrder",
- component: () => import("@/views/order/SellOrder.vue"),
- },
- {
- path: "/SellOrder2",
- name: "SellOrder2",
- component: () => import("@/views/order/SellOrder2.vue"),
- },
- {
- path: "/SellOrder3",
- name: "SellOrder3",
- component: () => import("@/views/order/SellOrder3.vue"),
- },
- {
- path: "/vSellOrderImg",
- name: "vSellOrderImg",
- component: () => import("@/views/order/vSellOrderImg.vue"),
- },
- {
- path: "/App_Appointment",
- name: "App_Appointment",
- component: () => import("@/views/order/App_Appointment.vue"),
- },
- {
- path: "/App_Appointment2", //浜岀骇琛ㄥご
- name: "App_Appointment2",
- component: () => import("@/views/order/App_Appointment2.vue"),
- },
- {
- path: "/App_TransactionAvgPrice",
- name: "App_TransactionAvgPrice",
- component: () => import("@/views/appmanager/App_TransactionAvgPrice.vue"),
- meta: {
- keepAlive: false,
- },
- },
- {
- path: "/App_Expert",
- name: "App_Expert",
- component: () => import("@/views/appmanager/App_Expert.vue"),
- },
- {
- path: "/App_Expert2",
- name: "App_Expert2",
- component: () => import("@/views/appmanager/App_Expert2.vue"),
- },
- {
- path: "/App_Transaction",
- name: "App_Transaction",
- component: () => import("@/views/appmanager/App_Transaction.vue"),
- },
- {
- path: "/App_Transaction2",
- name: "App_Transaction2",
- component: () => import("@/views/appmanager/App_Transaction2.vue"),
- },
- {
- path: "/App_ReportPrice",
- name: "App_ReportPrice",
- component: () => import("@/views/appmanager/App_ReportPrice.vue"),
- },
- {
- path: "/App_News",
- name: "App_News",
- component: () => import("@/views/appmanager/App_News.vue"),
- },
- {
- path: "/App_NewsEditor",
- name: "App_NewsEditor",
- component: () => import("@/views/appmanager/App_NewsEditor.vue"),
- },
- {
- path: "/FormDesignOptions",
- name: "FormDesignOptions",
- component: () => import("@/views/system/form/FormDesignOptions.vue"),
- },
- {
- path: "/FormCollectionObject",
- name: "FormCollectionObject",
- component: () => import("@/views/system/form/FormCollectionObject.vue"),
- },
- {
- path: "/Sys_WorkFlow",
- name: "Sys_WorkFlow",
- component: () => import("@/views/system/flow/Sys_WorkFlow.vue"),
- },
- {
- path: "/Sys_WorkFlowTable",
- name: "Sys_WorkFlowTable",
- component: () => import("@/views/system/flow/Sys_WorkFlowTable.vue"),
- },
- {
- path: "/Sys_QuartzOptions",
- name: "Sys_QuartzOptions",
- component: () => import("@/views/system/quartz/Sys_QuartzOptions.vue"),
- },
- {
- path: "/Sys_QuartzLog",
- name: "Sys_QuartzLog",
- component: () => import("@/views/system/quartz/Sys_QuartzLog.vue"),
- },
- {
- path: "/Sys_Department",
- name: "Sys_Department",
- component: () => import("@/views/system/system/Sys_Department.vue"),
- },
- {
- path: "/dt_log",
- name: "dt_log",
- component: () => import("@/views/widesea_system/system/dt_log.vue"),
- },
- {
- path: "/Dt_AreaInfo",
- name: "Dt_AreaInfo",
- component: () => import("@/views/widesea_wms/basicinfo/Dt_AreaInfo.vue"),
- },
- {
- path: "/Dt_BillGroupStock",
- name: "Dt_BillGroupStock",
- component: () => import("@/views/widesea_wms/stock/Dt_BillGroupStock.vue"),
- },
- {
- path: "/Dt_BillGroupStockDetail",
- name: "Dt_BillGroupStockDetail",
- component: () =>
- import("@/views/widesea_wms/stock/Dt_BillGroupStockDetail.vue"),
- },
- {
- path: "/Dt_InboundOrder",
- name: "Dt_InboundOrder",
- component: () => import("@/views/widesea_wms/invoices/Dt_InboundOrder.vue"),
- },
- {
- path: "/Dt_InboundOrderDetail",
- name: "Dt_InboundOrderDetail",
- component: () =>
- import("@/views/widesea_wms/invoices/Dt_InboundOrderDetail.vue"),
- },
- {
- path: "/Dt_LocationInfo",
- name: "Dt_LocationInfo",
- component: () =>
- import("@/views/widesea_wms/basicinfo/Dt_LocationInfo.vue"),
- },
- {
- path: "/Dt_MaterielAttribute",
- name: "Dt_MaterielAttribute",
- component: () =>
- import("@/views/widesea_wms/material/Dt_MaterielAttribute.vue"),
- },
- {
- path: "/Dt_MaterielInfo",
- name: "Dt_MaterielInfo",
- component: () => import("@/views/widesea_wms/material/Dt_MaterielInfo.vue"),
- },
- {
- path: "/Dt_OutOrder",
- name: "Dt_OutOrder",
- component: () => import("@/views/widesea_wms/invoices/Dt_OutOrder.vue"),
- },
- {
- path: "/Dt_OutOrderAndStock",
- name: "Dt_OutOrderAndStock",
- component: () =>
- import("@/views/widesea_wms/invoices/Dt_OutOrderAndStock.vue"),
- },
- {
- path: "/Dt_OutOrderDetail",
- name: "Dt_OutOrderDetail",
- component: () =>
- import("@/views/widesea_wms/invoices/Dt_OutOrderDetail.vue"),
- },
- {
- path: "/Dt_OutOrderProduction",
- name: "Dt_OutOrderProduction",
- component: () =>
- import("@/views/widesea_wms/invoices/Dt_OutOrderProduction.vue"),
- },
- {
- path: "/Dt_OutOrderProductionDetail",
- name: "Dt_OutOrderProductionDetail",
- component: () =>
- import("@/views/widesea_wms/invoices/Dt_OutOrderProductionDetail.vue"),
- },
- {
- path: "/Dt_OutOrderTransfer",
- name: "Dt_OutOrderTransfer",
- component: () =>
- import("@/views/widesea_wms/invoices/Dt_OutOrderTransfer.vue"),
- },
- {
- path: "/Dt_OutOrderTransferDetail",
- name: "Dt_OutOrderTransferDetail",
- component: () =>
- import("@/views/widesea_wms/invoices/Dt_OutOrderTransferDetail.vue"),
- },
- {
- path: "/Dt_RoadWayInfo",
- name: "Dt_RoadWayInfo",
- component: () => import("@/views/widesea_wms/basicinfo/Dt_RoadWayInfo.vue"),
- },
- {
- path: "/Dt_Strategy",
- name: "Dt_Strategy",
- component: () => import("@/views/widesea_wms/basicinfo/Dt_Strategy.vue"),
- },
- {
- path: "/Dt_Task",
- name: "Dt_Task",
- component: () => import("@/views/widesea_wms/taskinfo/Dt_Task.vue"),
- },
- {
- path: "/Dt_TaskExecuteDetail",
- name: "Dt_TaskExecuteDetail",
- component: () =>
- import("@/views/widesea_wms/taskinfo/Dt_TaskExecuteDetail.vue"),
- },
- {
- path: "/Dt_UnitInfo",
- name: "Dt_UnitInfo",
- component: () => import("@/views/widesea_wms/basicinfo/Dt_UnitInfo.vue"),
- },
- {
- path: "/Dt_WareAreaInfo",
- name: "Dt_WareAreaInfo",
- component: () =>
- import("@/views/widesea_wms/basicinfo/Dt_WareAreaInfo.vue"),
- },
- {
- path: "/Dt_OutOrderSorting",
- name: "Dt_OutOrderSorting",
- component: () =>
- import("@/views/widesea_wms/invoices/Dt_OutOrderSorting.vue"),
- },
- {
- path: "/Sys_Config",
- name: "Sys_Config",
- component: () =>
- import("@/views/system/Sys_Config.vue"),
- },
-];
-
-export default viewgird;
+export default viewgird
--
Gitblit v1.9.3