|
@@ -26,16 +26,19 @@
|
|
|
prop="indexs"
|
|
|
label="序号"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="dat"
|
|
|
label="时间"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
prop="weight"
|
|
|
label="重量(吨)"
|
|
|
>
|
|
@@ -62,16 +65,19 @@
|
|
|
prop="indexs"
|
|
|
label="序号"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="dat"
|
|
|
label="时间"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
prop="flightNum"
|
|
|
label="重量(吨)"
|
|
|
>
|
|
@@ -98,22 +104,26 @@
|
|
|
prop="indexs"
|
|
|
label="序号"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="dat"
|
|
|
label="时间"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
prop="flightNum"
|
|
|
label="运单数(单)"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
prop="weight"
|
|
|
label="重量(吨)"
|
|
|
>
|
|
@@ -140,16 +150,19 @@
|
|
|
prop="indexs"
|
|
|
label="序号"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="fdt"
|
|
|
label="时间"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
prop="weight"
|
|
|
label="重量(吨)"
|
|
|
>
|
|
@@ -177,42 +190,49 @@
|
|
|
prop="indexs"
|
|
|
label="序号"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="flightdate"
|
|
|
label="日期"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="flightNo"
|
|
|
label="航班号"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="line"
|
|
|
label="航线"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="stand"
|
|
|
label="机位"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="totalWeight"
|
|
|
label="货物总重 (KG)"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="pullWeight"
|
|
|
label="拉货 (KG)"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<!-- <el-table-column
|
|
@@ -255,66 +275,77 @@
|
|
|
prop="indexs"
|
|
|
label="序号"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="IATACode"
|
|
|
label="航司"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="flightNO"
|
|
|
label="航班号"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="flightDate"
|
|
|
label="执飞日期"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="planLandingTime"
|
|
|
label="计划降落时间"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="acLandingTime"
|
|
|
label="实际降落时间"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="target"
|
|
|
label="航程"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="unLoadTime"
|
|
|
label="卸机时间"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="planeDownTime_IN"
|
|
|
label="库区到达时间"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="depotJoinTime_IN"
|
|
|
label="货站交接时间"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="tallyTime_in"
|
|
|
label="理货时间"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -340,84 +371,98 @@
|
|
|
prop="indexs"
|
|
|
label="序号"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="flightDate"
|
|
|
label="执飞日期"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="planFlightNum"
|
|
|
label="计划航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="finishFlightNum"
|
|
|
label="已完成航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="ygmNum"
|
|
|
label="一个码航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="speNum"
|
|
|
label="特货航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="receiveSureNum"
|
|
|
label="收运核单航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="securityNum"
|
|
|
label="安检放行航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="addCargoNum"
|
|
|
label="加货航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="stowageNum"
|
|
|
label="预配载航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="depotJoinNum"
|
|
|
label="交接复核航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="planeDownNum"
|
|
|
label="机下交接航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="pullNum"
|
|
|
label="拉下航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="pullSureNum"
|
|
|
label="拉回确认航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -443,60 +488,70 @@
|
|
|
prop="indexs"
|
|
|
label="序号"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="flightDate"
|
|
|
label="执飞日期"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="planFlightNum"
|
|
|
label="计划航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="finishFlightNum"
|
|
|
label="已完成航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="speNum"
|
|
|
label="特货航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="unLoadNum"
|
|
|
label="卸机航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="arriveNum"
|
|
|
label="库区到达航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="depotJoinNum"
|
|
|
label="货站交接航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="tallyNum"
|
|
|
label="理货航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="outWarehouseNum"
|
|
|
label="出库航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -522,96 +577,112 @@
|
|
|
prop="indexs"
|
|
|
label="序号"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="flightDate"
|
|
|
label="执飞日期"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="planFlightNum"
|
|
|
label="计划航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="finishFlightNum"
|
|
|
label="已完成航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="speNum"
|
|
|
label="特货航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="enterParkNum"
|
|
|
label="入园航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="enterCustomsNum"
|
|
|
label="海关放行航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="toStationNum"
|
|
|
label="运抵货站航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="securityNum"
|
|
|
label="安检放行航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="receiveSureNum"
|
|
|
label="收运核单航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="tallyNum"
|
|
|
label="理货航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="requestDepotJoinNum"
|
|
|
label="发起货站交接航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="resureNum"
|
|
|
label="交接复核航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="planeDownNum"
|
|
|
label="机下交接航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="pullregisterNum"
|
|
|
label="拉下登记航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="stowageNum"
|
|
|
label="实配航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -637,66 +708,77 @@
|
|
|
prop="indexs"
|
|
|
label="序号"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="flightDate"
|
|
|
label="执飞日期"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="planFlightNum"
|
|
|
label="计划航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="finishFlightNum"
|
|
|
label="已完成航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="speNum"
|
|
|
label="特货航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="unloadNum"
|
|
|
label="卸机航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="planeDownTimeNum"
|
|
|
label="机下交接航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="depotJoinNum"
|
|
|
label="货站交接航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="tallyNum"
|
|
|
label="理货航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="passCustomsNum"
|
|
|
label="海关放行航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="outWarehouseNum"
|
|
|
label="出库航班数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -718,64 +800,81 @@
|
|
|
:summary-method="totalOutPrice"
|
|
|
:show-summary="tableProps.showSummary"
|
|
|
>
|
|
|
+ <el-table-column
|
|
|
+ prop="indexs"
|
|
|
+ label="序号"
|
|
|
+ :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
prop="dat"
|
|
|
label="日期"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="total"
|
|
|
label="汇总"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="landing"
|
|
|
label="进港"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="departure"
|
|
|
label="出港"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="d"
|
|
|
label="国内"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="i"
|
|
|
label="国际及地区"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="departure_d"
|
|
|
label="国内出港"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="landing_d"
|
|
|
label="国内进港"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="departure_i"
|
|
|
label="国际及地区出港"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="landing_i"
|
|
|
label="国际及地区进港"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -797,155 +896,194 @@
|
|
|
:summary-method="totalOutPrice"
|
|
|
:show-summary="tableProps.showSummary"
|
|
|
>
|
|
|
+ <el-table-column
|
|
|
+ prop="indexs"
|
|
|
+ label="序号"
|
|
|
+ :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
prop="dat"
|
|
|
label="日期"
|
|
|
width="100"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="alltxt"
|
|
|
+ label="总和"
|
|
|
+ :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t0"
|
|
|
label="t0"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t1"
|
|
|
label="t1"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t2"
|
|
|
label="t2"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t3"
|
|
|
label="t3"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t4"
|
|
|
label="t4"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t5"
|
|
|
label="t5"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t6"
|
|
|
label="t6"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t7"
|
|
|
label="t7"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t8"
|
|
|
label="t8"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t9"
|
|
|
label="t9"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t10"
|
|
|
label="t10"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t11"
|
|
|
label="t11"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t12"
|
|
|
label="t12"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t13"
|
|
|
label="t13"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t14"
|
|
|
label="t14"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t15"
|
|
|
label="t15"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t16"
|
|
|
label="t16"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t17"
|
|
|
label="t17"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t18"
|
|
|
label="t18"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t19"
|
|
|
label="t19"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t20"
|
|
|
label="t20"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t21"
|
|
|
label="t21"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t22"
|
|
|
label="t22"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="t23"
|
|
|
label="t23"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -967,71 +1105,89 @@
|
|
|
:summary-method="totalOutPrice"
|
|
|
:show-summary="tableProps.showSummary"
|
|
|
>
|
|
|
+ <el-table-column
|
|
|
+ prop="indexs"
|
|
|
+ label="序号"
|
|
|
+ :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
prop="dat"
|
|
|
label="日期"
|
|
|
width="100"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="ChannelId"
|
|
|
label="通道"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="codeNum"
|
|
|
label="绑图前条码数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="reCodeNum"
|
|
|
label="绑图前重复条码数据"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="accNum"
|
|
|
label="加货条码数量"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="reAccNum"
|
|
|
label="加货重复条码数量"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="pcs"
|
|
|
label="加货记录的该通道运单件数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="piclvs"
|
|
|
label="绑图前重码率"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="acclvs"
|
|
|
label="加货重码率"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="readlvs"
|
|
|
label="识读率"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="oklvs"
|
|
|
label="加货准确率"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -1053,77 +1209,96 @@
|
|
|
:summary-method="totalOutPrice"
|
|
|
:show-summary="tableProps.showSummary"
|
|
|
>
|
|
|
+ <el-table-column
|
|
|
+ prop="indexs"
|
|
|
+ label="序号"
|
|
|
+ :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
prop="dat"
|
|
|
label="日期"
|
|
|
width="100"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="cargoCompany"
|
|
|
label="代理人"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="ChannelId"
|
|
|
label="通道"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="codeNum"
|
|
|
label="绑图前条码数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="reCodeNum"
|
|
|
label="绑图前重复条码数据"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="accNum"
|
|
|
label="加货条码数量"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="reAccNum"
|
|
|
label="加货重复条码数量"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="pcs"
|
|
|
label="加货记录的该通道运单件数"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="piclvs"
|
|
|
label="绑图前重码率"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="acclvs"
|
|
|
label="加货重码率"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="readlvs"
|
|
|
label="识读率"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="oklvs"
|
|
|
label="加货准确率"
|
|
|
:show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
|
|
|
+ :align="tableColumnProperty.align"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
</el-table>
|