|
|
@ -26,14 +26,8 @@ function Index() {
|
|
|
|
key: "GroupName",
|
|
|
|
key: "GroupName",
|
|
|
|
render: (text, record) => <NavLink to={`/invoice/detail/${record.key}/${record.gmd_gri_sn}`}>{text}</NavLink>,
|
|
|
|
render: (text, record) => <NavLink to={`/invoice/detail/${record.key}/${record.gmd_gri_sn}`}>{text}</NavLink>,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "离团时间",
|
|
|
|
title: "Arrival Date",
|
|
|
|
dataIndex: "GetGDate",
|
|
|
|
|
|
|
|
key: "GetGDate",
|
|
|
|
|
|
|
|
render: (text, record) => formatDate(new Date(text)),
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "接团时间",
|
|
|
|
|
|
|
|
key: "LeftGDate",
|
|
|
|
key: "LeftGDate",
|
|
|
|
dataIndex: "LeftGDate",
|
|
|
|
dataIndex: "LeftGDate",
|
|
|
|
render: (text, record) => (isNotEmpty(text) ? formatDate(new Date(text)) : ""),
|
|
|
|
render: (text, record) => (isNotEmpty(text) ? formatDate(new Date(text)) : ""),
|
|
|
@ -48,17 +42,6 @@ function Index() {
|
|
|
|
key: "AllMoney",
|
|
|
|
key: "AllMoney",
|
|
|
|
dataIndex: "AllMoney",
|
|
|
|
dataIndex: "AllMoney",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "填表时间",
|
|
|
|
|
|
|
|
key: "GMD_FWks_LastEditTime",
|
|
|
|
|
|
|
|
dataIndex: "GMD_FWks_LastEditTime",
|
|
|
|
|
|
|
|
render: (text, record) => (isNotEmpty(text) ? formatDate(new Date(text)) : ""),
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "填表人",
|
|
|
|
|
|
|
|
key: "GMD_FillWorkers_Name",
|
|
|
|
|
|
|
|
dataIndex: "GMD_FillWorkers_Name",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "账单状态",
|
|
|
|
title: "账单状态",
|
|
|
|
key: "status",
|
|
|
|
key: "status",
|
|
|
|