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
96b47f06
Commit
96b47f06
authored
Nov 03, 2024
by
xiamw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
价格列表查询条件优化
parent
256d7cfb
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
351 additions
and
38 deletions
+351
-38
blacklist.vue
src/views/ecw/productPrice/blacklist.vue
+341
-35
index.vue
src/views/ecw/productPrice/index.vue
+10
-3
No files found.
src/views/ecw/productPrice/blacklist.vue
View file @
96b47f06
This diff is collapsed.
Click to expand it.
src/views/ecw/productPrice/index.vue
View file @
96b47f06
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
>
>
<el-select
<el-select
v-model=
"queryParams.attrId"
v-model=
"queryParams.attrId"
:placeholder=
"$t('选择商品
类型
')"
:placeholder=
"$t('选择商品
属性
')"
clearable
clearable
@
change=
"handleQuery"
@
change=
"handleQuery"
>
>
...
@@ -133,6 +133,7 @@
...
@@ -133,6 +133,7 @@
<el-form-item
:label=
"$t('目的国')"
prop=
"destCountryId"
>
<el-form-item
:label=
"$t('目的国')"
prop=
"destCountryId"
>
<el-select
<el-select
v-model=
"destCountryId"
v-model=
"destCountryId"
multiple
:label=
"destCountryId"
:label=
"destCountryId"
clearable
clearable
@
change=
"handleQuery"
@
change=
"handleQuery"
...
@@ -147,7 +148,10 @@
...
@@ -147,7 +148,10 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('目的地')"
prop=
"destCityId"
>
<el-form-item
:label=
"$t('目的地')"
prop=
"destCityId"
>
<el-select
v-model=
"destCityId"
clearable
@
change=
"handleQuery"
>
<el-select
v-model=
"destCityId"
multiple
clearable
@
change=
"handleQuery"
>
<el-option
<el-option
v-for=
"item in AddressCity"
v-for=
"item in AddressCity"
:key=
"item.shi"
:key=
"item.shi"
...
@@ -157,7 +161,10 @@
...
@@ -157,7 +161,10 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('目的仓')"
prop=
"destWarehouseId"
>
<el-form-item
:label=
"$t('目的仓')"
prop=
"destWarehouseId"
>
<el-select
v-model=
"destWarehouseId"
clearable
@
change=
"handleQuery"
>
<el-select
v-model=
"destWarehouseId"
clearable
multiple
@
change=
"handleQuery"
>
<el-option
<el-option
v-for=
"item in AddressTown"
v-for=
"item in AddressTown"
:key=
"item.id"
:key=
"item.id"
...
...
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