|
@@ -206,7 +206,7 @@ export default {
|
|
|
'outTransferredBaggageCount',
|
|
|
'tounLoad',
|
|
|
'unLoad',
|
|
|
- 'checkInNumber',
|
|
|
+ // 'checkInNumber',
|
|
|
'unActive',
|
|
|
'preLoad',
|
|
|
'midIn',
|
|
@@ -215,7 +215,7 @@ export default {
|
|
|
'sortNumber',
|
|
|
'loadNumber',
|
|
|
'landingNumber',
|
|
|
- 'checkIns',
|
|
|
+ // 'checkIns',
|
|
|
'noBSM'
|
|
|
].includes(column.property) &&
|
|
|
row[column.property]
|
|
@@ -248,7 +248,7 @@ export default {
|
|
|
'outTransferredBaggageCount',
|
|
|
'tounLoad',
|
|
|
'unLoad',
|
|
|
- 'checkInNumber',
|
|
|
+ // 'checkInNumber',
|
|
|
'unActive',
|
|
|
'preLoad',
|
|
|
'midIn',
|
|
@@ -257,7 +257,7 @@ export default {
|
|
|
'sortNumber',
|
|
|
'loadNumber',
|
|
|
'landingNumber',
|
|
|
- 'checkIns',
|
|
|
+ // 'checkIns',
|
|
|
'noBSM'
|
|
|
].includes(column.property)
|
|
|
) {
|
|
@@ -364,19 +364,19 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
break
|
|
|
- case 'checkInNumber':
|
|
|
- this.$router.push({
|
|
|
- path: '/advance',
|
|
|
- query: {
|
|
|
- flightNO: row.flightNO,
|
|
|
- startDate: row.flightDate,
|
|
|
- endDate: row.flightDate,
|
|
|
- departureStation: this.formData.currentAirport,
|
|
|
- destination: row.targetAirport,
|
|
|
- checkIn: 1
|
|
|
- }
|
|
|
- })
|
|
|
- break
|
|
|
+ // case 'checkInNumber':
|
|
|
+ // this.$router.push({
|
|
|
+ // path: '/advance',
|
|
|
+ // query: {
|
|
|
+ // flightNO: row.flightNO,
|
|
|
+ // startDate: row.flightDate,
|
|
|
+ // endDate: row.flightDate,
|
|
|
+ // departureStation: this.formData.currentAirport,
|
|
|
+ // destination: row.targetAirport,
|
|
|
+ // checkIn: 1
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // break
|
|
|
case 'unActive':
|
|
|
this.$router.push({
|
|
|
path: '/advance',
|
|
@@ -466,19 +466,19 @@ export default {
|
|
|
})
|
|
|
break
|
|
|
}
|
|
|
- case 'checkIns':
|
|
|
- this.$router.push({
|
|
|
- path: '/advance',
|
|
|
- query: {
|
|
|
- flightNO: row.flightNO,
|
|
|
- startDate: row.flightDate,
|
|
|
- endDate: row.flightDate,
|
|
|
- departureStation: row.departureAirport,
|
|
|
- destination: this.formData.currentAirport,
|
|
|
- checkIn: 1
|
|
|
- }
|
|
|
- })
|
|
|
- break
|
|
|
+ // case 'checkIns':
|
|
|
+ // this.$router.push({
|
|
|
+ // path: '/advance',
|
|
|
+ // query: {
|
|
|
+ // flightNO: row.flightNO,
|
|
|
+ // startDate: row.flightDate,
|
|
|
+ // endDate: row.flightDate,
|
|
|
+ // departureStation: row.departureAirport,
|
|
|
+ // destination: this.formData.currentAirport,
|
|
|
+ // checkIn: 1
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // break
|
|
|
default:
|
|
|
break
|
|
|
}
|