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
2a5c5ee4
Commit
2a5c5ee4
authored
Apr 24, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 规范素材查询条件修改
parent
e3979dae
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/types/api/order/factoryOrderNew.ts
+1
-1
src/views/order/factoryOrderNew/index.vue
+2
-2
No files found.
src/types/api/order/factoryOrderNew.ts
View file @
2a5c5ee4
...
@@ -35,7 +35,7 @@ export interface SearchForm {
...
@@ -35,7 +35,7 @@ export interface SearchForm {
logisticsCompanyCode
?:
string
logisticsCompanyCode
?:
string
interceptStatus
?:
boolean
interceptStatus
?:
boolean
shopNumber
?:
string
shopNumber
?:
string
standardDesignImage
?:
number
newStandard
?:
number
productMarkList
?:
string
[]
productMarkList
?:
string
[]
/** list_page:POD 商品单面/多面,与 productMarkList 中 pod 联动 */
/** list_page:POD 商品单面/多面,与 productMarkList 中 pod 联动 */
podCustomizedQuantity
?:
string
podCustomizedQuantity
?:
string
...
...
src/views/order/factoryOrderNew/index.vue
View file @
2a5c5ee4
...
@@ -314,7 +314,7 @@
...
@@ -314,7 +314,7 @@
<
/ElFormItem
>
<
/ElFormItem
>
<
ElFormItem
label
=
"规范素材"
>
<
ElFormItem
label
=
"规范素材"
>
<
ElSelect
<
ElSelect
v
-
model
=
"searchForm.
standardDesignImage
"
v
-
model
=
"searchForm.
newStandard
"
placeholder
=
"请选择"
placeholder
=
"请选择"
clearable
clearable
filterable
filterable
...
@@ -323,7 +323,7 @@
...
@@ -323,7 +323,7 @@
<
ElOption
<
ElOption
v
-
for
=
"(_, index) in ['否', '是']"
v
-
for
=
"(_, index) in ['否', '是']"
:
key
=
"index"
:
key
=
"index"
:
value
=
"
!!
index"
:
value
=
"index"
:
label
=
"index === 0 ? '否' : '是'"
:
label
=
"index === 0 ? '否' : '是'"
><
/ElOption
>
><
/ElOption
>
<
/ElSelect
>
<
/ElSelect
>
...
...
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