Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
王钱钧
9 years ago
Commit
21b3a1ea3d25ecbd923e01be6b1ca70c182ec41a
1 parent
08f1c569
修改bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
server/views/pages/operations/brandCoupon.html
server/views/pages/operations/brandCoupon.html
View file @
21b3a1e
...
...
@@ -51,7 +51,7 @@
</div>
<div
class=
"panel-col"
>
<input
type=
"
text
"
id=
"sel-couponsId"
class=
"form-control"
placeholder=
"输入优惠券ID"
style=
"height: 39px;"
/>
<input
type=
"
number
"
id=
"sel-couponsId"
class=
"form-control"
placeholder=
"输入优惠券ID"
style=
"height: 39px;"
/>
</div>
...
...
@@ -79,7 +79,7 @@
<
div
class
=
"form-group"
>
<
label
for
=
"couponsId"
class
=
"col-sm-2 control-label"
>
优惠券
ID
<
span
style
=
"color: red;"
>
*<
/span>:</
label
>
<
div
class
=
"col-sm-10"
>
<
input
type
=
"
text
"
value
=
"[[couponsId]]"
name
=
"content"
id
=
"couponsId"
placeholder
=
"优惠券ID"
required
=
"required"
class
=
"form-control"
>
<
input
type
=
"
number
"
value
=
"[[couponsId]]"
name
=
"content"
id
=
"couponsId"
placeholder
=
"优惠券ID"
required
=
"required"
class
=
"form-control"
>
<
/div
>
<
/div
>
<!--
<
div
class
=
"form-group"
id
=
"maxsord"
>-->
...
...
Please
register
or
login
to post a comment