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
18f22ef3
Commit
18f22ef3
authored
Apr 13, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 加店铺单号查询
parent
0f920a0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
41 deletions
+13
-41
src/types/api/order/factoryOrderNew.ts
+1
-0
src/views/order/factoryOrderNew/index.vue
+12
-41
No files found.
src/types/api/order/factoryOrderNew.ts
View file @
18f22ef3
...
...
@@ -32,6 +32,7 @@ export interface SearchForm {
size
?:
string
logisticsCompanyCode
?:
string
interceptStatus
?:
boolean
shopNumber
?:
string
standardDesignImage
?:
number
productMarkList
?:
string
[]
/** list_page:POD 商品单面/多面,与 productMarkList 中 pod 联动 */
...
...
src/views/order/factoryOrderNew/index.vue
View file @
18f22ef3
...
...
@@ -92,16 +92,14 @@
style
=
"width: 140px"
/>
<
/ElFormItem
>
<
ElFormItem
label
=
"款号"
>
<
ElFormItem
label
=
"店铺单号"
>
<
ElInput
v
-
model
.
trim
=
"searchForm.s
upplierProductNo
"
placeholder
=
"
款
号"
v
-
model
.
trim
=
"searchForm.s
hopNumber
"
placeholder
=
"
店铺单
号"
clearable
style
=
"width: 1
4
0px"
style
=
"width: 1
5
0px"
/>
<
/ElFormItem
>
<
ElFormItem
v
-
if
=
"cardLayoutStatuses.includes(status)"
label
=
"批次号"
...
...
@@ -219,6 +217,14 @@
style
=
"width: 150px"
/>
<
/ElFormItem
>
<
ElFormItem
label
=
"款号"
>
<
ElInput
v
-
model
.
trim
=
"searchForm.supplierProductNo"
placeholder
=
"款号"
clearable
style
=
"width: 150px"
/>
<
/ElFormItem
>
<
ElFormItem
label
=
"物流跟踪号"
>
<
ElInput
v
-
model
.
trim
=
"searchForm.trackingNumber"
...
...
@@ -308,39 +314,6 @@
><
/ElOption
>
<
/ElSelect
>
<
/ElFormItem
>
<
ElFormItem
label
=
"订单来源"
>
<
ElSelect
v
-
model
=
"searchForm.source"
placeholder
=
"请选择"
clearable
:
teleported
=
"false"
style
=
"width: 150px"
>
<
ElOption
v
-
for
=
"(item, index) in sourceList"
:
key
=
"index"
:
value
=
"item.id"
:
label
=
"item.name"
><
/ElOption
>
<
/ElSelect
>
<
/ElFormItem
>
<
ElFormItem
label
=
"尺码筛选"
>
<
ElSelect
v
-
model
=
"searchForm.size"
placeholder
=
"请选择"
clearable
filterable
:
teleported
=
"false"
style
=
"width: 150px"
>
<
ElOption
v
-
for
=
"(item, index) in sizes"
:
key
=
"index"
:
value
=
"item"
:
label
=
"item"
><
/ElOption
>
<
/ElSelect
>
<
/ElFormItem
>
<
ElFormItem
label
=
"自有物流公司"
>
<
ElSelect
v
-
model
=
"searchForm.logisticsCompanyCode"
...
...
@@ -969,8 +942,6 @@ const {
allCodelist
,
craftList
,
warehouseList
,
sourceList
,
sizes
,
productTypeGroups
,
loadAllDictionaries
,
}
=
useOrderDictionaries
()
...
...
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