Showing
1 changed file
with
2 additions
and
2 deletions
@@ -8,7 +8,7 @@ var type = $("#basicForm").attr("role"),//类型 新增或修改 | @@ -8,7 +8,7 @@ var type = $("#basicForm").attr("role"),//类型 新增或修改 | ||
8 | action = $("#basicForm").data("action");//路由 | 8 | action = $("#basicForm").data("action");//路由 |
9 | var startTimeObj; | 9 | var startTimeObj; |
10 | var endTimeObj; | 10 | var endTimeObj; |
11 | -var limitStartTimeObj; | 11 | + |
12 | var customType = []; | 12 | var customType = []; |
13 | var shopPriceLimits=[]; | 13 | var shopPriceLimits=[]; |
14 | 14 | ||
@@ -75,7 +75,7 @@ var Bll = { | @@ -75,7 +75,7 @@ var Bll = { | ||
75 | __render: function (item, type) {//渲染界面 | 75 | __render: function (item, type) {//渲染界面 |
76 | $("#basicForm").html(common.util.__template2($("#couponListAdd-template").html(), item)); | 76 | $("#basicForm").html(common.util.__template2($("#couponListAdd-template").html(), item)); |
77 | e.init(); | 77 | e.init(); |
78 | - limitStartTimeObj = $("#limitStartTime").datetimepicker({ | 78 | + $("#limitStartTime").datetimepicker({ |
79 | timeFormat: 'HH:mm:ss', | 79 | timeFormat: 'HH:mm:ss', |
80 | showSecond: true | 80 | showSecond: true |
81 | }).data("datepicker"); | 81 | }).data("datepicker"); |
-
Please register or login to post a comment