|
|
@@ -601,7 +601,7 @@
|
|
|
max-date="endDate" current-text="今天" clear-text="清除" close-text="关闭"
|
|
|
datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
|
|
|
ng-click="openDatePicker($event, condition, 'startDateOpen',1)"
|
|
|
- ng-change="onDateCondition()"/>
|
|
|
+ ng-change="onDateCondition(true)"/>
|
|
|
<button class="open" ng-click="openDatePicker($event, condition, 'startDateOpen')"></button>
|
|
|
</div>
|
|
|
|
|
|
@@ -614,7 +614,7 @@
|
|
|
min-date="startDate" current-text="今天" clear-text="清除" close-text="关闭"
|
|
|
datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
|
|
|
ng-click="openDatePicker($event, condition, 'endDateOpen',2)"
|
|
|
- ng-change="onDateCondition()"/>
|
|
|
+ ng-change="onDateCondition(false)"/>
|
|
|
<button class="open" ng-click="openDatePicker($event, condition, 'endDateOpen')"></button>
|
|
|
</div>
|
|
|
</div>
|