作者 小范

航班配置查询更新

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