作者 小范

航班配置查询更新

... ... @@ -7,11 +7,11 @@
</el-col>
</el-row>
<!-- 搜索区域-->
<el-row>
<el-row style="padding-top: 20px">
<el-form :label-position="labelPosition" :model="queryConfigure" ref="queryFlight"
label-width="130px" class="demo-ruleForm">
<el-col :span="6" >
<el-col :span="8" style="margin-right: 170px">
<el-form-item label="航班号:" prop="flightNo" label-width="80px">
<el-input v-model="queryConfigure.flightNo" style="width:190px"></el-input>
</el-form-item>
... ... @@ -28,7 +28,7 @@
border
height="500"
v-loading="tableloading"
style="width: 100%;margin-bottom: 10px">
style="margin-bottom: 20px;margin-top: 10px">
<el-table-column
fixed="left"
label="操作"
... ... @@ -49,7 +49,7 @@
label="航班号">
</el-table-column>
<el-table-column
prop="ietype"
prop="ieType"
label="进出港">
</el-table-column>
<el-table-column
... ... @@ -174,7 +174,7 @@
//获取进港航班配置查询列表
submitForm() {
let params = {
pageNum: this.pageNum, pageSize: this.pageSize, flightNo: this.queryConfigure.flightNo,ietype:'0'
pageNum: this.pageNum, pageSize: this.pageSize, flightNo: this.queryConfigure.flightNo,ieType:'0'
};
this.tableloading = true;
selectSchedule(params).then(res => {
... ...