|
|
@ -12,27 +12,23 @@ function Detail() {
|
|
|
|
|
|
|
|
|
|
|
|
const confirmationListColumns = [
|
|
|
|
const confirmationListColumns = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: 'PCI_Changetext',
|
|
|
|
title: 'Notes & Changes',
|
|
|
|
dataIndex: 'PCI_Changetext',
|
|
|
|
dataIndex: 'PCI_Changetext',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: 'PCI_SendDate',
|
|
|
|
title: 'Sending Date',
|
|
|
|
dataIndex: 'PCI_SendDate',
|
|
|
|
dataIndex: 'PCI_SendDate',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: 'ConfirmPerson',
|
|
|
|
title: 'Confirmation Details',
|
|
|
|
dataIndex: 'ConfirmPerson',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: 'PCI_ConfirmText',
|
|
|
|
|
|
|
|
dataIndex: 'PCI_ConfirmText',
|
|
|
|
dataIndex: 'PCI_ConfirmText',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: 'PCI_ConfirmDate',
|
|
|
|
title: 'Confirmation Date',
|
|
|
|
dataIndex: 'PCI_ConfirmDate',
|
|
|
|
dataIndex: 'PCI_ConfirmDate',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: 'Action',
|
|
|
|
title: '',
|
|
|
|
render: confirmRender
|
|
|
|
render: confirmRender
|
|
|
|
},
|
|
|
|
},
|
|
|
|
];
|
|
|
|
];
|
|
|
|