...
|
...
|
@@ -20,8 +20,8 @@ |
|
|
@click="handleDelList">批量发送
|
|
|
</el-button>
|
|
|
</div>
|
|
|
<tree-table :data="orgData" :eval-func="func" :eval-args="args" :expand-all="expandAll" stripe
|
|
|
style="font-size: 13px" border @selection-change="handleSelectionChange">
|
|
|
<tree-table :data="orgData" :eval-func="func" :expand-all="expandAll" stripe
|
|
|
style="font-size: 12px" border @selection-change="handleSelectionChange">
|
|
|
<el-table-column prop="waybillNo" label="主单号" width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.awba }}</span>
|
...
|
...
|
@@ -37,7 +37,7 @@ |
|
|
<span>{{ scope.row.flightno }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="航班日期" width="120px" align="center" sortable>
|
|
|
<el-table-column label="航班日期" width="120px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.flightdate }}</span>
|
|
|
</template>
|
...
|
...
|
@@ -502,7 +502,7 @@ |
|
|
}
|
|
|
return {
|
|
|
func: treeToArray,
|
|
|
expandAll: true,
|
|
|
expandAll:true,
|
|
|
total: 0,
|
|
|
loading: false,
|
|
|
listLoading: false,
|
...
|
...
|
@@ -510,11 +510,8 @@ |
|
|
multipleSelection: [],
|
|
|
dialogFormVisible: false,
|
|
|
dialogStatus: '',
|
|
|
country: country,
|
|
|
countryOption: [],
|
|
|
shpCompnyTypeOption: [],
|
|
|
dangerGoods: dangerGoods,
|
|
|
goodsPackage: goodsPackage,
|
|
|
textMap: {
|
|
|
update: '编辑',
|
|
|
create: '添加',
|
...
|
...
|
|