You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.4 KiB
TypeScript
39 lines
1.4 KiB
TypeScript
export const page = {
|
|
// index: {
|
|
// index: '/pages/index/index',
|
|
// },
|
|
demo: {
|
|
index: '/pages/demo/index',
|
|
},
|
|
login: {
|
|
login: '/pages/login/login/index',
|
|
server: '/pages/login/server/index',
|
|
// area: '/pages/login/area/index',
|
|
},
|
|
mes: {
|
|
ProductionQtyInsp: '/pages/mes/ProductionQtyInsp/index',
|
|
ProductionQtyInsplist: '/pages/mes/ProductionQtyInsp/listdata',
|
|
ProductionQtyInspDetail: '/pages/mes/ProductionQtyInsp/detail',
|
|
ChangePalletNew: '/pages/mes/ChangePalletNew/index',
|
|
},
|
|
shouye: '/pages/shouye/index',
|
|
me: '/pages/shouye/me',
|
|
wms: {
|
|
ReceiveSRM: '/pages/wms/Raw/ReceiveSRM/index',
|
|
ReceiveSRMDetail: '/pages/wms/Raw/ReceiveSRM/detail',
|
|
ReceivePO: '/pages/wms/Raw/ReceivePO/index',
|
|
ReceivePODetail: '/pages/wms/Raw/ReceivePO/detail',
|
|
PurchaseWHSRM: '/pages/wms/Raw/PurchaseWHSRM/index',
|
|
PurchaseWHSRMDetail: '/pages/wms/Raw/PurchaseWHSRM/detail',
|
|
PurchaseWHPO: '/pages/wms/Raw/PurchaseWHPO/index',
|
|
PurchaseWHPODetail: '/pages/wms/Raw/PurchaseWHPO/detail',
|
|
Requisition: '/pages/wms/Raw/Requisition/index',
|
|
SaleOutWH: '/pages/wms/product/SaleOutWH/index',
|
|
OfflineStorage: '/pages/wms/product/OfflineStorage/index',
|
|
ProductionREQ: '/pages/wms/Raw/ProductionREQ/index',
|
|
TrayStatusUpdate: '/pages/wms/Raw/TrayStatusUpdate/index',
|
|
SpecifyPalletOut: '/pages/wms/Raw/SpecifyPalletOut/index',
|
|
MatReturnWH: '/pages/wms/Raw/MatReturnWH/index',
|
|
},
|
|
};
|