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
852ad049
Commit
852ad049
authored
Aug 11, 2025
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善pod-cn
parent
da364b1e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
6 deletions
+60
-6
src/api/podCnOrder.ts
+59
-5
src/api/podUsOrder.ts
+1
-1
src/views/order/podCN/index.vue
+0
-0
No files found.
src/api/podCnOrder.ts
View file @
852ad049
...
...
@@ -7,8 +7,9 @@ import {
LogListData
,
WarehouseListData
,
LogisticsData
,
ExportParams
ExportParams
,
}
from
'@/types/api/podCnOrder'
import
{
InterceptStateGroupData
}
from
'@/types/api/podUsOrder'
import
axios
from
'./axios'
import
{
PodMakeOrderData
}
from
'@/types/api/podMakeOrder'
export
function
exportPodCnInfo
(
data
:
ExportParams
)
{
...
...
@@ -17,6 +18,13 @@ export function exportPodCnInfo(data: ExportParams) {
data
,
)
}
// 拦截状态数量
export
function
getgetInterceptStateGroupList
()
{
return
axios
.
get
<
never
,
BaseRespData
<
InterceptStateGroupData
>>
(
'factory/podJomallOrderCn/findInterceptStateGroupList'
,
)
}
// 同步收货地址
export
function
syncReceiverAddress
(
data
:
number
[])
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
...
...
@@ -278,7 +286,54 @@ export function refreshMaterialApi(data: {
data
,
)
}
// 拦截状态改变
export
function
interceptUpdateApi
(
params
:
{
orderIds
:
(
string
|
number
)[]
interceptStatus
:
number
})
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
`factory/podJomallOrderCn/updateInterceptStatus`
,
params
,
)
}
// 驳回
export
function
rejectToApi
(
params
:
{
orderStatus
:
string
productList
:
ProductList
[]
reasonStr
:
string
})
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
`factory/podJomallOrderCn/rejectTo`
,
params
,
)
}
// 状态推送
export
function
statusPushApi
(
params
:
(
string
|
number
)[])
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
`factory/podJomallOrderCn/statusPush`
,
params
,
)
}
// 完成发货
export
function
completeDeliveryApi
(
params
:
{
orderIdList
:
(
string
|
number
)[]
})
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
`factory/podJomallOrderCn/completeDelivery`
,
params
,
)
}
export
function
refreshProductInformationApi
(
data
:
{
orderIds
?:
string
productIds
?:
string
})
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
'factory/podJomallOrderProductCn/refreshProductInfo'
,
data
,
)
}
// 设计图排版
export
function
composingDesignImages
(
data
:
number
[],
type
:
string
)
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
...
...
@@ -377,7 +432,7 @@ export function batchDownloadDownloadApi(params: { id: number; type: string }) {
}
// 批量下载 删除
export
function
batchDownloadDeleteApi
(
params
:
{
id
:
number
})
{
export
function
batchDownloadDeleteApi
(
params
:
{
id
s
:
string
})
{
return
axios
.
get
<
never
,
BaseRespData
<
never
>>
(
`factory/podBatchDownload/delete`
,
{
...
...
@@ -452,7 +507,7 @@ export function changeLogisticsApi(params: {
params
,
)
}
// 修改自有物流信息
// 修改自有物流信息
export
function
updateSelfLogistics
(
params
:
{
trackingNumber
:
string
expressSheet
:
string
...
...
@@ -473,4 +528,4 @@ export function uploadExpressSheet(params: {
'factory/podJomallOrderCn/uploadExpressSheet'
,
params
,
)
}
\ No newline at end of file
}
src/api/podUsOrder.ts
View file @
852ad049
...
...
@@ -294,7 +294,7 @@ export function refreshMaterialApi(data: {
productIds
?:
string
})
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
'factory/podJomallOrderProductUs/refreshDesignImages
'
,
'factory/podJomallOrderProductUs/refreshDesignImages'
,
data
,
)
}
...
...
src/views/order/podCN/index.vue
View file @
852ad049
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