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
872fe8df
Commit
872fe8df
authored
Jun 25, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_new_search' into 'dev'
Dev new search See merge request
!236
parents
d2d1e59b
924abab2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
2 deletions
+13
-2
src/types/api/factoryOrderNew/index.ts
+1
-0
src/types/api/order/factoryOrderNew.ts
+1
-0
src/views/order/factoryOrderNew/index.vue
+10
-2
src/views/order/factoryOrderNew/utils/listSearchQueryFilter.ts
+1
-0
No files found.
src/types/api/factoryOrderNew/index.ts
View file @
872fe8df
...
...
@@ -46,6 +46,7 @@ export interface SearchForm {
prop
?:
string
/** list_page 排序方向:asc 正序,desc 倒序 */
order
?:
'asc'
|
'desc'
customerNo
?:
string
// 客户交运单号
}
export
interface
FactoryOrderNewListData
{
...
...
src/types/api/order/factoryOrderNew.ts
View file @
872fe8df
...
...
@@ -49,6 +49,7 @@ export interface SearchForm {
prop
?:
string
/** list_page 排序方向:asc 正序,desc 倒序 */
order
?:
'asc'
|
'desc'
customerNo
?:
string
// 客户交运单号
}
export
interface
FactoryOrderNewListData
{
...
...
src/views/order/factoryOrderNew/index.vue
View file @
872fe8df
...
...
@@ -218,10 +218,10 @@
/>
<
/div
>
<
/ElFormItem
>
<
ElFormItem
label
=
"订单号"
>
<
ElFormItem
label
=
"订单
编
号"
>
<
ElInput
v
-
model
.
trim
=
"searchForm.factoryOrderNumber"
placeholder
=
"订单号"
placeholder
=
"订单
编
号"
clearable
style
=
"width: 150px"
/>
...
...
@@ -243,6 +243,14 @@
><
/el-option
>
<
/el-select
>
<
/ElFormItem
>
<
ElFormItem
v
-
if
=
"status === 'ALL'"
label
=
"客户交运单号"
>
<
ElInput
v
-
model
.
trim
=
"searchForm.customerNo"
placeholder
=
"客户交运单号"
clearable
style
=
"width: 150px"
/>
<
/ElFormItem
>
<
ElFormItem
label
=
"Variant SKU"
>
<
ElInput
v
-
model
.
trim
=
"searchForm.sku"
...
...
src/views/order/factoryOrderNew/utils/listSearchQueryFilter.ts
View file @
872fe8df
...
...
@@ -8,6 +8,7 @@ export const FACTORY_ORDER_LIST_SEARCH_FIELD_RULES: Record<
operationNo
:
(
c
)
=>
c
.
isCardLayout
,
receiverCountry
:
(
c
)
=>
!
c
.
isCardLayout
,
logisticsWayId
:
(
c
)
=>
c
.
status
===
'ALL'
,
customerNo
:
(
c
)
=>
c
.
status
===
'ALL'
,
}
export
function
filterFactoryOrderListSearchPayload
(
...
...
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