|
|
@@ -264,7 +264,7 @@
|
|
|
</div>
|
|
|
<div class="invoice-search">
|
|
|
<div class="fr">
|
|
|
- <input type="text" ng-keydown="enterEvent($event)" class="form-control" ng-model="keyword" placeholder="订单号/发票抬头/收票人/联系电话"/>
|
|
|
+ <input type="text" ng-keydown="enterEvent($event, keyword)" class="form-control" ng-model="keyword" placeholder="订单号/发票抬头/收票人/联系电话"/>
|
|
|
<button ng-click="searchByKey(keyword)">搜索</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -337,7 +337,7 @@
|
|
|
<div class="vendor-invoice" ng-if="active == 'apply_record'">
|
|
|
<div class="invoice-search" style="margin-top: 5px;margin-bottom: 16px; width: 100%">
|
|
|
<div class="fr">
|
|
|
- <input type="text" ng-keydown="enterEvent($event)" class="form-control" ng-model="keyword" placeholder="订单号/发票抬头/收票人/联系电话"/>
|
|
|
+ <input type="text" ng-keydown="enterEvent($event, keyword)" class="form-control" ng-model="keyword" placeholder="订单号/发票抬头/收票人/联系电话"/>
|
|
|
<button ng-click="searchByKey(keyword)">搜索</button>
|
|
|
</div>
|
|
|
</div>
|