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
fb0cf8ba
Commit
fb0cf8ba
authored
Jul 21, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_order_new_filter' into 'dev'
Dev order new filter See merge request
!273
parents
be024416
34c25728
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 @
fb0cf8ba
...
...
@@ -62,7 +62,7 @@
class
=
"search-form"
:
model
=
"searchForm"
:
inline
=
"true"
label
-
width
=
"
11
0px"
label
-
width
=
"
7
0px"
>
<
ElFormItem
v
-
if
=
"status === 'ALL'"
label
=
"订单状态"
>
<
ElTreeSelect
...
...
@@ -108,16 +108,6 @@
<
/ElSelect
>
<
/ElFormItem
>
<
ElFormItem
label
=
"工艺"
>
<
LogisticsWaySelect
v
-
model
=
"searchForm.craftCode"
:
company
-
list
=
"craftList"
:
start
-
width
=
"'150px'"
search
-
placeholder
=
"搜索工艺名称"
start
-
placeholder
=
"请选择工艺名称"
><
/LogisticsWaySelect
>
<
/ElFormItem
>
<
ElFormItem
label
=
"库存SKU"
>
<
ElInput
v
-
model
.
trim
=
"searchForm.thirdSkuCode"
...
...
@@ -178,7 +168,21 @@
width
=
"140px"
/>
<
/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
v
-
model
=
"searchFormOperationStatusSelect"
placeholder
=
"请选择"
...
...
@@ -2658,8 +2662,8 @@ const handleUpdateCustomsInfo = async () => {
await
nextTick
()
updateCustomsDialogRef
.
value
?.
resetForm
()
}
// 值为空:
待接单和
已取消状态
const
NULL_STATUSES
=
[
'
PENDING_RECEIVE'
,
'
CANCELLED'
]
// 值为空:已取消状态
const
NULL_STATUSES
=
[
'CANCELLED'
]
// 终态订单:已完成/已归档
const
TERMINAL_ORDER_STATUSES
=
[
'COMPLETED'
,
'ARCHIVE'
]
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