Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
731d8d3c
Commit
731d8d3c
authored
Mar 17, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加 new 工厂订单菜单
parent
652bd4a8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
0 deletions
+29
-0
src/router/index.ts
+8
-0
src/router/menu.ts
+5
-0
src/views/order/factoryOrderNew/index.vue
+16
-0
No files found.
src/router/index.ts
View file @
731d8d3c
...
...
@@ -99,6 +99,14 @@ const router = createRouter({
import
(
'@/views/order/podUsSchedulingRules/index.vue'
),
},
{
path
:
'/order/factory-order-new'
,
meta
:
{
title
:
'工厂订单(NEW)'
,
},
component
:
()
=>
import
(
'@/views/order/factoryOrderNew/index.vue'
),
},
{
path
:
'/pod-cn-order/orderTracking'
,
meta
:
{
title
:
'POD(CN)订单跟踪'
,
...
...
src/router/menu.ts
View file @
731d8d3c
...
...
@@ -146,6 +146,11 @@ const menu: MenuItem[] = [
id
:
11
,
label
:
'POD(US)排单规则'
,
},
{
index
:
'/order/factory-order-new'
,
id
:
12
,
label
:
'工厂订单(NEW)'
,
},
],
},
{
...
...
src/views/order/factoryOrderNew/index.vue
0 → 100644
View file @
731d8d3c
<
template
>
<div
class=
"card flex-column h-100 overflow-hidden"
>
</div>
</
template
>
<
script
setup
lang=
"ts"
>
</
script
>
<
style
scoped
lang=
"scss"
>
.header-title
{
font-size
:
16px
;
font-weight
:
600
;
padding
:
12px
16px
;
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment