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
b722b152
Commit
b722b152
authored
Aug 27, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加排版弹窗
parent
e3b054f9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
5 deletions
+18
-5
src/api/podUsOrder.ts
+17
-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 @
b722b152
...
@@ -370,9 +370,13 @@ export function updateSelfLogistics(params: {
...
@@ -370,9 +370,13 @@ export function updateSelfLogistics(params: {
}
}
// 更改物流
// 更改物流
export
function
composingDesignImages
(
data
:
number
[],
type
:
string
)
{
export
function
composingDesignImages
(
data
:
number
[],
type
?:
string
,
templateWidth
?:
number
,
)
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
`factory/podJomallOrderUs/composingDesignImages?type=
${
type
}
`
,
`factory/podJomallOrderUs/composingDesignImages?type=
${
type
}
&templateWidth=
${
templateWidth
}
`
,
data
,
data
,
)
)
}
}
...
@@ -445,10 +449,14 @@ export function toOutOfStockApi(ids: number[]) {
...
@@ -445,10 +449,14 @@ export function toOutOfStockApi(ids: number[]) {
}
}
// 排单完成
// 排单完成
export
function
arrangeFinishApi
(
ids
:
number
[])
{
export
function
arrangeFinishApi
(
params
:
{
productIdList
:
number
[]
templateWidth
?:
number
type
:
string
})
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
`factory/podJomallOrderProductUs/arrangeFinish`
,
`factory/podJomallOrderProductUs/arrangeFinish`
,
id
s
,
param
s
,
)
)
}
}
...
@@ -491,7 +499,11 @@ export function batchDownloadDeleteApi(params: { ids?: string }) {
...
@@ -491,7 +499,11 @@ export function batchDownloadDeleteApi(params: { ids?: string }) {
}
}
// 批量下载 重新排版
// 批量下载 重新排版
export
function
batchDownloadRecomposingApi
(
params
:
{
id
:
number
})
{
export
function
batchDownloadRecomposingApi
(
params
:
{
id
:
number
type
?:
string
templateWidth
?:
number
})
{
return
axios
.
get
<
never
,
BaseRespData
<
never
>>
(
return
axios
.
get
<
never
,
BaseRespData
<
never
>>
(
`factory/podUsBatchDownload/reComposingDesignImages`
,
`factory/podUsBatchDownload/reComposingDesignImages`
,
{
{
...
...
src/types/api/podUsOrder.ts
View file @
b722b152
...
@@ -33,6 +33,7 @@ export interface SearchForm {
...
@@ -33,6 +33,7 @@ export interface SearchForm {
supplierProductNo
?:
string
supplierProductNo
?:
string
batchArrangeNumber
?:
string
batchArrangeNumber
?:
string
craftCode
?:
string
craftCode
?:
string
craftCodeArr
?:
string
[]
thirdStockSku
?:
string
thirdStockSku
?:
string
interceptStatus
?:
number
|
string
interceptStatus
?:
number
|
string
trackRegisterSelect
?:
string
|
number
trackRegisterSelect
?:
string
|
number
...
...
src/views/order/podUs/index.vue
View file @
b722b152
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