feature-JimuReport-1106-yjl
sunzehua 1 month ago
parent 6ac7f0fb09
commit 520cc46141

@ -1335,6 +1335,16 @@ export const storageColumns: BasicColumn[] = [
dataIndex: 'bookingParty',
width: 210,
},
{
title: 'ETD',
dataIndex: 'etd',
width: 100,
},
{
title: '船司参考号',
width: 100,
dataIndex: 'carrierReferNo',
},
{
title: '订舱方式',
dataIndex: 'bookingSlotTypeName',
@ -1404,4 +1414,21 @@ export const storageSearchFormSchema: FormSchema[] = [
component: 'Input',
colProps: { span: 4 },
},
{
field: 'etd',
label: 'ETD',
component: 'RangePicker',
required: false,
dynamicDisabled: false,
colProps: { span: 4 },
componentProps: {
allowClear: true,
}
},
{
field: 'carrierReferNo',
label: '船司参考号',
component: 'Input',
colProps: { span: 4 },
},
]

@ -708,7 +708,7 @@ const columns = [
{ dataIndex: 'trucK_NAME', width: 100, title: '车队' },
{ dataIndex: 'customeR_NAME', width: 100, title: '委托单位' },
{ dataIndex: 'mbL_NO', width: 120, title: '提单号' },
{ dataIndex: 'tasK_REQ_USERNAME', width: 100, title: '操作名称' },
{ dataIndex: 'tasK_REQ_USERNAME', width: 100, title: '发起人' },
{ dataIndex: 'contA_INFO', width: 100, title: '箱型箱量' },
{ dataIndex: 'yarD_NAME', width: 100, title: '场站' },
{ dataIndex: 'etd', width: 180, title: '开船日期' },

Loading…
Cancel
Save