|
|
@@ -23,9 +23,9 @@
|
|
|
@on-load="onLoad"
|
|
|
>
|
|
|
<template slot="menuLeft">
|
|
|
- <el-button type="primary" size="small" icon="el-icon-upload" @click="allClick('excel导入')">excel导入 </el-button>
|
|
|
- <el-button type="success" size="small" icon="el-icon-upload" @click="allClick('edi导入')">edi导入 </el-button>
|
|
|
- <el-button type="success" size="small" icon="el-icon-upload" @click="allClick('ftp导入')">ftp导入 </el-button>
|
|
|
+ <el-button type="primary" size="small" icon="el-icon-upload" @click="allClick('excel导入')">excelImport </el-button>
|
|
|
+ <el-button type="success" size="small" icon="el-icon-upload" @click="allClick('edi导入')">ediImport </el-button>
|
|
|
+ <el-button type="success" size="small" icon="el-icon-upload" @click="allClick('ftp导入')">ftpImport </el-button>
|
|
|
<!-- <el-button type="warning" size="small" disabled @click="outExport">导 出
|
|
|
</el-button> -->
|
|
|
</template>
|
|
|
@@ -164,23 +164,25 @@ export default {
|
|
|
searchIndex: 3,
|
|
|
column: [
|
|
|
{
|
|
|
- label: "文件类型",
|
|
|
+ label: "fileType",
|
|
|
prop: "fileType",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "导入时间",
|
|
|
+ label: "importDate",
|
|
|
prop: "importDate",
|
|
|
+ width:100,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "箱号",
|
|
|
+ label: "ContainerNO",
|
|
|
prop: "boxCode",
|
|
|
+ width:100,
|
|
|
search: true,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "场站",
|
|
|
+ label: "port",
|
|
|
prop: "stationCname",
|
|
|
overHidden: true,
|
|
|
search: true,
|
|
|
@@ -196,20 +198,21 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- label: "放箱号",
|
|
|
+ label: "ReleaseRef",
|
|
|
prop: "containerNumber",
|
|
|
+ width:100,
|
|
|
search: true,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "提单号",
|
|
|
+ label: "MBLNO",
|
|
|
prop: "billNo",
|
|
|
search: true,
|
|
|
hide: true,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "港口",
|
|
|
+ label: "port",
|
|
|
prop: "portCname",
|
|
|
overHidden: true,
|
|
|
search: true,
|
|
|
@@ -225,13 +228,13 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- label: "状态",
|
|
|
+ label: "STATUS",
|
|
|
prop: "boxDynamics",
|
|
|
// search: true,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "接口状态",
|
|
|
+ label: "ApiStatus",
|
|
|
prop: "description",
|
|
|
search: true,
|
|
|
overHidden: true,
|
|
|
@@ -249,8 +252,9 @@ export default {
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- label: "同步状态",
|
|
|
+ label: "syncStatus",
|
|
|
prop: "synchronizationStatus",
|
|
|
+ width:120,
|
|
|
search: true,
|
|
|
overHidden: true,
|
|
|
cell: true,
|
|
|
@@ -275,17 +279,18 @@ export default {
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- label: "请求内容",
|
|
|
+ label: "requestContent",
|
|
|
prop: "requestContent",
|
|
|
+ width:120,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "失败原因",
|
|
|
+ label: "reason",
|
|
|
prop: "reason",
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "备注",
|
|
|
+ label: "Remarks",
|
|
|
prop: "remarks",
|
|
|
cell: true,
|
|
|
overHidden: true
|