Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
8a054efe
Commit
8a054efe
authored
Nov 04, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充商品审批状态多状态值查询
parent
f9f6dc39
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
index.vue
src/views/ecw/product/index.vue
+12
-4
No files found.
src/views/ecw/product/index.vue
View file @
8a054efe
...
...
@@ -101,10 +101,14 @@
</el-form-item>
<el-form-item
:label=
"$t('审核状态')"
prop=
"auditStatus"
>
<el-select
v-model=
"queryParams.auditStatus"
:placeholder=
"$t('选择审核状态')"
clearable
>
<el-option
v-for=
"auditStatusItem in auditStatusDictDatas"
:key=
"auditStatusItem.id"
:label=
"auditStatusItem.label"
:value=
"auditStatusItem.value"
/>
</el-select>
<el-form-item
:label=
"$t('审核状态')"
prop=
"auditStatusList"
>
<dict-selector
multiple
clearable
v-model=
"queryParams.auditStatusList"
:type=
"DICT_TYPE.AUDIT_STATUS"
></dict-selector>
</el-form-item>
<el-form-item
:label=
"$t('包装要求')"
prop=
"packaging"
>
...
...
@@ -752,6 +756,9 @@ export default {
},
computed
:
{
DICT_TYPE
()
{
return
DICT_TYPE
},
getTypeName
()
{
return
(
typeId
)
=>
{
for
(
let
index
in
this
.
typeList
)
{
...
...
@@ -1023,6 +1030,7 @@ export default {
this
.
resetForm
(
"
queryForm
"
);
this
.
titleZhParam
.
value
=
""
;
this
.
queryParams
.
materialTypes
=
[];
this
.
queryParams
.
auditStatusList
=
[];
this
.
handleQuery
();
},
/** 新增按钮操作 */
...
...
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