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
4a346f8b
Commit
4a346f8b
authored
Jun 21, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
fix: 补货成功高亮当前行 See merge request
!39
parents
5024f9b7
823b5c34
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
12 deletions
+17
-12
src/views/order/podUs/index.vue
+17
-12
No files found.
src/views/order/podUs/index.vue
View file @
4a346f8b
...
...
@@ -464,6 +464,7 @@
:paginated-data=
"tableData"
:cell-style=
"onCellStyle"
:cell-class-name=
"onCellClassName"
:row-style=
"getRowStyle"
@
selection-change=
"handleSelectionChange"
>
<
template
#
goods=
"{ row }"
>
...
...
@@ -647,7 +648,10 @@
class=
"goods-item-info-item"
>
<span
class=
"goods-item-info-item-label"
>
补胚数量:
</span>
<span
class=
"goods-item-info-item-value"
:title=
"item.replenishmentSumNum"
>
<span
class=
"goods-item-info-item-value"
:title=
"item.replenishmentSumNum"
>
{{
item
.
replenishmentSumNum
||
0
}}
</span>
<el-button
...
...
@@ -2723,6 +2727,9 @@ const stockOutCheck = async () => {
loading
.
close
()
}
}
// 添加表格ref
const
tableRef
=
ref
()
//转至待创建物流
const
toBePicking
=
async
()
=>
{
if
(
selection
.
value
.
length
===
0
)
{
...
...
@@ -2990,17 +2997,15 @@ const onFastRefresh = () => {
search
()
}
// // 修改行样式方法
// const getRowStyle = (
{
row
}
:
{
row
:
PodUsOrderListData
}
)
=>
{
// if (stockOutSuccessIds.value.includes(row.id))
{
// return
{
// backgroundColor: '#f0f9eb',
// color: '#67c23a',
//
}
//
}
// return
{
}
//
}
// 添加表格ref
const
tableRef
=
ref
()
const
getRowStyle
=
({
row
}
:
{
row
:
PodUsOrderListData
}
)
=>
{
if
(
stockOutSuccessIds
.
value
.
includes
(
row
.
id
))
{
return
{
backgroundColor
:
'#f0f9eb'
,
color
:
'#67c23a'
,
}
}
return
{
}
}
const
warehouseList
=
ref
<
WarehouseListData
[]
>
([])
const
loadWarehouseList
=
async
()
=>
{
try
{
...
...
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