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
1c7462bf
Commit
1c7462bf
authored
Aug 29, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
d08671b6
e0e3eec2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
14 deletions
+18
-14
src/views/order/podUs/index.vue
+18
-14
No files found.
src/views/order/podUs/index.vue
View file @
1c7462bf
...
...
@@ -717,10 +717,18 @@
}"
>
{{ item.quantity }}
</span
>
<span
v-if=
"item.status==='INTERCEPTED' && (interceptionStatus.production['0'] || interceptionStatus.shipment['0'])"
class=
"tabs-node-quantity"
>
+{{
((interceptionStatus.production['0'] || 0) +
(interceptionStatus.shipment['0'] || 0)) || ''
}}
</span>
<span
v-if=
"
item.status === 'INTERCEPTED' &&
(interceptionStatus.production['0'] ||
interceptionStatus.shipment['0'])
"
class=
"tabs-node-quantity"
>
+{{
(interceptionStatus.production['0'] || 0) +
(interceptionStatus.shipment['0'] || 0) || ''
}}
</span
>
</div>
<!-- <div
v-if="item.status === 'EXCEPTION_ORDER'"
...
...
@@ -2897,7 +2905,7 @@ const handleRefreshAddress = async (row: PodUsOrderListData) => {
}
,
)
}
const
updateAddressType
=
ref
(
1
)
const
updateAddressType
=
ref
<
1
|
2
>
(
1
)
const
handleUpdateAddress
=
async
(
row
:
PodUsOrderListData
,
type
:
1
|
2
)
=>
{
const
{
data
}
=
await
getAllCountryApi
()
countryList
.
value
=
data
...
...
@@ -3330,7 +3338,6 @@ const loadTabData = async () => {
status
:
'INTERCEPTED'
,
statusName
:
'拦截'
,
quantity
:
shipmentCount
+
productionCount
,
}
)
}
catch
(
error
)
{
// showError(error)
...
...
@@ -4480,10 +4487,7 @@ const operationLog = async (
}
const
addressInfoVisible
=
ref
(
false
)
const
showAddressInfo
=
(
row
:
PodUsOrderListData
)
=>
{
currentItem
.
value
=
row
addressInfoVisible
.
value
=
true
}
const
handleSuccess
=
()
=>
{
loadTabData
()
search
()
...
...
@@ -6015,11 +6019,11 @@ useRouter().beforeEach((to, from, next) => {
justify
-
content
:
space
-
between
;
align
-
items
:
center
;
}
.
tabs
-
node
-
quantity
{
.
tabs
-
node
-
quantity
{
position
:
relative
;
color
:
red
;
color
:
red
;
font
-
size
:
12
px
;
top
:
-
10
px
;
right
:
0
px
;
top
:
-
10
px
;
right
:
0
px
;
}
<
/style
>
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