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
7d96de8f
Commit
7d96de8f
authored
Sep 16, 2025
by
wuqian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
29c171b7
be52d1cb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
4 deletions
+19
-4
src/api/podCnOrder.ts
+6
-1
src/router/index.ts
+7
-0
src/router/menu.ts
+6
-2
src/views/order/orderTracking/indexcn.vue
+0
-0
src/views/order/podCN/index.vue
+0
-1
No files found.
src/api/podCnOrder.ts
View file @
7d96de8f
...
...
@@ -10,7 +10,7 @@ import {
ExportParams
,
IconfirmSubmit
,
}
from
'@/types/api/podCnOrder'
import
{
InterceptStateGroupData
}
from
'@/types/api/podUsOrder'
import
{
InterceptStateGroupData
,
ProductionClient
}
from
'@/types/api/podUsOrder'
import
axios
from
'./axios'
import
{
PodMakeOrderData
}
from
'@/types/api/podMakeOrder'
export
function
exportPodCnInfo
(
data
:
ExportParams
)
{
...
...
@@ -134,6 +134,11 @@ export function confirmOrderApi(
},
)
}
export
function
getProductionClientApi
()
{
return
axios
.
get
<
never
,
BaseRespData
<
ProductionClient
[]
>>
(
'factory/podJomallOrderCn/getProductionClientList'
,
)
}
export
function
updateExceptionOrderApi
(
data
:
number
[])
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
'factory/podJomallOrderCn/updateExceptionOrders'
,
...
...
src/router/index.ts
View file @
7d96de8f
...
...
@@ -88,6 +88,13 @@ const router = createRouter({
},
component
:
()
=>
import
(
'@/views/order/orderTracking/index.vue'
),
},
{
path
:
'/pod-cn-order/orderTracking'
,
meta
:
{
title
:
'POD(CN)订单跟踪'
,
},
component
:
()
=>
import
(
'@/views/order/orderTracking/indexcn.vue'
),
},
{
path
:
'/pod-delivery-note/list'
,
meta
:
{
...
...
src/router/menu.ts
View file @
7d96de8f
...
...
@@ -127,10 +127,14 @@ const menu: MenuItem[] = [
id
:
8
,
label
:
'POD订单(US)'
,
},
{
index
:
'/pod-
us
-order/orderTracking'
,
index
:
'/pod-
cn
-order/orderTracking'
,
id
:
9
,
label
:
'POD(CN)订单跟踪'
,
},
{
index
:
'/pod-us-order/orderTracking'
,
id
:
10
,
label
:
'POD(US)订单跟踪'
,
},
],
...
...
src/views/order/orderTracking/indexcn.vue
0 → 100644
View file @
7d96de8f
This diff is collapsed.
Click to expand it.
src/views/order/podCN/index.vue
View file @
7d96de8f
...
...
@@ -4765,7 +4765,6 @@ watch(
}
}
)
}
)
console
.
log
(
tableData
.
value
,
'@@@@'
,
newData
)
}
,
{
deep
:
true
,
immediate
:
true
}
,
// 添加immediate确保初始化时执行
)
...
...
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