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
7ea3dec72979ee5035dd05926cd82997fa2e1481
1 parent
19f36c7b
master
...
feature/feature_v4.5_20160525
feature/feature_v4.6_20160525
yohobuy_portal_dev_v4.4_20160525
yohobuy_portal_dev_v4.5_20160601
yohobuy_portal_dev_v4.6_20160601
yohobuy_portal_dev_v4.7_20160616
4.4.0_20160531
4.3.6_20160517
4.3.3_20160512
4.3.2_20160511
4.3.1_20160509
yohobuy_portal_dev_v4.6_20160622
资讯管理-定时发布时间bug修复
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
client/js/guang/infoManager.js
server/views/pages/guang/infoManager.html
client/js/guang/infoManager.js
View file @
7ea3dec
...
...
@@ -276,7 +276,7 @@ $(document).on("click", ".info-time", function () {
};
Timmer
.
toast
(
common
.
util
.
__template2
(
$
(
"#template"
).
html
(),
item
),
data
);
$
(
'#datepicker'
).
fdatepicker
({
format
:
'yyyy-mm-dd hh:
mm
'
,
format
:
'yyyy-mm-dd hh:
ii
'
,
pickTime
:
true
});
});
...
...
server/views/pages/guang/infoManager.html
View file @
7ea3dec
...
...
@@ -113,7 +113,7 @@
<
div
class
=
"col-sm-9"
>
<
input
type
=
"text"
readonly
=
"true"
class
=
"form-control hasDatepicker"
name
=
"publish_time"
style
=
"width:180px;"
placeholder
=
"yyyy-mm-dd hh:
mm
"
id
=
"datepicker"
required
=
"required"
>
style
=
"width:180px;"
placeholder
=
"yyyy-mm-dd hh:
ii
"
id
=
"datepicker"
required
=
"required"
>
<
/div
>
<
/div
>
</script>
...
...
Please
register
or
login
to post a comment