|
@@ -48,7 +48,7 @@
|
|
|
<el-date-picker @change="datechange" format="yyyy-MM-dd" v-model="value2" type="daterange" unlink-panels range-separator="至"
|
|
|
start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptions">
|
|
|
</el-date-picker>
|
|
|
- <el-input v-model="carNo" placeholder="可按车牌号进行查找" clearable maxlength="500" type="input"
|
|
|
+ <el-input v-model="searchKeyWord" placeholder="可按车牌号进行查找" clearable maxlength="500" type="input"
|
|
|
class="findValue" @keyup.enter.native="find()"></el-input>
|
|
|
<ws-button class="find" type="primary" @click="find()"><img width="16" height="16" style="
|
|
|
vertical-align: text-top;
|
|
@@ -1662,7 +1662,8 @@ export default {
|
|
|
carType:this.carType,
|
|
|
carNo:this.carNo,
|
|
|
startDate:this.startDate,
|
|
|
- endDate:this.endDate
|
|
|
+ endDate:this.endDate,
|
|
|
+ searchKeyWord: this.searchKeyWord,
|
|
|
})
|
|
|
.toPromise()
|
|
|
.then((response) => {
|