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
ca66d631
Commit
ca66d631
authored
Jul 21, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
Dev See merge request
!274
parents
2b8b9c96
fb0cf8ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
14 deletions
+18
-14
src/views/order/factoryOrderNew/index.vue
+18
-14
No files found.
src/views/order/factoryOrderNew/index.vue
View file @
ca66d631
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
class
=
"search-form"
class
=
"search-form"
:
model
=
"searchForm"
:
model
=
"searchForm"
:
inline
=
"true"
:
inline
=
"true"
label
-
width
=
"
11
0px"
label
-
width
=
"
7
0px"
>
>
<
ElFormItem
v
-
if
=
"status === 'ALL'"
label
=
"订单状态"
>
<
ElFormItem
v
-
if
=
"status === 'ALL'"
label
=
"订单状态"
>
<
ElTreeSelect
<
ElTreeSelect
...
@@ -108,16 +108,6 @@
...
@@ -108,16 +108,6 @@
<
/ElSelect
>
<
/ElSelect
>
<
/ElFormItem
>
<
/ElFormItem
>
<
ElFormItem
label
=
"工艺"
>
<
LogisticsWaySelect
v
-
model
=
"searchForm.craftCode"
:
company
-
list
=
"craftList"
:
start
-
width
=
"'150px'"
search
-
placeholder
=
"搜索工艺名称"
start
-
placeholder
=
"请选择工艺名称"
><
/LogisticsWaySelect
>
<
/ElFormItem
>
<
ElFormItem
label
=
"库存SKU"
>
<
ElFormItem
label
=
"库存SKU"
>
<
ElInput
<
ElInput
v
-
model
.
trim
=
"searchForm.thirdSkuCode"
v
-
model
.
trim
=
"searchForm.thirdSkuCode"
...
@@ -178,7 +168,21 @@
...
@@ -178,7 +168,21 @@
width
=
"140px"
width
=
"140px"
/>
/>
<
/ElFormItem
>
<
/ElFormItem
>
<
ElFormItem
v
-
if
=
"status === 'PICKING'"
label
=
"操作单状态"
>
<
ElFormItem
label
=
"工艺"
label
-
width
=
"50px"
>
<
LogisticsWaySelect
v
-
model
=
"searchForm.craftCode"
:
company
-
list
=
"craftList"
:
start
-
width
=
"'150px'"
search
-
placeholder
=
"搜索工艺名称"
start
-
placeholder
=
"请选择工艺名称"
><
/LogisticsWaySelect
>
<
/ElFormItem
>
<
ElFormItem
v
-
if
=
"status === 'PICKING'"
label
=
"操作单状态"
label
-
width
=
"100px"
>
<
ElSelect
<
ElSelect
v
-
model
=
"searchFormOperationStatusSelect"
v
-
model
=
"searchFormOperationStatusSelect"
placeholder
=
"请选择"
placeholder
=
"请选择"
...
@@ -2658,8 +2662,8 @@ const handleUpdateCustomsInfo = async () => {
...
@@ -2658,8 +2662,8 @@ const handleUpdateCustomsInfo = async () => {
await
nextTick
()
await
nextTick
()
updateCustomsDialogRef
.
value
?.
resetForm
()
updateCustomsDialogRef
.
value
?.
resetForm
()
}
}
// 值为空:
待接单和
已取消状态
// 值为空:已取消状态
const
NULL_STATUSES
=
[
'
PENDING_RECEIVE'
,
'
CANCELLED'
]
const
NULL_STATUSES
=
[
'CANCELLED'
]
// 终态订单:已完成/已归档
// 终态订单:已完成/已归档
const
TERMINAL_ORDER_STATUSES
=
[
'COMPLETED'
,
'ARCHIVE'
]
const
TERMINAL_ORDER_STATUSES
=
[
'COMPLETED'
,
'ARCHIVE'
]
const
getOrderDelayText
=
(
const
getOrderDelayText
=
(
...
...
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