|
|
@@ -525,7 +525,7 @@
|
|
|
<li ng-class="{'active': active=='end'}" ng-click="setActive('end')"><a>已作废(<em ng-class="{'color-black': !unread.cancelled }" ng-bind="unread.cancelled || 0"></em>)</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <div class="screen check-filter" ng-if="active !== 'all'">
|
|
|
+ <div class="screen check-filter">
|
|
|
<div class="radio-block date-radio" ng-if="active !== 'all'" style="width: 33%">
|
|
|
时间:
|
|
|
<label class="com-check-radio">
|
|
|
@@ -579,7 +579,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="sreach-input fr">
|
|
|
- <input type="search" placeholder="单据编号/客户名称/物料名称" class="form-control" ng-model="keyword" ng-search="onSearch(keyword)"/>
|
|
|
+ <input type="search" placeholder="单据编号/客户名称/物料名称" class="form-control" ng-model="keyword" ng-search="onSearch(keyword)" ng-show="active !== 'all'"/>
|
|
|
+ <input type="search" placeholder="客户名称" class="form-control" ng-model="keyword" ng-search="onSearch(keyword)" ng-show="active === 'all'"/>
|
|
|
<a class="seek" href="javascript:void(0)" ng-click="onSearch(keyword)">搜索</a>
|
|
|
</div>
|
|
|
</div>
|