|
@@ -20,8 +20,8 @@
|
|
<el-date-picker v-model="value2" type="daterange" align="right" unlink-panels range-separator="至"
|
|
<el-date-picker v-model="value2" type="daterange" align="right" unlink-panels range-separator="至"
|
|
start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptions">
|
|
start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptions">
|
|
</el-date-picker>
|
|
</el-date-picker>
|
|
- <ws-input v-model="searchKeyWord" placeholder="可按照合同编号、买方名称、卖方名称进行查找" clearable maxlength="500"
|
|
|
|
- type="input" class="findValue"></ws-input>
|
|
|
|
|
|
+ <el-input v-model="searchKeyWord" @keyup.enter.native="find()" placeholder="可按照合同编号、买方名称、卖方名称进行查找" clearable maxlength="500"
|
|
|
|
+ type="input" class="findValue"></el-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="
|
|
vertical-align: text-top;
|
|
vertical-align: text-top;
|