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

139 lines
2.9 KiB
Plaintext

module.exports={
tableName:"firstInspection",
headerList:[
{
tableTitle: "工单编号",
width:"180",
show_overflow_tooltip:true,
align:"center",
tableProp: "orderWorkNumber",
HeaderType:'normal',
tableTitleSE: 1
},
{
tableTitle: "订单编号",
width:"180",
show_overflow_tooltip:true,
align:"center",
tableProp: "orderProdNumber",
HeaderType:'normal',
tableTitleSE: 2
},
{
tableTitle: "产品编码",
width:"250",
show_overflow_tooltip:true,
align:"center",
tableProp: "materialCode",
HeaderType:'normal',
tableTitleSE: 3
},
{
tableTitle: "产品名称",
width:"120",
show_overflow_tooltip:true,
align:"center",
tableProp: "materialName",
HeaderType:'normal',
tableTitleSE: 4
},
{
tableTitle: "规格型号",
width:"120",
show_overflow_tooltip:true,
align:"center",
tableProp: "materialSpec",
HeaderType:'normal',
tableTitleSE: 5
},
{
tableTitle: "工作中心名称",
width:"130",
show_overflow_tooltip:true,
align:"center",
tableProp: "workCenterName",
HeaderType:'normal',
tableTitleSE: 6
},
{
tableTitle: "审批人",
width:"100",
tableProp: "inspectBy",
show_overflow_tooltip:true,
align:"center",
HeaderType:'normal',
tableTitleSE: 7
},
{
tableTitle: "审批时间",
width:"200",
tableProp: "inspectTime",
show_overflow_tooltip:true,
align:"center",
HeaderType:'normal',
tableTitleSE: 8
},
{
tableTitle: "审批结果",
width:"200",
tableProp: "inspectResult",
show_overflow_tooltip:true,
align:"center",
HeaderType:'normal',
tableTitleSE: 9
},
{
tableTitle: "流程状态",
width:"120",
show_overflow_tooltip:true,
align:"center",
tableProp: "statusName",
HeaderType:'normal',
tableTitleSE: 10,
// notSort: true
},
{
tableTitle: "创建人",
width:"100",
tableProp: "createdBy",
show_overflow_tooltip:true,
align:"center",
HeaderType:'normal',
tableTitleSE: 11
},
{
tableTitle: "创建时间",
width:"200",
tableProp: "createdTime",
show_overflow_tooltip:true,
align:"center",
HeaderType:'normal',
tableTitleSE: 12
},
{
tableTitle: "更新人",
width:"100",
tableProp: "updatedBy",
show_overflow_tooltip:true,
align:"center",
HeaderType:'normal',
tableTitleSE: 13
},
{
tableTitle: "更新时间",
width:"200",
tableProp: "updatedTime",
show_overflow_tooltip:true,
align:"center",
HeaderType:'normal',
tableTitleSE: 14
},
]}