| | |
| | | float: right; } |
| | | .daterangepicker .calendar.left { |
| | | clear: none !important; } } |
| | | |
| | | /*datepicker button*/ |
| | | .date_button { |
| | | position: relative; |
| | | left: 9.3rem; |
| | | bottom: 1.5px; |
| | | border-radius: 3px; |
| | | font-size: 10px; |
| | | font-weight: bold; |
| | | } |
| | |
| | | '<div class="calendar left">' + |
| | | '<div class="daterangepicker_input">' + |
| | | '<input class="input-mini form-control" type="text" name="daterangepicker_start" value="" />' + |
| | | '<i class="fa fa-calendar glyphicon glyphicon-calendar"></i>' + |
| | | '<i class="fa fa-calendar glyphicon glyphicon-calendar"><button class="date_button">기간없음</button></i>' + |
| | | '<div class="calendar-time">' + |
| | | '<div></div>' + |
| | | '<i class="fa fa-clock-o glyphicon glyphicon-time"></i>' + |
| | |
| | | })() |
| | | }; |
| | | |
| | | alert($scope.vm.form.issueTypeId); |
| | | alert($scope.vm.form.companyId); |
| | | |
| | | Issue.add({ |
| | | method : "POST", |
| | | file : $scope.vm.form.files, |