Files
scrq-hd/.svn/pristine/2a/2a7e283316d74277d114d36acb41b03fc3126dcb.svn-base
2025-07-03 10:34:04 +08:00

96 lines
2.0 KiB
Plaintext

module.exports= {
tableName: "listMaterialBind",
headerList: [
{
tableTitle: "绑定物料条码",
width:"200",
tableProp: "bindMaterialBar",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 1
},
{
tableTitle: "绑定物料编码",
width:"200",
tableProp: "bindMaterialCode",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 2
},
{
tableTitle: "绑定物料名称",
width:"200",
tableProp: "bindMaterialName",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 3
},
{
tableTitle: "物料编码",
width:"200",
tableProp: "materialCode",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 4
},
{
tableTitle: "物料名称",
width:"200",
tableProp: "materialName",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 5
},
{
tableTitle: "订单号",
width:"200",
tableProp: "orderProdNumber",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 6
},
{
tableTitle: "工单号",
width:"200",
tableProp: "orderWorkNumber",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 7
},
{
tableTitle: "序列号",
width:"200",
tableProp: "productSn",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 8
},
{
tableTitle: "工序名称",
width:"200",
tableProp: "operationName",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 9
},
{
tableTitle: "工作中心",
width:"200",
tableProp: "workCenterName",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 10
},
{
tableTitle: "工步名称",
width:"200",
tableProp: "substepName",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 11
},
]}