| | |
| | | <el-select |
| | | v-if="equipChoose1==='car'" |
| | | v-model="carInput" |
| | | collapse-tags |
| | | multiple |
| | | clearable |
| | | placeholder="请选择走航车" |
| | | style="width: 180px;display: inline-block" |
| | | style="width: 280px;display: inline-block" |
| | | > |
| | | <el-option |
| | | v-for="(item,index) in carMac" |
| | |
| | | }], |
| | | carInput2: '', // 上传时走航车唯一标识 |
| | | carMac: [], // 走航车mac数组 |
| | | carInput: '', // 查询时走航车唯一标识 |
| | | carInput: [], // 查询时走航车唯一标识 |
| | | areaInput3: '', // 站点名称 |
| | | value1: [new Date(), new Date()], // 查询时时间段 |
| | | value2: [new Date(), new Date()], // 上传时间1 |
| | |
| | | }, |
| | | // 查询走行车报告 |
| | | selectExport () { |
| | | console.log(this.cityChoose) |
| | | console.log(this.carInput) |
| | | this.selectTime = this.newTime(this.value1) |
| | | if (this.cityChoose && this.equipChoose1 && this.selectTime[1]) { |
| | | // 判断无人机or走航车 |
| | | var mac = '' |
| | | var mac = null |
| | | if (this.equipChoose1 === 'car') { |
| | | mac = this.carInput |
| | | mac = this.carInput.join(',') |
| | | } else { |
| | | mac = this.planSelect |
| | | } |
| | |
| | | width: 0; |
| | | } |
| | | .dailyTop{ |
| | | width: 80%; |
| | | text-align: center; |
| | | margin:auto; |
| | | padding: 1%; |
| | | padding: 10px 0; |
| | | margin-bottom: 3%; |
| | | } |
| | | .dailyDown{ |