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
xuhongyun
5 years ago
Commit
bb0474400d7fb197d518d1e267c5cf5452056ebf
1 parent
d0ced8ed
build
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
dist/yohobuy-portal-fe/5.0.2/jquery/marketing.CouponList.AddOrUpdate.js
server/views/marketing/CouponList/AddOrUpdate.html
dist/yohobuy-portal-fe/5.0.2/jquery/marketing.CouponList.AddOrUpdate.js
View file @
bb04744
...
...
@@ -350,10 +350,8 @@ webpackJsonp([75],{
couponBean
.
feeSharingType
=
2
;
}
if
(
couponTypeVal
==
1
){
couponBean
.
showScope
=
"1,2"
;
}
else
if
(
couponTypeVal
==
6
)
{
couponBean
.
showScope
=
"1,2,3"
;
if
(
couponTypeVal
==
1
||
couponTypeVal
==
8
){
couponBean
.
showScope
=
""
;
}
else
{
couponBean
.
showScope
=
"2"
;
}
...
...
server/views/marketing/CouponList/AddOrUpdate.html
View file @
bb04744
...
...
@@ -427,7 +427,7 @@
<
input
type
=
"checkbox"
value
=
"2"
name
=
"showScope"
class
=
"showScope-2"
[[
if
couponType
==-
1
]]
disabled
[[
/if]]> 详情页展
示
<
/label
>
<
label
class
=
"checkbox-inline"
>
<
input
type
=
"checkbox"
value
=
"3"
name
=
"showScope"
class
=
"showScope-3"
[[
if
couponType
==
1
||
couponType
==
3
||
couponType
==
4
||
couponType
==
5
||
couponType
==
7
||
couponType
==
8
]]
disabled
[[
/if]] > 店铺展
示
<
input
type
=
"checkbox"
value
=
"3"
name
=
"showScope"
class
=
"showScope-3"
[[
if
couponType
==
3
||
couponType
==
4
||
couponType
==
5
||
couponType
==
7
||
couponType
==
8
]]
disabled
[[
/if]] > 店铺展
示
<
/label
>
<
/div
>
<
input
type
=
"hidden"
value
=
"[[showScope]]"
id
=
"showScope"
for
=
"checkbox"
placeholder
=
"展示范围"
>
...
...
Please
register
or
login
to post a comment