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
8d3fc416
Commit
8d3fc416
authored
Jan 23, 2026
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:【工厂端】【订单-POD(US)订单】:POD(US)订单,在批量下载,点击重排没有反应,不调接口#1000861
parent
8eaf66bb
Hide 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 @
8d3fc416
...
@@ -5349,6 +5349,7 @@ const showArrange = async (type: number, data?: PodUsOrderListData) => {
...
@@ -5349,6 +5349,7 @@ const showArrange = async (type: number, data?: PodUsOrderListData) => {
return
return
}
}
}
}
typesettingVisible
.
value
=
true
}
}
// function hasDifferentCraftCodeWithSet(items: ProductList[])
{
// function hasDifferentCraftCodeWithSet(items: ProductList[])
{
...
@@ -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