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
abf07d85
Commit
abf07d85
authored
Jun 24, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: podus查询时清空选择项,添加卡片复制功能
parent
f3ae69ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
5 deletions
+19
-5
src/views/order/podUs/index.vue
+19
-5
No files found.
src/views/order/podUs/index.vue
View file @
abf07d85
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
v-model=
"searchForm.craftCode"
v-model=
"searchForm.craftCode"
clearable
clearable
filterable
filterable
placeholder=
"请输入"
placeholder=
"请输入
工艺
"
style=
"width: 150px"
style=
"width: 150px"
>
>
<el-option
<el-option
...
@@ -1125,12 +1125,18 @@
...
@@ -1125,12 +1125,18 @@
<
/div
>
<
/div
>
<
div
class
=
"grid-item"
title
=
"店铺单号"
>
<
div
class
=
"grid-item"
title
=
"店铺单号"
>
<
span
class
=
"grid-item-value"
>
<
span
class
=
"grid-item-value"
@
click
=
"copy(cardItem?.shopNumber || '')"
>
{{
cardItem
?.
shopNumber
}}
{{
cardItem
?.
shopNumber
}}
<
/span
>
<
/span
>
<
/div
>
<
/div
>
<
div
class
=
"grid-item"
title
=
"订单号"
>
<
div
class
=
"grid-item"
title
=
"订单号"
>
<
span
class
=
"grid-item-value"
>
<
span
class
=
"grid-item-value"
@
click
=
"copy(cardItem?.factoryOrderNumber || '')"
>
{{
cardItem
?.
factoryOrderNumber
}}
{{
cardItem
?.
factoryOrderNumber
}}
<
/span
>
<
/span
>
<
/div
>
<
/div
>
...
@@ -1151,7 +1157,10 @@
...
@@ -1151,7 +1157,10 @@
title
=
"批次号"
title
=
"批次号"
v
-
if
=
"cardItem.batchArrangeNumber"
v
-
if
=
"cardItem.batchArrangeNumber"
>
>
<
span
class
=
"grid-item-value"
>
<
span
class
=
"grid-item-value"
@
click
=
"copy(cardItem?.batchArrangeNumber || '')"
>
{{
cardItem
?.
batchArrangeNumber
}}
{{
cardItem
?.
batchArrangeNumber
}}
<
/span
>
<
/span
>
<
/div
>
<
/div
>
...
@@ -1933,7 +1942,7 @@ const {
...
@@ -1933,7 +1942,7 @@ const {
pageSize
,
pageSize
,
total
,
total
,
data
:
tableData
,
data
:
tableData
,
refresh
:
search
,
refresh
,
onCurrentPageChange
:
handleCurrentChange
,
onCurrentPageChange
:
handleCurrentChange
,
onPageSizeChange
:
handleSizeChange
,
onPageSizeChange
:
handleSizeChange
,
}
=
usePageList
({
}
=
usePageList
({
...
@@ -1985,6 +1994,11 @@ const {
...
@@ -1985,6 +1994,11 @@ const {
}
,
}
,
}
)
}
)
const
search
=
()
=>
{
selection
.
value
=
[]
cardSelection
.
value
=
[]
refresh
()
}
const
currentChange
=
(
row
:
LogisticsData
)
=>
{
const
currentChange
=
(
row
:
LogisticsData
)
=>
{
if
(
row
)
{
if
(
row
)
{
confirmSelectionData
.
value
=
[
row
]
confirmSelectionData
.
value
=
[
row
]
...
...
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