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
a5cd5154
Commit
a5cd5154
authored
Nov 03, 2024
by
xiamw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
价格列表查询条件优化
parent
480b92a2
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
304 additions
and
15 deletions
+304
-15
all-routes-list.vue
src/views/ecw/offer/all-routes-list.vue
+297
-14
blacklist.vue
src/views/ecw/productPrice/blacklist.vue
+7
-1
No files found.
src/views/ecw/offer/all-routes-list.vue
View file @
a5cd5154
This diff is collapsed.
Click to expand it.
src/views/ecw/productPrice/blacklist.vue
View file @
a5cd5154
...
@@ -413,7 +413,6 @@ export default {
...
@@ -413,7 +413,6 @@ export default {
destCountryId
:
[],
destCountryId
:
[],
destCityId
:
null
,
destCityId
:
null
,
destWarehouseId
:
""
,
destWarehouseId
:
""
,
objectiveId
:
[],
objectiveId
:
[],
//特性列表
//特性列表
...
@@ -974,6 +973,13 @@ export default {
...
@@ -974,6 +973,13 @@ export default {
/** 搜索按钮操作 */
/** 搜索按钮操作 */
handleQuery
()
{
handleQuery
()
{
this
.
queryParams
.
pageNo
=
1
;
this
.
queryParams
.
pageNo
=
1
;
//目的城市
this
.
queryParams
.
destCityId
=
this
.
destCityId
;
//目的国
this
.
queryParams
.
destCountryId
=
this
.
destCountryId
;
//目的仓
this
.
queryParams
.
destWarehouseId
=
this
.
destWarehouseId
;
this
.
getList
();
this
.
getList
();
},
},
/** 重置按钮操作 */
/** 重置按钮操作 */
...
...
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