|
@@ -224,6 +224,13 @@ import moment from 'moment'
|
|
|
dataIndex: 'accidentNumber',
|
|
|
width:120
|
|
|
},
|
|
|
+ {
|
|
|
+ title:'通知人',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'noticerUser',
|
|
|
+ customRender: (t) => ellipsis(t,10),
|
|
|
+ width:150,
|
|
|
+ },
|
|
|
{
|
|
|
title:'财务备注',
|
|
|
align:"center",
|
|
@@ -240,10 +247,11 @@ import moment from 'moment'
|
|
|
|
|
|
},
|
|
|
{
|
|
|
- title:'U8生成运费发票号',
|
|
|
+ title:'U8发票号',
|
|
|
align:"center",
|
|
|
dataIndex: 'u8Invoices',
|
|
|
- width:149,
|
|
|
+ customRender: (t) => ellipsis(t,10),
|
|
|
+ width:100,
|
|
|
},
|
|
|
{
|
|
|
title:'责任单位',
|
|
@@ -289,13 +297,15 @@ import moment from 'moment'
|
|
|
title:'计划单号',
|
|
|
align:"center",
|
|
|
dataIndex: 'planNumber',
|
|
|
- width:150
|
|
|
+ customRender: (t) => ellipsis(t,10),
|
|
|
+ width:100
|
|
|
},
|
|
|
{
|
|
|
title:'款号',
|
|
|
align:"center",
|
|
|
dataIndex: 'styleNumber',
|
|
|
- width:120
|
|
|
+ customRender: (t) => ellipsis(t,10),
|
|
|
+ width:100
|
|
|
},
|
|
|
{
|
|
|
title:'总金额',
|