117 lines
2.5 KiB
Plaintext
117 lines
2.5 KiB
Plaintext
module.exports= {
|
||
tableName: "aoi",
|
||
headerList: [
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "barcode",
|
||
tableTitle: "条码号",
|
||
tableTitleSE: 1,
|
||
width: "150"
|
||
},
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "programName",
|
||
tableTitle: "机种名称",
|
||
tableTitleSE: 2,
|
||
width: "150"
|
||
},{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "checkTime",
|
||
tableTitle: "检测时间",
|
||
tableTitleSE: 3,
|
||
width: "180"
|
||
},
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "beat",
|
||
tableTitle: "节拍",
|
||
tableTitleSE: 4,
|
||
width: "100"
|
||
},
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "boardCount",
|
||
tableTitle: "拼版数",
|
||
tableTitleSE: 5,
|
||
width: "230"
|
||
},
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "orderWorkNo",
|
||
tableTitle: "工单号",
|
||
tableTitleSE: 6,
|
||
width: "230"
|
||
},
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "workCenterName",
|
||
tableTitle: "工作中心名称",
|
||
tableTitleSE: 7,
|
||
width: "230"
|
||
},
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "state",
|
||
tableTitle: "状态",
|
||
tableTitleSE: 8,
|
||
width: "40"
|
||
},
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "boardCode",
|
||
tableTitle: "拼版号",
|
||
tableTitleSE: 9,
|
||
width: "40"
|
||
},
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "boardLocation",
|
||
tableTitle: "拼版位置",
|
||
tableTitleSE: 10,
|
||
width: "40"
|
||
},
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "machineJudge",
|
||
tableTitle: "机器初判:OK、NG",
|
||
tableTitleSE: 11,
|
||
width: "40"
|
||
},
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "oPJudge",
|
||
tableTitle: "OP复判:OK、NG",
|
||
tableTitleSE: 12,
|
||
width: "40"
|
||
},
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "badCode",
|
||
tableTitle: "不良代码",
|
||
tableTitleSE: 13,
|
||
width: "140"
|
||
},
|
||
{
|
||
align: "center",
|
||
show_overflow_tooltip: true,
|
||
tableProp: "badName",
|
||
tableTitle: "不良名",
|
||
tableTitleSE: 14,
|
||
width: "140"
|
||
},
|
||
]
|
||
}
|