...
|
...
|
@@ -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
|
|
|
});
|
|
|
});
|
...
|
...
|
|