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
ef3eb9ab
Commit
ef3eb9ab
authored
Aug 22, 2025
by
zhuzhequan
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
da3010e2
51723d81
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
5 deletions
+27
-5
src/api/podUsOrder.ts
+26
-0
src/router/menu.ts
+0
-5
src/types/api/podUsOrder.ts
+1
-0
src/views/order/podUs/index.vue
+0
-0
No files found.
src/api/podUsOrder.ts
View file @
ef3eb9ab
...
...
@@ -544,6 +544,25 @@ export function statusPushApi(params: (string | number)[]) {
)
}
// 转至已完成
export
function
changeToFinished
(
ids
:
string
)
{
return
axios
.
get
<
never
,
BaseRespData
<
never
>>
(
`factory/podJomallOrderUs/updateToComplete`
,
{
params
:
{
ids
}
},
)
}
// 转至已完成
export
function
updateTrackingNumberAndRegister
(
id
:
number
,
trackingNumber
:
string
,
)
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
`factory/podJomallOrderUs/updateTrackingNumberAndRegister`
,
{
id
,
trackingNumber
},
)
}
// 完成发货
export
function
completeDeliveryApi
(
params
:
{
orderIdList
:
(
string
|
number
)[]
...
...
@@ -585,3 +604,10 @@ export function printProductionPdfByBatchNumberApi(params: {
},
)
}
// 待跟踪 注册列表统计接口
export
function
countTrackRegisterApi
()
{
return
axios
.
get
<
never
,
BaseRespData
<
never
>>
(
`factory/podJomallOrderUs/countTrackRegister`
,
)
}
src/router/menu.ts
View file @
ef3eb9ab
...
...
@@ -181,11 +181,6 @@ const menu: MenuItem[] = [
label
:
'下载生产客户端'
,
},
{
index
:
'/system/external-authorisation'
,
id
:
5
,
label
:
'外部授权'
,
},
{
index
:
'/system/customers'
,
id
:
6
,
label
:
'客户管理'
,
...
...
src/types/api/podUsOrder.ts
View file @
ef3eb9ab
...
...
@@ -35,6 +35,7 @@ export interface SearchForm {
craftCode
?:
string
thirdStockSku
?:
string
interceptStatus
?:
number
|
string
trackRegisterSelect
?:
string
|
number
}
export
interface
PodUsOrderListData
{
id
:
number
...
...
src/views/order/podUs/index.vue
View file @
ef3eb9ab
This diff is collapsed.
Click to expand it.
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