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
b3d0599d
Commit
b3d0599d
authored
Jun 17, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改podus 转至待拣胚 提示
parent
10c1edcf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
src/views/order/podUs/components/ResultInfo.vue
+1
-1
src/views/order/podUs/index.vue
+5
-2
No files found.
src/views/order/podUs/components/ResultInfo.vue
View file @
b3d0599d
...
@@ -74,7 +74,7 @@ const checkAll = ref(false)
...
@@ -74,7 +74,7 @@ const checkAll = ref(false)
const
selectedList
=
ref
<
(
string
|
number
)[]
>
([])
const
selectedList
=
ref
<
(
string
|
number
)[]
>
([])
// 显示弹窗
// 显示弹窗
const
showDialog
=
(
type
:
string
)
=>
{
const
showDialog
=
(
type
?
:
string
)
=>
{
console
.
log
(
type
)
console
.
log
(
type
)
resultDialog
.
value
=
true
resultDialog
.
value
=
true
...
...
src/views/order/podUs/index.vue
View file @
b3d0599d
...
@@ -2029,7 +2029,7 @@ const getOrderByIdApi = async (type: string) => {
...
@@ -2029,7 +2029,7 @@ const getOrderByIdApi = async (type: string) => {
const
res
=
await
operation
.
Fn
(
ids
)
const
res
=
await
operation
.
Fn
(
ids
)
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
if
(
isArray
(
res
.
data
))
{
if
(
isArray
(
res
.
data
))
{
resultInfo
.
value
=
res
.
data
resultInfo
.
value
=
res
.
data
||
[]
resultRefs
.
value
?.
showDialog
(
type
)
resultRefs
.
value
?.
showDialog
(
type
)
}
else
if
(
isString
(
res
.
data
))
{
}
else
if
(
isString
(
res
.
data
))
{
window
.
open
(
filePath
+
res
.
data
)
window
.
open
(
filePath
+
res
.
data
)
...
@@ -2039,6 +2039,7 @@ const getOrderByIdApi = async (type: string) => {
...
@@ -2039,6 +2039,7 @@ const getOrderByIdApi = async (type: string) => {
}
}
loading
.
close
()
loading
.
close
()
}
catch
(
e
)
{
}
catch
(
e
)
{
resultInfo
.
value
=
[]
console
.
error
(
e
)
console
.
error
(
e
)
}
}
}
else
{
}
else
{
...
@@ -2241,10 +2242,13 @@ const logisticsToPicking = async () => {
...
@@ -2241,10 +2242,13 @@ const logisticsToPicking = async () => {
ids
:
selection
.
value
.
map
((
item
)
=>
item
.
id
).
join
(
','
),
ids
:
selection
.
value
.
map
((
item
)
=>
item
.
id
).
join
(
','
),
}
)
}
)
if
(
res
.
code
!==
200
)
return
if
(
res
.
code
!==
200
)
return
resultInfo
.
value
=
res
.
data
||
[]
resultRefs
.
value
?.
showDialog
()
ElMessage
.
success
(
'操作成功'
)
ElMessage
.
success
(
'操作成功'
)
search
()
search
()
loadTabData
()
loadTabData
()
}
catch
(
e
)
{
}
catch
(
e
)
{
resultInfo
.
value
=
[]
console
.
error
(
e
)
console
.
error
(
e
)
}
finally
{
}
finally
{
loading
.
close
()
loading
.
close
()
...
@@ -2505,7 +2509,6 @@ const handleExceptionCommand = (command: number) => {
...
@@ -2505,7 +2509,6 @@ const handleExceptionCommand = (command: number) => {
exceptionStatus
.
value
=
command
exceptionStatus
.
value
=
command
search
()
search
()
}
}
<
/script
>
<
/script
>
<
style
lang
=
"scss"
scoped
>
<
style
lang
=
"scss"
scoped
>
.
header
-
filter
-
form
{
.
header
-
filter
-
form
{
...
...
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