|
@@ -33,7 +33,7 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<template slot="right">
|
|
<template slot="right">
|
|
- <ws-input v-model="warehouseName" placeholder="请输入仓库名" clearable maxlength="500" type="input" class="findValue">
|
|
|
|
|
|
+ <ws-input @keyup.enter.native="find()" v-model="warehouseName" placeholder="请输入仓库名" clearable maxlength="500" type="input" class="findValue">
|
|
</ws-input>
|
|
</ws-input>
|
|
<!-- v-hasPermission="'procurement.sparepart.directShip'" -->
|
|
<!-- v-hasPermission="'procurement.sparepart.directShip'" -->
|
|
<ws-button class="find" type="primary" @click="find()"><img width="16" height="16" style="
|
|
<ws-button class="find" type="primary" @click="find()"><img width="16" height="16" style="
|