|
|
@@ -2,15 +2,15 @@
|
|
|
<div class="headerline">
|
|
|
<span class="content"><i class="fa fa-fw fa-edit text-primary"></i>主动报价 - 选择客户</span>
|
|
|
</div>
|
|
|
- <!-- <form class="form-horizontal">
|
|
|
+ <form class="form-horizontal">
|
|
|
<div class="form-group">
|
|
|
<label class="col-md-2 col-sm-2 control-label">筛选:</label>
|
|
|
<div class="col-md-8 col-sm-8">
|
|
|
- <input type="text" class="form-control input-sm"
|
|
|
- required placeholder="输入客户名称关键字查询" autofocus>
|
|
|
+ <input type="search" class="form-control input-sm" ng-model="keyword" ng-search="onSearch()" placeholder="输入企业名称、简称或申请人搜索" />
|
|
|
+ <a class="btn input-group-addon" ng-click="onSearch()">搜索</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </form> -->
|
|
|
+ </form>
|
|
|
<table class="block table table-default table-striped table-bordered"
|
|
|
ng-table="tableParams">
|
|
|
<thead>
|