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
4cc8a6db
Commit
4cc8a6db
authored
Dec 08, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:【工厂端】POD(US),POD(CN)播种墙配货效率优化#1001700
parent
f84c5115
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
15 deletions
+14
-15
src/api/podUsOrder.ts
+14
-15
No files found.
src/api/podUsOrder.ts
View file @
4cc8a6db
...
...
@@ -86,20 +86,15 @@ export function getCardOrderList(
)
}
export
function
uploadPRNFile
(
id
:
number
,
data
:
FormData
,
)
{
export
function
uploadPRNFile
(
id
:
number
,
data
:
FormData
)
{
return
axios
.
post
<
never
,
BaseRespData
<
string
>>
(
`/factory/podBatchDownload/uploadPRNFile?id=
${
id
}
`
,
data
data
,
)
}
export
function
updatePRNDownloadStatus
(
id
:
number
)
{
export
function
updatePRNDownloadStatus
(
id
:
number
)
{
return
axios
.
get
<
never
,
BaseRespData
<
string
>>
(
`/factory/podBatchDownload/updatePRNDownloadStatus?id=
${
id
}
`
`/factory/podBatchDownload/updatePRNDownloadStatus?id=
${
id
}
`
,
)
}
export
function
confirmOrderApi
(
...
...
@@ -236,7 +231,7 @@ export function getPackingDataApi(
warehouseId
:
number
|
string
,
)
{
return
axios
.
get
<
never
,
BaseRespData
<
PodMakeOrderData
>>
(
'/factory/podJomallOrderUs/
getPodBoxDetailsBySkuOrNo
'
,
'/factory/podJomallOrderUs/
putPackingSafe
'
,
{
params
:
{
podJomallUsNo
:
code
,
...
...
@@ -477,7 +472,11 @@ export function getListCraftApi() {
}
// 批量下载 列表
export
function
batchDownloadApi
(
params
:
SearchForm
,
currentPage
:
number
,
pageSize
:
number
)
{
export
function
batchDownloadApi
(
params
:
SearchForm
,
currentPage
:
number
,
pageSize
:
number
,
)
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
`factory/podBatchDownload/us/list_page`
,
{
...
...
@@ -575,10 +574,10 @@ export function changeToFinished(ids: string) {
}
export
function
reissueOrderApi
(
data
:
{
ids
:
string
reissueType
:
number
trackingNumber
?:
string
expressSheet
:
string
ids
:
string
reissueType
:
number
trackingNumber
?:
string
expressSheet
:
string
})
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
`factory/podJomallOrderUs/reissueOrder`
,
...
...
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