|
@@ -427,7 +427,7 @@ export default {
|
|
|
form: {
|
|
|
FlightNO: '',
|
|
|
destination: '',
|
|
|
- depatureStation: '',
|
|
|
+ departureStation: '',
|
|
|
baggageNO: '',
|
|
|
specialType: '',
|
|
|
U_Device_ID: '',
|
|
@@ -605,9 +605,9 @@ export default {
|
|
|
// this.statItemsQueryByStatMain(dataContent);
|
|
|
},
|
|
|
mounted() {
|
|
|
- window.addEventListener('keyup', () => {
|
|
|
- console.dir(document.activeElement)
|
|
|
- })
|
|
|
+ // window.addEventListener('keyup', () => {
|
|
|
+ // console.dir(document.activeElement)
|
|
|
+ // })
|
|
|
this.baggageTypeQuery()
|
|
|
document.querySelector('.interfaceLog_head_time_start .el-input__prefix i').remove()
|
|
|
document.querySelector('.interfaceLog_head_time_start .el-input__prefix').innerHTML = '开始:'
|
|
@@ -795,7 +795,7 @@ export default {
|
|
|
const {
|
|
|
FlightNO,
|
|
|
baggageNO,
|
|
|
- depatureStation,
|
|
|
+ departureStation,
|
|
|
destination,
|
|
|
specialType,
|
|
|
passengerName,
|
|
@@ -814,7 +814,7 @@ export default {
|
|
|
this.setDataContent(
|
|
|
FlightNO,
|
|
|
baggageNO,
|
|
|
- depatureStation,
|
|
|
+ departureStation,
|
|
|
destination,
|
|
|
specialType,
|
|
|
passengerName,
|