|
|
|
@ -32,7 +32,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
title: '箱型',
|
|
|
|
|
dataIndex: 'ctnall',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 150,
|
|
|
|
|
width: 100,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '序号',
|
|
|
|
@ -40,13 +40,13 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
width: 50,
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '箱状态',
|
|
|
|
|
// title: '箱可用状态',
|
|
|
|
|
// dataIndex: 'ctnState',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
title: '箱流转状态',
|
|
|
|
|
title: '箱状态',
|
|
|
|
|
dataIndex: 'ctnFlowState',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
@ -76,7 +76,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '空重箱',
|
|
|
|
|
title: '空重',
|
|
|
|
|
dataIndex: 'isHeavy',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 80,
|
|
|
|
@ -108,7 +108,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
width: 150,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '码头或场站',
|
|
|
|
|
title: '场地',
|
|
|
|
|
dataIndex: 'depot',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 150,
|
|
|
|
@ -159,7 +159,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
// title: '箱状态',
|
|
|
|
|
// title: '箱可用状态',
|
|
|
|
|
// dataIndex: 'ctnState',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
@ -649,7 +649,7 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'ctnStateId',
|
|
|
|
|
label: '箱状态',
|
|
|
|
|
label: '箱可用状态',
|
|
|
|
|
component: 'ApiSelect',
|
|
|
|
|
colProps: { span: 6 },
|
|
|
|
|
defaultValue: '',
|
|
|
|
@ -721,7 +721,7 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'isHeavy',
|
|
|
|
|
label: '空重箱',
|
|
|
|
|
label: '空重',
|
|
|
|
|
component: 'Switch',
|
|
|
|
|
defaultValue: false,
|
|
|
|
|
colProps: { span: 6 },
|
|
|
|
@ -879,7 +879,7 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'depot',
|
|
|
|
|
label: '码头或场站',
|
|
|
|
|
label: '场地',
|
|
|
|
|
component: 'ApiSelect',
|
|
|
|
|
colProps: { span: 6 },
|
|
|
|
|
required: false,
|
|
|
|
@ -1071,13 +1071,13 @@ export const InfoColumns: BasicColumn[] = [
|
|
|
|
|
width: 150,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '箱状态',
|
|
|
|
|
title: '箱可用状态',
|
|
|
|
|
dataIndex: 'ctnState',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 150,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '空重箱',
|
|
|
|
|
title: '空重',
|
|
|
|
|
dataIndex: 'isHeavy',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 80,
|
|
|
|
@ -1097,7 +1097,7 @@ export const InfoColumns: BasicColumn[] = [
|
|
|
|
|
width: 150,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '码头或场站',
|
|
|
|
|
title: '场地',
|
|
|
|
|
dataIndex: 'depot',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 150,
|
|
|
|
|