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
pangjie
2016-09-21 19:25:17 +0800
Commit
ed77afc863f696d993fc3f051af138d25f180958
2 parents
5f6a7d45
3b18010c
Merge branch 'dev-split-db-0913' into grey
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/apps/marketing/views/CouponList/AddOrUpdate.html
code/apps/marketing/views/CouponList/AddOrUpdate.html
View file @
ed77afc
...
...
@@ -77,7 +77,7 @@
<
div
class
=
"col-sm-8"
>
<
input
type
=
"text"
placeholder
=
"数量"
prompt
=
"数量"
class
=
"form-control observe number"
data
-
field
=
"couponNum"
required
value
=
"[[couponNum]]"
>
required
value
=
"[[couponNum]]"
[[
if
isNew
==
0
]]
disabled
[[
/if]]
>
<
/div
>
<
/div
>
...
...
Please
register
or
login
to post a comment