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
bb03b1f5
Commit
bb03b1f5
authored
Jul 09, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: pod添加已拦截
parent
2c537b23
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
14 deletions
+22
-14
src/views/order/pod/index.vue
+22
-13
src/views/order/podUs/index.vue
+0
-1
No files found.
src/views/order/pod/index.vue
View file @
bb03b1f5
...
@@ -249,6 +249,7 @@
...
@@ -249,6 +249,7 @@
'WAIT_SHIPMENT',
'WAIT_SHIPMENT',
'TO_BE_REPLENISHMENT',
'TO_BE_REPLENISHMENT',
'INVALID',
'INVALID',
'INTERCEPTED',
].includes(status)
].includes(status)
"
"
>
>
...
@@ -1460,20 +1461,27 @@ const CardOrderList = ref<(PodProductList | CardOrderData)[]>([])
...
@@ -1460,20 +1461,27 @@ const CardOrderList = ref<(PodProductList | CardOrderData)[]>([])
const
loadCardList
=
async
()
=>
{
const
loadCardList
=
async
()
=>
{
loading
.
value
=
true
loading
.
value
=
true
try
{
try
{
const
params
=
{
...
searchForm
.
value
,
timeType
:
searchForm
.
value
.
timeType
,
startTime
:
timeRange
.
value
&&
timeRange
.
value
.
length
>
0
?
timeRange
.
value
[
0
]
:
null
,
endTime
:
timeRange
.
value
&&
timeRange
.
value
.
length
>
0
?
timeRange
.
value
[
1
]
:
null
,
}
if
(
status
.
value
===
'INTERCEPTED'
)
{
params
.
interceptedStatus
=
true
}
else
{
params
.
status
=
status
.
value
}
const
res
=
await
getCardOrderList
(
const
res
=
await
getCardOrderList
(
{
params
,
...
searchForm
.
value
,
status
:
status
.
value
,
timeType
:
searchForm
.
value
.
timeType
,
startTime
:
timeRange
.
value
&&
timeRange
.
value
.
length
>
0
?
timeRange
.
value
[
0
]
:
null
,
endTime
:
timeRange
.
value
&&
timeRange
.
value
.
length
>
0
?
timeRange
.
value
[
1
]
:
null
,
}
,
currentPage
.
value
,
currentPage
.
value
,
pageSize
.
value
,
pageSize
.
value
,
)
)
...
@@ -1641,6 +1649,7 @@ const loadDiffList = async () => {
...
@@ -1641,6 +1649,7 @@ const loadDiffList = async () => {
'TO_BE_REPLENISHMENT'
,
'TO_BE_REPLENISHMENT'
,
'TO_BE_CONFIRMED'
,
'TO_BE_CONFIRMED'
,
'INVALID'
,
'INVALID'
,
'INTERCEPTED'
,
].
includes
(
status
.
value
)
].
includes
(
status
.
value
)
)
{
)
{
await
loadCardList
()
await
loadCardList
()
...
...
src/views/order/podUs/index.vue
View file @
bb03b1f5
...
@@ -1944,7 +1944,6 @@ const resultRefs = ref<InstanceType<typeof ResultInfo> | null>(null)
...
@@ -1944,7 +1944,6 @@ const resultRefs = ref<InstanceType<typeof ResultInfo> | null>(null)
const
confirmDialogShow
=
ref
(
false
)
const
confirmDialogShow
=
ref
(
false
)
const
tifDownloadLoading
=
ref
(
false
)
const
tifDownloadLoading
=
ref
(
false
)
const
pngDownloadLoading
=
ref
(
false
)
const
pngDownloadLoading
=
ref
(
false
)
const
reComposingLoading
=
ref
(
false
)
const
isChangeWay
=
ref
(
false
)
const
isChangeWay
=
ref
(
false
)
const
confirmData
=
ref
([])
const
confirmData
=
ref
([])
const
logisticsWayData
=
ref
([])
const
logisticsWayData
=
ref
([])
...
...
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