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

117 lines
2.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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"
},
]
}