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
be792c18
Commit
be792c18
authored
Jun 05, 2026
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
US播种墙加上仓库必选校验
parent
01701ca7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
+11
-1
src/views/order/podUs/PodMakeOrder.vue
+11
-1
No files found.
src/views/order/podUs/PodMakeOrder.vue
View file @
be792c18
...
@@ -406,7 +406,11 @@ const podOrderDetailsColumns = computed(() => [
...
@@ -406,7 +406,11 @@ const podOrderDetailsColumns = computed(() => [
<
div
>
<
div
>
{
operationNo
}
{
operationNo
}
{
statusText
&&
(
{
statusText
&&
(
<
ElTag
size
=
"small"
type
=
{
type
}
style
=
{{
marginLeft
:
'6px'
,
...
style
}}
>
<
ElTag
size
=
"small"
type
=
{
type
}
style
=
{{
marginLeft
:
'6px'
,
...
style
}}
>
{
statusText
}
{
statusText
}
<
/ElTag
>
<
/ElTag
>
)}
)}
...
@@ -879,6 +883,9 @@ const initOrderDetailBox = async () => {
...
@@ -879,6 +883,9 @@ const initOrderDetailBox = async () => {
if
(
!
factoryNo
)
{
if
(
!
factoryNo
)
{
return
return
}
}
if
(
!
warehouseId
.
value
)
{
return
ElMessage
.
warning
(
'请选择仓库'
)
}
const
loading
=
ElLoading
.
service
({
const
loading
=
ElLoading
.
service
({
fullscreen
:
true
,
fullscreen
:
true
,
text
:
'加载中...'
,
text
:
'加载中...'
,
...
@@ -1159,6 +1166,9 @@ const print = (data: OrderData, forcePrint = false, callback?: () => void) => {
...
@@ -1159,6 +1166,9 @@ const print = (data: OrderData, forcePrint = false, callback?: () => void) => {
}
}
const
factoryNo
=
userStore
.
user
?.
factory
.
id
const
factoryNo
=
userStore
.
user
?.
factory
.
id
if
(
!
factoryNo
)
return
if
(
!
factoryNo
)
return
if
(
!
warehouseId
.
value
)
{
return
ElMessage
.
warning
(
'请选择仓库'
)
}
orderStore
.
setPodBoxList
({
orderStore
.
setPodBoxList
({
url
:
props
.
initUrl
,
url
:
props
.
initUrl
,
fromUser
:
userStore
.
user
?
userStore
.
user
.
id
:
0
,
fromUser
:
userStore
.
user
?
userStore
.
user
.
id
:
0
,
...
...
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