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
7b5e2727
Commit
7b5e2727
authored
Jun 22, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 工厂订单增加查询客户交运单号 #1009553
parent
3e0881e1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
src/types/api/order/factoryOrderNew.ts
+1
-0
src/views/order/factoryOrderNew/index.vue
+10
-2
No files found.
src/types/api/order/factoryOrderNew.ts
View file @
7b5e2727
...
@@ -49,6 +49,7 @@ export interface SearchForm {
...
@@ -49,6 +49,7 @@ export interface SearchForm {
prop
?:
string
prop
?:
string
/** list_page 排序方向:asc 正序,desc 倒序 */
/** list_page 排序方向:asc 正序,desc 倒序 */
order
?:
'asc'
|
'desc'
order
?:
'asc'
|
'desc'
customerNo
?:
string
}
}
export
interface
FactoryOrderNewListData
{
export
interface
FactoryOrderNewListData
{
...
...
src/views/order/factoryOrderNew/index.vue
View file @
7b5e2727
...
@@ -218,10 +218,10 @@
...
@@ -218,10 +218,10 @@
/>
/>
<
/div
>
<
/div
>
<
/ElFormItem
>
<
/ElFormItem
>
<
ElFormItem
label
=
"订单号"
>
<
ElFormItem
label
=
"订单
编
号"
>
<
ElInput
<
ElInput
v
-
model
.
trim
=
"searchForm.factoryOrderNumber"
v
-
model
.
trim
=
"searchForm.factoryOrderNumber"
placeholder
=
"订单号"
placeholder
=
"订单
编
号"
clearable
clearable
style
=
"width: 150px"
style
=
"width: 150px"
/>
/>
...
@@ -243,6 +243,14 @@
...
@@ -243,6 +243,14 @@
><
/el-option
>
><
/el-option
>
<
/el-select
>
<
/el-select
>
<
/ElFormItem
>
<
/ElFormItem
>
<
ElFormItem
v
-
if
=
"status === 'ALL'"
label
=
"客户交运单号"
>
<
ElInput
v
-
model
.
trim
=
"searchForm.customerNo"
placeholder
=
"客户交运单号"
clearable
style
=
"width: 150px"
/>
<
/ElFormItem
>
<
ElFormItem
label
=
"Variant SKU"
>
<
ElFormItem
label
=
"Variant SKU"
>
<
ElInput
<
ElInput
v
-
model
.
trim
=
"searchForm.sku"
v
-
model
.
trim
=
"searchForm.sku"
...
...
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