|
|
|
@ -30,14 +30,20 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 150,
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '序号',
|
|
|
|
|
// dataIndex: 'index',
|
|
|
|
|
// width: 50,
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
title: '当前箱业务状态',
|
|
|
|
|
dataIndex: 'ctnBizState',
|
|
|
|
|
title: '序号',
|
|
|
|
|
dataIndex: 'index',
|
|
|
|
|
width: 50,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '箱状态',
|
|
|
|
|
dataIndex: 'ctnState',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '箱流转状态',
|
|
|
|
|
dataIndex: 'ctnFlowState',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
@ -48,8 +54,14 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '船名航次',
|
|
|
|
|
dataIndex: 'vesselVoyno',
|
|
|
|
|
title: '船名',
|
|
|
|
|
dataIndex: 'vessel',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '航次',
|
|
|
|
|
dataIndex: 'voyno',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
@ -60,7 +72,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '状态时间',
|
|
|
|
|
title: '发生日期',
|
|
|
|
|
dataIndex: 'stateTime',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
@ -115,94 +127,88 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '新旧箱',
|
|
|
|
|
dataIndex: 'usedState',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '箱主',
|
|
|
|
|
dataIndex: 'ctnOwner',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '所属分部',
|
|
|
|
|
// dataIndex: 'orgid',
|
|
|
|
|
// title: '新旧箱',
|
|
|
|
|
// dataIndex: 'usedState',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// title: '箱主',
|
|
|
|
|
// dataIndex: 'ctnOwner',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// title: '箱来源',
|
|
|
|
|
// dataIndex: 'ctnSource',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
title: '箱来源',
|
|
|
|
|
dataIndex: 'ctnSource',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
title: '箱业务编号',
|
|
|
|
|
dataIndex: 'billno',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '箱业务编号',
|
|
|
|
|
// dataIndex: 'billno',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
title: '箱状态',
|
|
|
|
|
dataIndex: 'ctnState',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '箱损坏',
|
|
|
|
|
dataIndex: 'ctnBreakState',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '是否上线',
|
|
|
|
|
dataIndex: 'isOnline',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '箱状态',
|
|
|
|
|
// dataIndex: 'ctnState',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// title: '箱损坏',
|
|
|
|
|
// dataIndex: 'ctnBreakState',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// title: '是否上线',
|
|
|
|
|
// dataIndex: 'isOnline',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
title: '当前港口',
|
|
|
|
|
dataIndex: 'port',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 150,
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '当前港口',
|
|
|
|
|
// dataIndex: 'port',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 150,
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
title: '业务委托单位',
|
|
|
|
|
dataIndex: 'customerName',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: 'ETD',
|
|
|
|
|
dataIndex: 'etd',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: 'ETA',
|
|
|
|
|
dataIndex: 'eta',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '生产日期',
|
|
|
|
|
dataIndex: 'productionDate',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '箱初期成本',
|
|
|
|
|
dataIndex: 'ctnValue_Base',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '业务委托单位',
|
|
|
|
|
// dataIndex: 'customerName',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// title: 'ETD',
|
|
|
|
|
// dataIndex: 'etd',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// title: 'ETA',
|
|
|
|
|
// dataIndex: 'eta',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// title: '生产日期',
|
|
|
|
|
// dataIndex: 'productionDate',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// title: '箱初期成本',
|
|
|
|
|
// dataIndex: 'ctnValue_Base',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
export const searchFormSchema: FormSchema[] = [
|
|
|
|
@ -277,8 +283,14 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'vesselVoyno',
|
|
|
|
|
label: '船名航次',
|
|
|
|
|
field: 'vessel',
|
|
|
|
|
label: '船名',
|
|
|
|
|
component: 'Input',
|
|
|
|
|
colProps: { span: 4 },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'Voyno',
|
|
|
|
|
label: '航次',
|
|
|
|
|
component: 'Input',
|
|
|
|
|
colProps: { span: 4 },
|
|
|
|
|
},
|
|
|
|
@ -849,8 +861,14 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'vesselVoyno',
|
|
|
|
|
label: '船名航次',
|
|
|
|
|
field: 'vessel',
|
|
|
|
|
label: '船名',
|
|
|
|
|
component: 'Input',
|
|
|
|
|
colProps: { span: 6 },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'Voyno',
|
|
|
|
|
label: '航次',
|
|
|
|
|
component: 'Input',
|
|
|
|
|
colProps: { span: 6 },
|
|
|
|
|
},
|
|
|
|
|