Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
bp
op-web-service
Commits
3e4d5d9b
Commit
3e4d5d9b
authored
Sep 24, 2021
by
gengshaojing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 自提点管理
parent
adee0d54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
spellOrderSet.vue
...pages/Activity/releaseProduc/components/spellOrderSet.vue
+11
-1
No files found.
src/pages/Activity/releaseProduc/components/spellOrderSet.vue
View file @
3e4d5d9b
...
...
@@ -27,7 +27,9 @@
<div>
<search
@
getData=
"getPlaceList"
></search>
</div>
<el-button
type=
"primary"
@
click=
"$router.push('/op/groupmeal/point')"
>
自提点管理
</el-button>
<a
href=
"/op/groupmeal/point"
target=
"_blank"
>
<el-button
type=
"primary"
>
自提点管理
</el-button>
</a>
</div>
<div
...
...
@@ -61,6 +63,7 @@
border
tooltip
-
effect
=
"dark"
style
=
"width: 100%"
@
select
-
all
=
"selectall"
@
selection
-
change
=
"handleSelectionChange"
>
<
el
-
table
-
column
align
=
"center"
type
=
"selection"
width
=
"80"
><
/el-table-column
>
...
...
@@ -266,6 +269,12 @@
}
,
}
,
methods
:
{
selectall
()
{
console
.
log
(
"selectall"
);
if
(
this
.
currentCheckedTakePlacelist
.
length
===
0
)
{
this
.
checkedTakePlacelist
=
[];
}
}
,
/* API */
// 获取自提点
async
getPlaceList
(
params
=
{
}
)
{
...
...
@@ -392,6 +401,7 @@
// 复选框(提供给父组件)
handleSelectionChange
(
val
)
{
console
.
log
(
val
);
this
.
currentCheckedTakePlacelist
=
val
;
// 当前勾选的列表
this
.
checkedNum
=
val
.
length
;
this
.
multipleSelection
=
val
;
...
...
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