|
@@ -209,6 +209,14 @@ import moment from 'moment'
|
|
|
description: '森_工厂质量事故单-主表管理页面',
|
|
|
// 表头
|
|
|
columns: [
|
|
|
+ {
|
|
|
+ title:'序号',
|
|
|
+ align:"center",
|
|
|
+ ellipsis: true,
|
|
|
+ dataIndex: 'sort',
|
|
|
+ width:80
|
|
|
+
|
|
|
+ },
|
|
|
{
|
|
|
title:'日期',
|
|
|
align:"center",
|
|
@@ -231,6 +239,14 @@ import moment from 'moment'
|
|
|
customRender: (t) => ellipsis(t,15),
|
|
|
width:250,
|
|
|
},
|
|
|
+ {
|
|
|
+ title:'账套号',
|
|
|
+ align:"center",
|
|
|
+ ellipsis: true,
|
|
|
+ dataIndex: 'acSetNo',
|
|
|
+ width:100
|
|
|
+
|
|
|
+ },
|
|
|
{
|
|
|
title:'U8生成运费发票号',
|
|
|
align:"center",
|