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
Plain Diff
Browse Files
Authored by
peuei
2019-01-18 17:08:28 +0800
Commit
6c27fec07b3db223ca6e82c03e25d950615b1a17
2 parents
1980d556
aa2388d1
Merge branch 'dev_chanel_hotfix' into test6.8.5
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 @
6c27fec
...
...
@@ -494,6 +494,12 @@ $(document).on("click", "#couponAvailableChannelsSelectAll", function () {
channelChangeListen
()
});
if
(
type
==
'add'
){
/**
* 新增时 渠道限制默认全选
*/
$
(
'#couponAvailableChannelsSelectAll'
).
click
();
}
/**
* 保存
...
...
Please
register
or
login
to post a comment