Эх сурвалжийг харах

跳转高级查询的查询条件增加

zhongxiaoyu 2 жил өмнө
parent
commit
68e5302c36

+ 12 - 1
src/views/baggageManagement/mixins/terminal.js

@@ -288,6 +288,7 @@ export default {
               transferDeparture: row.flightNO,
               startDate: row.preFlightDate,
               endDate: row.preFlightDate,
+              departureStation: row.preAirport,
               destination: this.formData.currentAirport
             }
           })
@@ -300,7 +301,8 @@ export default {
               transferArrival: row.preFlightNO,
               startDate: row.flightDate,
               endDate: row.flightDate,
-              departureStation: this.formData.currentAirport
+              departureStation: this.formData.currentAirport,
+              destination: row.targetAirport
             }
           })
           break
@@ -312,6 +314,7 @@ export default {
               startDate: row.flightDate,
               endDate: row.flightDate,
               departureStation: this.formData.currentAirport,
+              destination: row.targetAirport,
               unLoad: 0
             }
           })
@@ -324,6 +327,7 @@ export default {
               startDate: row.flightDate,
               endDate: row.flightDate,
               departureStation: this.formData.currentAirport,
+              destination: row.targetAirport,
               unLoad: 1
             }
           })
@@ -336,6 +340,7 @@ export default {
               startDate: row.flightDate,
               endDate: row.flightDate,
               departureStation: this.formData.currentAirport,
+              destination: row.targetAirport,
               checkIn: 1
             }
           })
@@ -348,6 +353,7 @@ export default {
               startDate: row.flightDate,
               endDate: row.flightDate,
               departureStation: this.formData.currentAirport,
+              destination: row.targetAirport,
               active: 0
             }
           })
@@ -360,6 +366,7 @@ export default {
               startDate: row.flightDate,
               endDate: row.flightDate,
               departureStation: this.formData.currentAirport,
+              destination: row.targetAirport,
               transferIn: 1
             }
           })
@@ -372,6 +379,7 @@ export default {
               startDate: row.flightDate,
               endDate: row.flightDate,
               departureStation: this.formData.currentAirport,
+              destination: row.targetAirport,
               canceled: 1
             }
           })
@@ -384,6 +392,7 @@ export default {
               startDate: row.flightDate,
               endDate: row.flightDate,
               departureStation: this.formData.currentAirport,
+              destination: row.targetAirport,
               noBSM: 0
             }
           })
@@ -405,6 +414,7 @@ export default {
               startDate: row.flightDate,
               endDate: row.flightDate,
               departureStation: this.formData.currentAirport,
+              destination: row.targetAirport,
               status: reflect[column.property]
             }
           })
@@ -417,6 +427,7 @@ export default {
               flightNO: row.flightNO,
               startDate: row.flightDate,
               endDate: row.flightDate,
+              departureStation: row.departureTerminal,
               destination: this.formData.currentAirport,
               checkIn: 1
             }