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

173 lines
3.7 KiB
Plaintext

module.exports = {
tableName: "process-fixure",
headerList: [{
tableTitle: "编号",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "fixureNumber",
tableTitleSE: 1
},
{
tableTitle: "料号",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "fixureCode",
tableTitleSE: 2
},
{
tableTitle: "客户",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "customerCode",
tableTitleSE: 3
},
{
tableTitle: "名称",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "fixureName",
tableTitleSE: 4
},
{
tableTitle: "尺寸",
width: "120",
show_overflow_tooltip: true,
align: "center",
tableProp: "fixureSize",
tableTitleSE: 5
},
{
tableTitle: "厚度",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "thickness",
tableTitleSE: 6
},
{
tableTitle: "左前张力",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "leftTopTension",
tableTitleSE: 7
},
{
tableTitle: "右前张力",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "rightTopTension",
tableTitleSE: 8
},
{
tableTitle: "左后张力",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "leftBackTension",
tableTitleSE: 9
},
{
tableTitle: "右后张力",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "rightBackTension",
tableTitleSE: 10
},
{
tableTitle: "中间张力",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "midTension",
tableTitleSE: 11
},
{
tableTitle: "累计使用次数",
width: "140",
show_overflow_tooltip: true,
align: "center",
tableProp: "useCount",
tableTitleSE: 12
},
{
tableTitle: "位置",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "storageLocation",
tableTitleSE: 13
},
{
tableTitle: "是否取用",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "isTab",
tableTitleSE: 14
},
{
tableTitle: "是否含铅",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "isPb",
tableTitleSE: 15
},
{
tableTitle: "钢网属性",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "pcba",
tableTitleSE: 16
},
{
tableTitle: "类型",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "fixureType",
tableTitleSE: 17
},
{
tableTitle: "状态",
width: "100",
show_overflow_tooltip: true,
align: "center",
tableProp: "dictStatus",
tableTitleSE: 18
},
{
tableTitle: "出厂日期",
width: "200",
tableProp: "prodDate",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 19
},
{
tableTitle: "最后使用日期",
width: "200",
tableProp: "lastTime",
show_overflow_tooltip: true,
align: "center",
tableTitleSE: 20
},
{
tableTitle: "备注",
width: "100",
tableProp: "remark",
show_overflow_tooltip: true,
align: "150",
tableTitleSE: 21
}
]
}