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
81cef81b
Commit
81cef81b
authored
Mar 12, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
Dev See merge request
!169
parents
f6928cbc
2c407920
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
src/views/order/podCN/index.vue
+11
-0
No files found.
src/views/order/podCN/index.vue
View file @
81cef81b
...
@@ -395,6 +395,7 @@
...
@@ -395,6 +395,7 @@
v-model=
"searchForm.receiverCountry"
v-model=
"searchForm.receiverCountry"
placeholder=
"收件国家"
placeholder=
"收件国家"
clearable
clearable
multiple
:teleported=
"false"
:teleported=
"false"
style=
"width: 150px"
style=
"width: 150px"
filterable
filterable
...
@@ -1594,6 +1595,12 @@
...
@@ -1594,6 +1595,12 @@
</el-icon>
</el-icon>
</div>
</div>
<div
class=
"order-detail-item"
>
<div
class=
"order-detail-item"
>
<span
class=
"order-detail-item-label"
>
商品总数量:
</span>
<span
class=
"order-detail-item-value"
:title=
"row.productNum"
>
{{
row
.
productNum
}}
</span>
</div>
<div
class=
"order-detail-item"
>
<span
class=
"order-detail-item-label"
>
自定义标签:
</span>
<span
class=
"order-detail-item-label"
>
自定义标签:
</span>
<span
class=
"order-detail-item-value"
:title=
"getTagName(row)"
>
<span
class=
"order-detail-item-value"
:title=
"getTagName(row)"
>
{{
getTagName
(
row
)
}}
{{
getTagName
(
row
)
}}
...
@@ -4231,6 +4238,9 @@ const {
...
@@ -4231,6 +4238,9 @@ const {
:
undefined
,
:
undefined
,
interceptStatus
:
interceptStatus
:
status
.
value
===
'INTERCEPTED'
?
interceptStatus
.
value
:
''
,
status
.
value
===
'INTERCEPTED'
?
interceptStatus
.
value
:
''
,
receiverCountry
:
Array
.
isArray
(
searchForm
.
value
?.
receiverCountry
)
?
searchForm
.
value
.
receiverCountry
.
join
(
','
)
:
searchForm
.
value
?.
receiverCountry
||
''
,
}
,
}
,
page
,
page
,
pageSize
,
pageSize
,
...
@@ -4241,6 +4251,7 @@ const {
...
@@ -4241,6 +4251,7 @@ const {
...
baseparams
,
...
baseparams
,
status
:
status
.
value
,
status
:
status
.
value
,
interceptStatus
:
''
,
interceptStatus
:
''
,
receiverCountry
:
''
,
}
,
}
,
page
,
page
,
pageSize
,
pageSize
,
...
...
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