|
|
|
@ -455,13 +455,13 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
title: '委托单位',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 100,
|
|
|
|
|
dataIndex: 'customername',
|
|
|
|
|
dataIndex: 'customerName',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '客服',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 100,
|
|
|
|
|
dataIndex: 'custservice',
|
|
|
|
|
dataIndex: 'custService',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '操作',
|
|
|
|
@ -497,7 +497,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
title: '品名',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 100,
|
|
|
|
|
dataIndex: 'goodsname',
|
|
|
|
|
dataIndex: 'goodsName',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '卖价',
|
|
|
|
@ -509,7 +509,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
title: '销售日期',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 100,
|
|
|
|
|
dataIndex: 'salE_TIME',
|
|
|
|
|
dataIndex: 'saleTime',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '是否拆合票',
|
|
|
|
@ -648,7 +648,7 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
title: 'VGM回执',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 100,
|
|
|
|
|
dataIndex: 'VGM_RLT_STAT',
|
|
|
|
|
dataIndex: 'vgmRltStat',
|
|
|
|
|
customCell: sharedOnCell,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|