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
dd96c2b2
Commit
dd96c2b2
authored
Jun 17, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改确认生产按钮以及添加转至锐印按钮
parent
95a49edc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
164 additions
and
60 deletions
+164
-60
src/api/podUsOrder.ts
+24
-10
src/views/logistics/logisticsPartition.vue
+1
-1
src/views/logistics/logisticsQuotation.vue
+1
-1
src/views/order/podUs/index.vue
+138
-48
No files found.
src/api/podUsOrder.ts
View file @
dd96c2b2
...
@@ -12,16 +12,16 @@ import axios from './axios'
...
@@ -12,16 +12,16 @@ import axios from './axios'
import
{
PodMakeOrderData
}
from
'@/types/api/podMakeOrder'
import
{
PodMakeOrderData
}
from
'@/types/api/podMakeOrder'
export
interface
AddressInfo
{
export
interface
AddressInfo
{
id
?:
string
id
?:
string
receiverName
:
string
,
receiverName
:
string
receiverPhone
:
string
,
receiverPhone
:
string
receiverCountry
:
string
,
receiverCountry
:
string
receiverProvince
:
string
,
receiverProvince
:
string
receiverCity
:
string
,
receiverCity
:
string
receiverDistrict
:
string
,
receiverDistrict
:
string
receiverAddress1
:
string
,
receiverAddress1
:
string
receiverAddress2
:
string
,
receiverAddress2
:
string
receiverPostCode
:
string
,
receiverPostCode
:
string
}
}
export
interface
LogisticsData
{
export
interface
LogisticsData
{
...
@@ -399,3 +399,17 @@ export function createLogisticsOrdersApi(orderIds: (string | number)[]) {
...
@@ -399,3 +399,17 @@ export function createLogisticsOrdersApi(orderIds: (string | number)[]) {
orderIds
,
orderIds
,
)
)
}
}
//确认生产
export
function
confirmProductApi
(
orderIds
:
(
string
|
number
)[])
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
`factory/podJomallOrderUs/confirmProduct`
,
orderIds
,
)
}
//转至锐印
export
function
confirmProductToRiinApi
(
orderIds
:
(
string
|
number
)[])
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
`factory/podJomallOrderUs/confirmProductToRiin`
,
orderIds
,
)
}
src/views/logistics/logisticsPartition.vue
View file @
dd96c2b2
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
>
>
<template
#
ontherBtn
>
<template
#
ontherBtn
>
<div
style=
"margin-left: 10px; display: flex; gap: 10px"
>
<div
style=
"margin-left: 10px; display: flex; gap: 10px"
>
<ElButton
@
click=
"downloadExcel"
type=
"
info
"
plain
<ElButton
@
click=
"downloadExcel"
type=
"
primary
"
plain
>
下载模版
</ElButton
>
下载模版
</ElButton
>
>
...
...
src/views/logistics/logisticsQuotation.vue
View file @
dd96c2b2
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
>
>
<template
#
ontherBtn
>
<template
#
ontherBtn
>
<div
style=
"margin-left: 10px; display: flex; gap: 10px"
>
<div
style=
"margin-left: 10px; display: flex; gap: 10px"
>
<ElButton
@
click=
"downloadExcel"
type=
"
info
"
plain
<ElButton
@
click=
"downloadExcel"
type=
"
primary
"
plain
>
下载模版
</ElButton
>
下载模版
</ElButton
>
>
...
...
src/views/order/podUs/index.vue
View file @
dd96c2b2
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