|
|
|
@ -215,6 +215,12 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
width: 100,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '分单号',
|
|
|
|
|
dataIndex: 'hblNo',
|
|
|
|
|
width: 100,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '提单签发状态',
|
|
|
|
|
dataIndex: 'statusName',
|
|
|
|
@ -222,11 +228,29 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '签单方式',
|
|
|
|
|
title: '提单类型',
|
|
|
|
|
dataIndex: 'blTypeName',
|
|
|
|
|
width: 100,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '业务类型',
|
|
|
|
|
dataIndex: 'busiTypeName',
|
|
|
|
|
width: 100,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '签单方式',
|
|
|
|
|
dataIndex: 'issueType',
|
|
|
|
|
width: 100,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '主单分单',
|
|
|
|
|
dataIndex: 'masterHBillName',
|
|
|
|
|
width: 100,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '最近操作人',
|
|
|
|
|
dataIndex: 'updateUserName',
|
|
|
|
@ -247,7 +271,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '结算方式',
|
|
|
|
|
dataIndex: 'createByName',
|
|
|
|
|
dataIndex: 'stlName',
|
|
|
|
|
width: 100,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
@ -299,12 +323,6 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
width: 100,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '业务类型',
|
|
|
|
|
dataIndex: 'busiTypeName',
|
|
|
|
|
width: 100,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '起运港',
|
|
|
|
|
dataIndex: 'loadPort',
|
|
|
|
@ -397,31 +415,31 @@ export const detailColumns: BasicColumn[] = [
|
|
|
|
|
{
|
|
|
|
|
title: '操作人',
|
|
|
|
|
dataIndex: 'createUserName',
|
|
|
|
|
width: 100,
|
|
|
|
|
width: 80,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '操作时间',
|
|
|
|
|
dataIndex: 'createTime',
|
|
|
|
|
width: 120,
|
|
|
|
|
width: 130,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '动作',
|
|
|
|
|
dataIndex: 'actionName',
|
|
|
|
|
width: 100,
|
|
|
|
|
width: 80,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '结果',
|
|
|
|
|
dataIndex: 'result',
|
|
|
|
|
width: 50,
|
|
|
|
|
width: 45,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '备注',
|
|
|
|
|
dataIndex: 'note',
|
|
|
|
|
width: 100,
|
|
|
|
|
width: 90,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
@ -435,17 +453,17 @@ export const feeColumns: BasicColumn[] = [
|
|
|
|
|
{
|
|
|
|
|
title: 'RMB应收欠费(超期)',
|
|
|
|
|
dataIndex: 'noPayAmountCNY',
|
|
|
|
|
width: 140,
|
|
|
|
|
width: 130,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: 'USD应收欠费(超期)',
|
|
|
|
|
dataIndex: 'noPayAmountUSD',
|
|
|
|
|
width: 140,
|
|
|
|
|
width: 130,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '合计应收欠费(超期)',
|
|
|
|
|
dataIndex: 'noPayAmountTotal',
|
|
|
|
|
width: 140,
|
|
|
|
|
width: 130,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|