Browse Source

高级查询移除已值机选项

zhongxiaoyu 2 years ago
parent
commit
84f6a40dc2

+ 4 - 4
src/views/advancedQuery/views/advancedHome.vue

@@ -627,10 +627,10 @@ export default {
           prop: 'unLoad',
           label: '翻减状态'
         },
-        {
-          prop: 'checkIn',
-          label: '已值机'
-        },
+        // {
+        //   prop: 'checkIn',
+        //   label: '已值机'
+        // },
         {
           prop: 'active',
           label: '已激活'

+ 30 - 30
src/views/baggageManagement/mixins/terminal.js

@@ -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
       }