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
f7920689
Commit
f7920689
authored
Jan 06, 2026
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改问题
parent
651de945
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
8 deletions
+32
-8
src/views/order/podCN/index.vue
+16
-4
src/views/order/podUs/index.vue
+16
-4
No files found.
src/views/order/podCN/index.vue
View file @
f7920689
...
...
@@ -1987,12 +1987,24 @@
>
<
template
#
top_left
>
<
el
-
tooltip
v
-
if
=
"cardItem.outOfStock"
v
-
if
=
"
cardItem.outOfStock &&
(status === 'PICKING' || status === 'TO_BE_REPLENISHMENT')
"
effect
=
"light"
content
=
"生产中缺货"
placement
=
"bottom"
>
<
el
-
icon
color
=
"#bd3124"
>
缺
<
/el-icon
>
<
div
style
=
"
background-color: #bd3124;
color: #fff;
padding: 2px 4px;
border-radius: 4px;
"
>
缺
<
/div
>
<
/el-tooltip
>
<
el
-
tooltip
v
-
if
=
"
...
...
@@ -5909,7 +5921,7 @@ const getNewImageFn = (img: string) => {
const
labelFn
=
async
(
type
:
boolean
)
=>
{
try
{
await
ElMessageBox
.
confirm
(
`确定${type ? '添加' : '移除'
}
生产中缺货”标签?`
,
`确定${type ? '添加' : '移除'
}
“
生产中缺货”标签?`
,
'提示'
,
{
confirmButtonText
:
'确定'
,
...
...
@@ -5928,7 +5940,7 @@ const labelFn = async (type: boolean) => {
try
{
const
params
=
{
productIds
:
s
election
.
value
.
map
((
item
)
=>
item
.
id
),
productIds
:
cardS
election
.
value
.
map
((
item
)
=>
item
.
id
),
orderFrom
:
'CN'
,
outOfStock
:
type
,
}
...
...
src/views/order/podUs/index.vue
View file @
f7920689
...
...
@@ -2251,12 +2251,24 @@
>
<
template
#
top_left
>
<
el
-
tooltip
v
-
if
=
"cardItem.outOfStock"
v
-
if
=
"
cardItem.outOfStock &&
(status === 'PICKING' || status === 'TO_BE_REPLENISHMENT')
"
effect
=
"light"
content
=
"生产中缺货"
placement
=
"bottom"
>
<
el
-
icon
color
=
"#bd3124"
>
缺
<
/el-icon
>
<
div
style
=
"
background-color: #bd3124;
color: #fff;
padding: 2px;
border-radius: 4px;
"
>
缺
<
/div
>
<
/el-tooltip
>
<
el
-
tooltip
v
-
if
=
"
...
...
@@ -6896,7 +6908,7 @@ const getEmployeeList = async () => {
const
labelFn
=
async
(
type
:
boolean
)
=>
{
try
{
await
ElMessageBox
.
confirm
(
`确定${type ? '添加' : '移除'
}
生产中缺货”标签?`
,
`确定${type ? '添加' : '移除'
}
“
生产中缺货”标签?`
,
'提示'
,
{
confirmButtonText
:
'确定'
,
...
...
@@ -6915,7 +6927,7 @@ const labelFn = async (type: boolean) => {
try
{
const
params
=
{
productIds
:
s
election
.
value
.
map
((
item
)
=>
item
.
id
),
productIds
:
cardS
election
.
value
.
map
((
item
)
=>
item
.
id
),
orderFrom
:
'US'
,
outOfStock
:
type
,
}
...
...
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