فهرست منبع

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc

gjy 2 سال پیش
والد
کامیت
ce8d0885b4
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      src/views/statisticalReport/autoSettlementList.vue

+ 3 - 2
src/views/statisticalReport/autoSettlementList.vue

@@ -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) => {