|
|
@@ -1015,10 +1015,10 @@
|
|
|
class="form-control select-adder" placeholder="截止日期"
|
|
|
ng-class="{'error': !validObj.deadline}"
|
|
|
datepicker-popup="yyyy-MM-dd"
|
|
|
- is-open="condition.deadlineOpen"
|
|
|
+ is-open="condition[2].open"
|
|
|
min-date="nowDate" max-date="deadDate"
|
|
|
current-text="今天" clear-text="清除" close-text="关闭"
|
|
|
- ng-click="openDatePicker($event, condition, 'deadlineOpen',3)"
|
|
|
+ ng-click="openDatePicker($event, condition, 2)"
|
|
|
datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
|
|
|
ng-change="checkDeadline()"
|
|
|
/>
|