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
afc841d6
Commit
afc841d6
authored
Apr 23, 2026
by
zhuzhequan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需求代码提交
parent
1f0e8ec6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
+8
-1
src/api/podUsOrder.ts
+1
-0
src/views/order/podUs/components/ReissueOrder.vue
+5
-0
src/views/order/podUs/index.vue
+2
-1
No files found.
src/api/podUsOrder.ts
View file @
afc841d6
...
@@ -583,6 +583,7 @@ export function reissueOrderApi(data: {
...
@@ -583,6 +583,7 @@ export function reissueOrderApi(data: {
ids
:
string
ids
:
string
reissueType
:
number
reissueType
:
number
trackingNumber
?:
string
trackingNumber
?:
string
trackRegisterSelect
?:
number
expressSheet
:
string
expressSheet
:
string
})
{
})
{
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
return
axios
.
post
<
never
,
BaseRespData
<
never
>>
(
...
...
src/views/order/podUs/components/ReissueOrder.vue
View file @
afc841d6
...
@@ -21,6 +21,10 @@ const props = defineProps({
...
@@ -21,6 +21,10 @@ const props = defineProps({
type
:
Array
,
type
:
Array
,
default
:
()
=>
[],
default
:
()
=>
[],
},
},
trackRegisterSelect
:
{
type
:
Number
,
default
:
''
,
},
})
})
const
formRules
=
{
const
formRules
=
{
reissueType
:
{
reissueType
:
{
...
@@ -64,6 +68,7 @@ const submit = async () => {
...
@@ -64,6 +68,7 @@ const submit = async () => {
await
reissueOrderApi
({
await
reissueOrderApi
({
ids
:
(
props
.
selection
as
PodUsOrderListData
[]).
map
(
e
=>
e
.
id
).
join
(),
ids
:
(
props
.
selection
as
PodUsOrderListData
[]).
map
(
e
=>
e
.
id
).
join
(),
reissueType
:
form
.
value
.
reissueType
,
reissueType
:
form
.
value
.
reissueType
,
trackRegisterSelect
:
props
.
trackRegisterSelect
,
trackingNumber
:
form
.
value
.
trackingNumber
,
trackingNumber
:
form
.
value
.
trackingNumber
,
expressSheet
:
form
.
value
.
expressSheet
,
expressSheet
:
form
.
value
.
expressSheet
,
})
})
...
...
src/views/order/podUs/index.vue
View file @
afc841d6
...
@@ -982,7 +982,7 @@
...
@@ -982,7 +982,7 @@
</span>
</span>
</ElFormItem>
</ElFormItem>
<ElFormItem
<ElFormItem
v-if=
"['WAIT_TRACK'].includes(status) &&
waitTrackStatus === 5
"
v-if=
"['WAIT_TRACK'].includes(status) &&
[1,2,5].includes(waitTrackStatus)
"
>
>
<span
class=
"item"
>
<span
class=
"item"
>
<ElButton
type=
"success"
@
click=
"reissueOrder"
>
补发
</ElButton>
<ElButton
type=
"success"
@
click=
"reissueOrder"
>
补发
</ElButton>
...
@@ -3153,6 +3153,7 @@
...
@@ -3153,6 +3153,7 @@
<
ReissueOrderComponent
<
ReissueOrderComponent
ref
=
"reissueOrderRef"
ref
=
"reissueOrderRef"
:
selection
=
"selection"
:
selection
=
"selection"
:
trackRegisterSelect
=
"waitTrackStatus"
@
success
=
"handleSuccess"
@
success
=
"handleSuccess"
><
/ReissueOrderComponent
>
><
/ReissueOrderComponent
>
...
...
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