Files
scrq-hd/.svn/pristine/a0/a0daa836623383098fa4ce1e9ba5b8248efecaeb.svn-base
2025-07-03 10:34:04 +08:00

194 lines
4.1 KiB
Plaintext

module.exports = {
tableName: "trapTest",
headerList: [
{
tableTitle: "订单号",
width: "100",
tableProp: "orderNumber",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 1
},
{
tableTitle: "物料编码",
width: "100",
tableProp: "marterialCode",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 2,
},
{
tableTitle: "物料名称",
width: "100",
tableProp: "materialName",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 3
},
{
tableTitle: "产线编号",
width: "100",
tableProp: "productionLineCode",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 4
},
{
tableTitle: "产线",
width: "100",
tableProp: "productionLineNameShow",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 5
},
{
tableTitle: "工序编号",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "processCode",
tableTitleSE: 6
},
{
tableTitle: "被测试者",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "beTested",
tableTitleSE: 7
},
{
tableTitle: "陷阱设置",
width: "100",
tableProp: "trapSet",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 8
},
{
tableTitle: "AOI是否报警",
width: "150",
tableProp: "aoiAlert",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 9
},
{
tableTitle: "结果",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "result",
tableTitleSE: 10
},
{
tableTitle: "IPQC确认人",
width: "150",
show_overflow_tooltip: true,
align: "center",
tableProp: "ipqcComfirmer",
tableTitleSE: 11
},
{
tableTitle: "线长确认人",
width: "150",
tableProp: "lineComfirmer",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 12
},
{
tableTitle: "ME确认人",
width: "150",
tableProp: "meComfirmer",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 13
},
{
tableTitle: "班别",
width: "100",
tableProp: "shiftTypeShow",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 14
},
{
tableTitle: "创建人",
width: "100",
tableProp: "createdBy",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 15
},
{
tableTitle: "创建时间",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "createdDt",
tableTitleSE: 16
},
{
tableTitle: "修改人",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "updatedBy",
tableTitleSE: 17
},
{
tableTitle: "修改时间",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "updatedDt",
tableTitleSE: 18
},
{
tableTitle: "周期",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "period",
tableTitleSE: 19
},
{
tableTitle: "陷阱由来分析",
width: "150",
tableProp: "trapAnalysis",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 20
},
{
tableTitle: "原因分析",
width: "100",
tableProp: "reasonAnalysis",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 21
},
{
tableTitle: "预防改善对策",
width: "150",
tableProp: "improveStrategy",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 22
},
{
tableTitle: "备注",
width: "150",
tableProp: "remark",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 23
},
]
}