Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
peuei
2019-01-11 10:24:22 +0800
Commit
aa2388d1bdcfc6dcc71e5dc6c40bec0feacb08f9
1 parent
7c59c5a8
update 渠道限制默认全选
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
code/static/js.jquery/module/marketing/CouponList/AddOrUpdate.js
code/static/js.jquery/module/marketing/CouponList/AddOrUpdate.js
View file @
aa2388d
...
...
@@ -494,6 +494,12 @@ $(document).on("click", "#couponAvailableChannelsSelectAll", function () {
channelChangeListen
()
});
if
(
type
==
'add'
){
/**
* 新增时 渠道限制默认全选
*/
$
(
'#couponAvailableChannelsSelectAll'
).
click
();
}
/**
* 保存
...
...
Please
register
or
login
to post a comment