|
|
|
@ -2,11 +2,16 @@ import { BasicColumn, FormSchema } from '/@/components/Table'
|
|
|
|
|
import { Tag } from 'ant-design-vue'
|
|
|
|
|
export const columns: BasicColumn[] = [
|
|
|
|
|
{
|
|
|
|
|
title: '系统业务号',
|
|
|
|
|
dataIndex: 'billno',
|
|
|
|
|
title: '全部箱号',
|
|
|
|
|
dataIndex: 'cntrnoAll',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 150,
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '箱型',
|
|
|
|
|
dataIndex: 'ctntotal',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '执行状态',
|
|
|
|
@ -27,24 +32,6 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '业务日期',
|
|
|
|
|
dataIndex: 'bsdate',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '租买箱客户',
|
|
|
|
|
dataIndex: 'rentCustomerName',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '原箱主',
|
|
|
|
|
// dataIndex: 'OldContainerOwner',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
title: '箱业务',
|
|
|
|
|
dataIndex: 'ctnBizStateId',
|
|
|
|
@ -63,17 +50,30 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '全部箱号',
|
|
|
|
|
dataIndex: 'cntrnoAll',
|
|
|
|
|
title: '系统业务号',
|
|
|
|
|
dataIndex: 'billno',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 150,
|
|
|
|
|
align: 'center',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '业务日期',
|
|
|
|
|
dataIndex: 'bsdate',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '箱型',
|
|
|
|
|
dataIndex: 'ctntotal',
|
|
|
|
|
title: '租买箱客户',
|
|
|
|
|
dataIndex: 'rentCustomerName',
|
|
|
|
|
sorter: true,
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '原箱主',
|
|
|
|
|
// dataIndex: 'OldContainerOwner',
|
|
|
|
|
// sorter: true,
|
|
|
|
|
// width: 200,
|
|
|
|
|
// },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
export const searchFormSchema: FormSchema[] = [
|
|
|
|
|