shenjunjie 7 years ago
parent
commit
e3f00449e0
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/main/webapp/resources/tpl/index/fa/apCheck.html

+ 3 - 1
src/main/webapp/resources/tpl/index/fa/apCheck.html

@@ -215,7 +215,9 @@
 							<div class="form-group form-group-sm has-feedback" dropdown auto-close="outsideClick"
 								 on-toggle="searchAdvance=open">
 								<input type="search" class="form-control input-sm" ng-model="keyword"
-									   ng-search="onSearch(keyword)" placeholder="输入单据编号、客户名称、物料名称搜索" style="width: 100%"/>
+									   ng-search="onSearch(keyword)" placeholder="输入单据编号、客户名称、物料名称搜索" style="width: 100%" ng-show="active !== 'all'"/>
+								<input type="search" class="form-control input-sm" ng-model="keyword"
+									   ng-search="onSearch(keyword)" placeholder="客户名称" style="width: 100%" ng-show="active == 'all'"/>
 								<a class="btn input-group-addon" ng-click="onSearch(keyword)">搜索</a>
 							</div>
 						</div>