作者 小范

运输工具通用查询

... ... @@ -224,49 +224,55 @@
</template>
</el-table-column>
<el-table-column
fixed
prop="name"
label="姓名"
width="150">
</el-table-column>
<el-table-column
fixed
prop="gender"
label="性别"
width="150">
</el-table-column>
<el-table-column
fixed
prop="nationality"
label="国籍"
width="150">
</el-table-column>
<el-table-column
fixed
prop="certType"
label="证件类型"
width="150">
</el-table-column>
<el-table-column
fixed
prop="ceterNo"
label="证件编辑"
width="150">
</el-table-column>
<el-table-column
fixed
prop="gareer"
label="职务"
width="150">
</el-table-column>
<el-table-column
fixed
prop="meno"
label="备注"
width="350">
</el-table-column>
</el-table>
</el-row>
<el-row>
<div class="block">
<el-pagination
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="currentPage"
:page-sizes="[10, 20, 30, 40]"
:page-size="pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="total">
</el-pagination>
</div>
</el-row>
<!--对话提示框-->
<el-row>
<el-dialog
... ... @@ -458,6 +464,10 @@ background-color: white;
flightDate: '20160502',
}],
centerDialogVisible:false,
labelPosition:'left',
currentPage: 1,
pageSize:10,
total:0,
msg:undefined
}
},
... ... @@ -491,11 +501,12 @@ background-color: white;
},
// 分页
handleSizeChange(val) {
console.log(`每页 ${val} 条`);
this.pageSize=val;
},
handleCurrentChange(val) {
console.log(`当前页: ${val}`);
},
this.currentPage=val;
this.submitForm();
}
},
mounted(){
this.defaultData();
... ...
... ... @@ -44,67 +44,56 @@
</template>
</el-table-column>
<el-table-column
fixed
prop=airwayCode"
label="航空器所有人代码"
width="120">
</el-table-column>
<el-table-column
fixed
prop="airwayNameEn"
label="所有人英文名称"
width="120">
</el-table-column>
<el-table-column
fixed
prop="airwayNameCn"
label="所有人中文名称"
width="150">
</el-table-column>
<el-table-column
fixed
prop="aircraftNo"
label="航空器注册编号"
width="120">
</el-table-column>
<el-table-column
fixed
prop="certNo"
label="国际证书编号"
width="120">
</el-table-column>
<el-table-column
fixed
prop="ownerCo"
label="航空器所有人"
width="120">
</el-table-column>
<el-table-column
fixed
prop="areoNationality"
label="国籍"
width="80">
</el-table-column>
<el-table-column
fixed
prop="areoModel"
label="机型"
width="80">
</el-table-column>
<el-table-column
fixed
prop="deliverDate"
label="交付日期"
width="120">
</el-table-column>
<el-table-column
fixed
prop="statusMsg"
label="海关回执"
width="120">
</el-table-column>
<el-table-column
fixed
prop=""
label="报文操作"
width="150">
... ...
... ... @@ -53,62 +53,51 @@
</template>
</el-table-column>
<el-table-column
fixed
prop="flightNo"
label="航班号"
width="80">
</el-table-column>
<el-table-column
fixed
prop="flightDate"
label="航班日期"
width="120">
</el-table-column>
<el-table-column
fixed
prop="aircraftNo"
label="航空器注册编码"
width="120">
</el-table-column>
<el-table-column
fixed
prop="departurePort"
label="出发港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="arrivalPort"
label="目的港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="customDistrictNo"
label="关区代码"
width="80">
</el-table-column>
<el-table-column
fixed
prop="transportflag"
label="运输计划"
width="150">
</el-table-column>
<el-table-column
fixed
prop="departuredatetime"
label="离港时间"
width="120">
</el-table-column>
<el-table-column
fixed
prop="statusMsg"
label="海关回执"
width="150">
</el-table-column>
<el-table-column
fixed
prop=""
label="报文操作"
width="150">
... ...
... ... @@ -59,61 +59,51 @@
</template>
</el-table-column>
<el-table-column
fixed
prop=aircraftNo"
label="航空器注册号"
width="120">
</el-table-column>
<el-table-column
fixed
prop="flightNo"
label="航班号"
width="80">
</el-table-column>
<el-table-column
fixed
prop="flightDate"
label="航班日期"
width="150">
</el-table-column>
<el-table-column
fixed
prop="accessFlag"
label="进出港标识"
width="120">
</el-table-column>
<el-table-column
fixed
prop="departureAirport"
label="出发港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="departuredatetime"
label="出发时间"
width="150">
</el-table-column>
<el-table-column
fixed
prop="arrivalAirport"
label="目的港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="arrivaldatetime"
label="到达时间"
width="150">
</el-table-column>
<el-table-column
fixed
prop="statusMsg"
label="海关回执"
width="150">
</el-table-column>
<el-table-column
fixed
prop=""
label="报文操作"
width="150">
... ...
... ... @@ -39,49 +39,41 @@
</template>
</el-table-column>
<el-table-column
fixed
prop="username"
label="用户名"
width="120">
</el-table-column>
<el-table-column
fixed
prop="flightno"
label="航班号"
width="80">
</el-table-column>
<el-table-column
fixed
prop="ietype"
label="进出港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="createby"
label="创建人"
width="120">
</el-table-column>
<el-table-column
fixed
prop="createtime"
label="创建时间"
width="120">
</el-table-column>
<el-table-column
fixed
prop="updateby"
label="更新人"
width="120">
</el-table-column>
<el-table-column
fixed
prop="updatetime"
label="更新时间"
width="120">
</el-table-column>
<el-table-column
fixed
prop=""
label="报文操作"
width="150">
... ...
... ... @@ -53,61 +53,51 @@
</template>
</el-table-column>
<el-table-column
fixed
prop="flightNo"
label="航班号"
width="80">
</el-table-column>
<el-table-column
fixed
prop="flightDate"
label="航班日期"
width="120">
</el-table-column>
<el-table-column
fixed
prop="aircraftNo"
label="航空器注册编码"
width="120">
</el-table-column>
<el-table-column
fixed
prop="arrivalPort"
label="目的港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="customDistrictNo"
label="关区代码"
width="80">
</el-table-column>
<el-table-column
fixed
prop="transportflag"
label="运输计划"
width="80">
</el-table-column>
<el-table-column
fixed
prop="departuredatetime"
label="离港时间"
width="120">
</el-table-column>
<el-table-column
fixed
prop="arrivaldatetime"
label="抵港时间"
width="120">
</el-table-column>
<el-table-column
fixed
prop="statusMsg"
label="海关回执"
width="150">
</el-table-column>
<el-table-column
fixed
prop=""
label="报文操作"
width="150">
... ...
... ... @@ -53,61 +53,51 @@
</template>
</el-table-column>
<el-table-column
fixed
prop="flightNo"
label="航班号"
width="80">
</el-table-column>
<el-table-column
fixed
prop="flightDate"
label="航班日期"
width="120">
</el-table-column>
<el-table-column
fixed
prop="aircraftNo"
label="航空器注册编码"
width="120">
</el-table-column>
<el-table-column
fixed
prop="departurePort"
label="出发港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="arrivalPort"
label="目的港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="customDistrictNo"
label="关区代码"
width="80">
</el-table-column>
<el-table-column
fixed
prop="transportflag"
label="运输计划"
width="120">
</el-table-column>
<el-table-column
fixed
prop="departuredatetime"
label="离港时间"
width="120">
</el-table-column>
<el-table-column
fixed
prop="statusMsg"
label="海关回执"
width="150">
</el-table-column>
<el-table-column
fixed
prop=""
label="报文操作"
width="150">
... ...
... ... @@ -53,61 +53,51 @@
</template>
</el-table-column>
<el-table-column
fixed
prop="flightNo"
label="航班号"
width="80">
</el-table-column>
<el-table-column
fixed
prop="flightDate"
label="航班日期"
width="120">
</el-table-column>
<el-table-column
fixed
prop="aircraftNo"
label="航空器注册编码"
width="120">
</el-table-column>
<el-table-column
fixed
prop="departurePort"
label="出发港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="arrivalPort"
label="目的港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="customDistrictNo"
label="关区代码"
width="80">
</el-table-column>
<el-table-column
fixed
prop="transportflag"
label="运输计划"
width="150">
</el-table-column>
<el-table-column
fixed
prop="departuredatetime"
label="离港时间"
width="120">
</el-table-column>
<el-table-column
fixed
prop="statusMsg"
label="海关回执"
width="150">
</el-table-column>
<el-table-column
fixed
prop=""
label="报文操作"
width="150">
... ...
... ... @@ -44,62 +44,51 @@
</template>
</el-table-column>
<el-table-column
fixed
prop="flightNo"
label="航班号"
width="80">
</el-table-column>
<el-table-column
fixed
prop="airwayCode"
label="航空公司代码"
width="120">
</el-table-column>
<el-table-column
fixed
prop="flightDate"
label="航空公司中文"
width="150">
</el-table-column>
<el-table-column
fixed
prop="transportAgentCode"
label="传输代理人"
width="120">
</el-table-column>
<el-table-column
fixed
prop="groundAgentCode"
label="地面代理人"
width="120">
</el-table-column>
<el-table-column
fixed
prop="linesType"
label="运输计划"
width="150">
</el-table-column>
<el-table-column
fixed
prop="flightType"
label="航班性质"
width="80">
</el-table-column>
<el-table-column
fixed
prop="shareFlightNo"
label="共享航班号"
width="150">
</el-table-column>
<el-table-column
fixed
prop="statusMsg"
label="海关回执"
width="150">
</el-table-column>
<el-table-column
fixed
prop=""
label="报文操作"
width="150">
... ...
... ... @@ -39,49 +39,41 @@
</template>
</el-table-column>
<el-table-column
fixed
prop="username"
label="用户名"
width="120">
</el-table-column>
<el-table-column
fixed
prop="flightno"
label="航班号"
width="80">
</el-table-column>
<el-table-column
fixed
prop="ietype"
label="进出港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="createby"
label="创建人"
width="120">
</el-table-column>
<el-table-column
fixed
prop="createtime"
label="创建时间"
width="120">
</el-table-column>
<el-table-column
fixed
prop="updateby"
label="更新人"
width="120">
</el-table-column>
<el-table-column
fixed
prop="updatetime"
label="更新时间"
width="120">
</el-table-column>
<el-table-column
fixed
prop=""
label="报文操作"
width="150">
... ...
... ... @@ -55,73 +55,61 @@
</template>
</el-table-column>
<el-table-column
fixed
prop="flightNo"
label="航班号"
width="80">
</el-table-column>
<el-table-column
fixed
prop="flightDate"
label="航班日期"
width="150">
</el-table-column>
<el-table-column
fixed
prop="departurePort"
label="出发港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="departureCustomNo"
label="关区代码"
width="80">
</el-table-column>
<el-table-column
fixed
prop="arrivalPort"
label="目的港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="arrivalCustomNo"
label="关区代码"
width="80">
</el-table-column>
<el-table-column
fixed
prop="currentTakeoffTime"
label="离港时间"
width="150">
</el-table-column>
<el-table-column
fixed
prop="currentLandingTime"
label="抵港时间"
width="150">
</el-table-column>
<el-table-column
fixed
prop="transportflag"
label="进出港"
width="80">
</el-table-column>
<el-table-column
fixed
prop="linesType"
label="执行任务类型"
width="150">
</el-table-column>
<el-table-column
fixed
prop="statusMsg"
label="海关回执"
width="150">
</el-table-column>
<el-table-column
fixed
prop=""
label="报文操作"
width="150">
... ...
... ... @@ -87,6 +87,7 @@
width="150">
</el-table-column>
<el-table-column
prop="remark"
label="报文操作"
width="250">
... ...
... ... @@ -44,73 +44,61 @@
</template>
</el-table-column>
<el-table-column
fixed
prop=ownerCo"
label="航空器所有人代码"
width="120">
</el-table-column>
<el-table-column
fixed
prop="airwayNameEn"
label="所有人英文名称"
width="120">
</el-table-column>
<el-table-column
fixed
prop="airwayNameCn"
label="所有人中文名称"
width="150">
</el-table-column>
<el-table-column
fixed
prop="aircraftNo"
label="航空器注册编号"
width="120">
</el-table-column>
<el-table-column
fixed
prop="certNo"
label="国际证书编号"
width="120">
</el-table-column>
<el-table-column
fixed
prop="owner"
label="航空器所有人"
width="120">
</el-table-column>
<el-table-column
fixed
prop="areoNationality"
label="国籍"
width="80">
</el-table-column>
<el-table-column
fixed
prop="areoModel"
label="机型"
width="80">
</el-table-column>
<el-table-column
fixed
prop="deliverDate"
label="交付日期"
width="120">
</el-table-column>
<el-table-column
fixed
prop="statusMsg"
label="海关回执"
width="120">
</el-table-column>
<el-table-column
fixed
prop="supervisoryProperty"
label="所有权监管"
width="120">
</el-table-column>
<el-table-column
fixed
prop=""
label="报文操作"
width="150">
... ...