<div class="popover"> <div class="arrow"></div> <div class="popover-content"> <div> <table class="table table-responsive"> <tr> <td> <span translate="TBAccountCode"></span> <input class="form-control input-width-middle" type="text" id="segment3" ng-model="queryParams.segment3" /> </td> </tr> <tr> <td> <span translate="AccountName"></span> <input class="form-control input-width-middle" type="text" id="segment3Name" ng-model="queryParams.segment3Name" /> </td> </tr> <tr> <td> <span translate="ProfitCenterCode"></span> <input class="form-control input-width-middle" type="text" id="segment5" ng-model="queryParams.segment5" /> </td> </tr> <tr> <td> <span translate="ProfitCenterName"></span> <input class="form-control input-width-middle" type="text" id="segment5Name" ng-model="queryParams.segment5Name" /> </td> </tr> <tr> <td> <span translate="ProductCode"></span> <input class="form-control input-width-middle" type="text" id="segment6" ng-model="queryParams.segment6" /> </td> </tr> <tr> <td> <span translate="TBProductName"></span> <input class="form-control input-width-middle" type="text" id="segment6Name" ng-model="queryParams.segment6Name" /> </td> </tr> <tr> <td> <span translate="Summary"></span> <input class="form-control input-width-middle" type="text" id="description" ng-model="queryParams.description" /> </td> </tr> <tr> <td> <span translate="IsContainsAdjustmentRecord"></span> <input class="form-control input-width-middle" type="text" id="containsAdjustmentRecord" ng-model="queryParams.containsAdjustmentRecord" /> </td> </tr> <!--<tr> <td> <span translate="InvoiceFPLXQuery"></span> <div class="ui-select-has-border input-width-middle"> <ui-select ng-model="InvoiceType.selected" search-enabled="false" style="text-align:left;" class="input-width-middle"> <ui-select-match>{{$select.selected.name}}</ui-select-match> <ui-select-choices repeat="item in invoiceTypeList | propsFilter: {name: $select.search}"> <div title="{{item.name}}" ng-bind-html="item.name"></div> </ui-select-choices> </ui-select> </div> </td> </tr> <tr> <td> <span translate="InvoiceRZJGQuery"></span> <div class="ui-select-has-border input-width-middle"> <ui-select ng-model="CertificationStatus.selected" search-enabled="false" style="text-align: left; " class="input-width-middle"> <ui-select-match>{{$select.selected.name}}</ui-select-match> <ui-select-choices repeat="item in cetificationResultList | propsFilter: {name: $select.search}"> <div title="{{item.name}}" ng-bind-html="item.name"></div> </ui-select-choices> </ui-select> </div> </td> </tr>--> </table> </div> <div class="row"> <div style="float:right;margin-right:10px;"> <button class="btn btn-default btn-primary" ng-click="doDataFilter('')"> <span class="fa fa-chevron-down" aria-hidden="true"> </span> <span translate="Confirm"></span> </button> <button class="btn btn-default margin-right10" ng-click="doDataFilterReset()"> <span class="fa fa-times" aria-hidden="true"> </span> <span translate="Reset"></span> </button> </div> </div> </div> </div>