|
|
@@ -127,9 +127,9 @@
|
|
|
max-date="purcInquiry.vendToDate" ng-required="true" current-text="今天"
|
|
|
clear-text="清除" close-text="关闭"
|
|
|
datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
|
|
|
- ng-focus="open($event, vendFromDateOpen)">
|
|
|
+ ng-focus="openF($event)">
|
|
|
<span class="input-group-btn">
|
|
|
- <button type="button" class="btn btn-default" ng-click="open($event, vendFromDateOpen)"><i class="glyphicon glyphicon-calendar"></i></button>
|
|
|
+ <button type="button" class="btn btn-default" ng-click="openF($event)"><i class="glyphicon glyphicon-calendar"></i></button>
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -139,15 +139,15 @@
|
|
|
</div>
|
|
|
<div class="toDate text-left">
|
|
|
<div class=" input-group input-group-sm input-trigger">
|
|
|
+ <span class="input-group-btn">
|
|
|
+ <button type="button" class="btn btn-default" ng-click="openT($event)"><i class="glyphicon glyphicon-calendar"></i></button>
|
|
|
+ </span>
|
|
|
<input type="text" class="form-control" placeholder="截止日期"
|
|
|
datepicker-popup="yyyy-MM-dd" is-open="vendToDateOpen" ng-model="purcInquiry.vendToDate"
|
|
|
min-date="purcInquiry.vendFromDate" ng-required="true" current-text="今天"
|
|
|
clear-text="清除" close-text="关闭"
|
|
|
datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
|
|
|
- ng-focus="open($event, vendToDateOpen)">
|
|
|
- <span class="input-group-btn">
|
|
|
- <button type="button" class="btn btn-default" ng-click="open($event, vendToDateOpen)"><i class="glyphicon glyphicon-calendar"></i></button>
|
|
|
- </span>
|
|
|
+ ng-focus="openT($event)">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|