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
5a71e66e
Commit
5a71e66e
authored
Jan 23, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
Dev See merge request
!146
parents
31e26b72
35fa3b0a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
src/views/order/podUs/index.vue
+4
-1
No files found.
src/views/order/podUs/index.vue
View file @
5a71e66e
...
@@ -5294,6 +5294,7 @@ const showArrange = async (type: number, data?: PodUsOrderListData) => {
...
@@ -5294,6 +5294,7 @@ const showArrange = async (type: number, data?: PodUsOrderListData) => {
typesettingForm
.
value
=
{
}
typesettingForm
.
value
=
{
}
if
(
type
===
1
||
type
===
3
)
{
if
(
type
===
1
||
type
===
3
)
{
typesettingRow
.
value
=
data
typesettingRow
.
value
=
data
typesettingVisible
.
value
=
true
}
else
if
(
type
===
2
)
{
}
else
if
(
type
===
2
)
{
const
selectedIds
=
cardSelection
.
value
.
map
((
item
)
=>
item
.
id
)
const
selectedIds
=
cardSelection
.
value
.
map
((
item
)
=>
item
.
id
)
...
@@ -6188,7 +6189,9 @@ const getRowStyle = ({ row }: { row: PodUsOrderListData }) => {
...
@@ -6188,7 +6189,9 @@ const getRowStyle = ({ row }: { row: PodUsOrderListData }) => {
// 获取行类名方法
// 获取行类名方法
const
getRowClassName
=
({
row
}
:
{
row
:
PodUsOrderListData
}
)
=>
{
const
getRowClassName
=
({
row
}
:
{
row
:
PodUsOrderListData
}
)
=>
{
return
selection
.
value
.
some
((
item
)
=>
item
.
id
===
row
.
id
)
?
'row-selected'
:
''
return
selection
.
value
.
some
((
item
)
=>
item
.
id
===
row
.
id
)
?
'row-selected'
:
''
}
}
const
warehouseList
=
ref
<
WarehouseListData
[]
>
([])
const
warehouseList
=
ref
<
WarehouseListData
[]
>
([])
const
loadWarehouseList
=
async
()
=>
{
const
loadWarehouseList
=
async
()
=>
{
...
...
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