135 lines
2.8 KiB
Plaintext
135 lines
2.8 KiB
Plaintext
module.exports = {
|
|
tableName: 'keyRule',
|
|
headerList: [
|
|
{
|
|
tableTitle: '物料编码',
|
|
width: '230',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableProp: 'materialCode',
|
|
tableTitleSE: 1
|
|
},
|
|
|
|
{
|
|
tableTitle: '物料名称',
|
|
width: '200',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableProp: 'materialName',
|
|
tableTitleSE: 2
|
|
},
|
|
{
|
|
tableTitle: '物料版本',
|
|
width: '120',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableProp: 'materialRevision',
|
|
tableTitleSE: 3
|
|
},
|
|
{
|
|
tableTitle: '供应商编码',
|
|
width: '230',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableProp: 'providerCode',
|
|
tableTitleSE: 4
|
|
},
|
|
{
|
|
tableTitle: '长度',
|
|
width: '80',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableProp: 'length',
|
|
tableTitleSE: 5
|
|
},
|
|
{
|
|
tableTitle: '起始1',
|
|
width: '80',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableProp: 'startIndex1',
|
|
tableTitleSE: 6
|
|
},
|
|
{
|
|
tableTitle: '结束1',
|
|
width: '80',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableProp: 'endIndex1',
|
|
tableTitleSE: 7
|
|
},
|
|
{
|
|
tableTitle: '内容1',
|
|
width: '200',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableProp: 'match1',
|
|
tableTitleSE: 8
|
|
},
|
|
{
|
|
tableTitle: '起始2',
|
|
width: '80',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableProp: 'startIndex2',
|
|
tableTitleSE: 9
|
|
},
|
|
{
|
|
tableTitle: '结束2',
|
|
width: '80',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableProp: 'endIndex2',
|
|
tableTitleSE: 10
|
|
},
|
|
{
|
|
tableTitle: '内容2',
|
|
width: '200',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableProp: 'match2',
|
|
tableTitleSE: 11
|
|
},
|
|
{
|
|
tableTitle: '启用',
|
|
width: '80',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableProp: 'enableShow',
|
|
tableTitleSE: 12
|
|
},
|
|
{
|
|
tableTitle: '创建人',
|
|
tableProp: 'createdBy',
|
|
width: '130',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableTitleSE: 13
|
|
},
|
|
{
|
|
tableTitle: '创建时间',
|
|
width: '200',
|
|
tableProp: 'createdDt',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableTitleSE: 14
|
|
},
|
|
{
|
|
tableTitle: '更新人',
|
|
width: '130',
|
|
tableProp: 'updatedBy',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableTitleSE: 15
|
|
},
|
|
{
|
|
tableTitle: '更新时间',
|
|
width: '200',
|
|
tableProp: 'updatedDt',
|
|
show_overflow_tooltip: true,
|
|
align: 'center',
|
|
tableTitleSE: 16
|
|
}
|
|
]
|
|
}
|