|
@@ -34,10 +34,10 @@
|
|
class="btnAn"
|
|
class="btnAn"
|
|
@click="gjFlag = true"
|
|
@click="gjFlag = true"
|
|
>高级查询</button>
|
|
>高级查询</button>
|
|
- <div
|
|
|
|
|
|
+ <!-- <div
|
|
class="setting"
|
|
class="setting"
|
|
@click="show"
|
|
@click="show"
|
|
- />
|
|
|
|
|
|
+ /> -->
|
|
</div>
|
|
</div>
|
|
</Search>
|
|
</Search>
|
|
</div>
|
|
</div>
|
|
@@ -334,6 +334,22 @@
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <el-col :span="8">
|
|
|
|
+ <el-form-item label="中转进航班">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="form.transferArrival"
|
|
|
|
+ size="small"
|
|
|
|
+ />
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="8">
|
|
|
|
+ <el-form-item label="中转出航班">
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="form.transferDeparture"
|
|
|
|
+ size="small"
|
|
|
|
+ />
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</el-form>
|
|
</el-form>
|
|
</div>
|
|
</div>
|
|
@@ -401,7 +417,9 @@ export default {
|
|
U_Device_ID: '',
|
|
U_Device_ID: '',
|
|
name: '',
|
|
name: '',
|
|
pnr: '',
|
|
pnr: '',
|
|
- check: ''
|
|
|
|
|
|
+ check: '',
|
|
|
|
+ transferArrival:'',
|
|
|
|
+ transferDeparture:''
|
|
},
|
|
},
|
|
dataContent: [],
|
|
dataContent: [],
|
|
rules: {
|
|
rules: {
|
|
@@ -440,7 +458,7 @@ export default {
|
|
document.querySelector('.interfaceLog_head_time_start .el-input__prefix').innerHTML = '开始:'
|
|
document.querySelector('.interfaceLog_head_time_start .el-input__prefix').innerHTML = '开始:'
|
|
document.querySelector('.interfaceLog_head_time_end .el-input__prefix i').remove()
|
|
document.querySelector('.interfaceLog_head_time_end .el-input__prefix i').remove()
|
|
document.querySelector('.interfaceLog_head_time_end .el-input__prefix').innerHTML = '结束:'
|
|
document.querySelector('.interfaceLog_head_time_end .el-input__prefix').innerHTML = '结束:'
|
|
- const { FlightNO, FlightDate,name,grade,startDate,endDate,station,destination ,UDeviceID} = this.$route.query
|
|
|
|
|
|
+ const { FlightNO, FlightDate,name,grade,startDate,endDate,station,destination ,UDeviceID,transferArrival,transferDeparture} = this.$route.query
|
|
if (FlightNO && FlightDate) {
|
|
if (FlightNO && FlightDate) {
|
|
this.$router.replace(this.$route.path)
|
|
this.$router.replace(this.$route.path)
|
|
const parsedTime = parseTime(new Date(FlightDate), '{y}-{m}-{d}')
|
|
const parsedTime = parseTime(new Date(FlightDate), '{y}-{m}-{d}')
|
|
@@ -493,6 +511,14 @@ export default {
|
|
this.form['U_Device_ID'] = UDeviceID
|
|
this.form['U_Device_ID'] = UDeviceID
|
|
this.onCheckGj()
|
|
this.onCheckGj()
|
|
}
|
|
}
|
|
|
|
+ if(transferArrival){
|
|
|
|
+ this.form['transferArrival'] = transferArrival
|
|
|
|
+ this.onCheckGj()
|
|
|
|
+ }
|
|
|
|
+ if(transferDeparture){
|
|
|
|
+ this.form['transferDeparture'] = transferDeparture
|
|
|
|
+ this.onCheckGj()
|
|
|
|
+ }
|
|
},
|
|
},
|
|
updated() {
|
|
updated() {
|
|
// table数据更新
|
|
// table数据更新
|
|
@@ -544,7 +570,9 @@ export default {
|
|
U_Device_ID: '',
|
|
U_Device_ID: '',
|
|
name: '',
|
|
name: '',
|
|
pnr: '',
|
|
pnr: '',
|
|
- check: ''
|
|
|
|
|
|
+ check: '',
|
|
|
|
+ transferArrival:'',
|
|
|
|
+ transferDeparture:''
|
|
}
|
|
}
|
|
if (this.timeStart == '' || this.timeEnd == '' || val == '') {
|
|
if (this.timeStart == '' || this.timeEnd == '' || val == '') {
|
|
this.$message.error('请先输入完整查询信息')
|
|
this.$message.error('请先输入完整查询信息')
|
|
@@ -603,7 +631,7 @@ export default {
|
|
// 参数顺序 【航班开始日期,航班结束日期,航班号,航班号,行李牌号,行李牌号,起飞站,起飞站,目的站,目的站,特殊行李类型,特殊 行李类型,旅客姓名大写拼音,旅客姓名大写拼音,pnr,pnr,值机号,值机号】
|
|
// 参数顺序 【航班开始日期,航班结束日期,航班号,航班号,行李牌号,行李牌号,起飞站,起飞站,目的站,目的站,特殊行李类型,特殊 行李类型,旅客姓名大写拼音,旅客姓名大写拼音,pnr,pnr,值机号,值机号】
|
|
this.dataContent = []
|
|
this.dataContent = []
|
|
this.dataContent = []
|
|
this.dataContent = []
|
|
- const { time, status, flightNumber, destination, station, grade, type, U_Device_ID, name, pnr, check } = this.form
|
|
|
|
|
|
+ const { time, status, flightNumber, destination, station, grade, type, U_Device_ID, name, pnr, check,transferArrival,transferDeparture} = this.form
|
|
if (time && time.length) {
|
|
if (time && time.length) {
|
|
this.dataContent.push(time[0])
|
|
this.dataContent.push(time[0])
|
|
this.dataContent.push(time[1])
|
|
this.dataContent.push(time[1])
|
|
@@ -616,7 +644,9 @@ export default {
|
|
U_Device_ID == '' &&
|
|
U_Device_ID == '' &&
|
|
name == '' &&
|
|
name == '' &&
|
|
pnr == '' &&
|
|
pnr == '' &&
|
|
- check == ''
|
|
|
|
|
|
+ check == ''&&
|
|
|
|
+ transferArrival == ''&&
|
|
|
|
+ transferDeparture == ''
|
|
) {
|
|
) {
|
|
this.$message.error('请先输入查询信息')
|
|
this.$message.error('请先输入查询信息')
|
|
} else {
|
|
} else {
|
|
@@ -629,6 +659,8 @@ export default {
|
|
this.setDataContent(name)
|
|
this.setDataContent(name)
|
|
this.setDataContent(pnr)
|
|
this.setDataContent(pnr)
|
|
this.setDataContent(check)
|
|
this.setDataContent(check)
|
|
|
|
+ this.setDataContent(transferArrival)
|
|
|
|
+ this.setDataContent(transferDeparture)
|
|
this.setDataContent(U_Device_ID)
|
|
this.setDataContent(U_Device_ID)
|
|
this.statItemsQueryByStatMain(this.dataContent)
|
|
this.statItemsQueryByStatMain(this.dataContent)
|
|
this.gjFlag = false
|
|
this.gjFlag = false
|