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

126 lines
2.7 KiB
Plaintext

module.exports= {
tableName: "workPlanManage",
headerList: [
{
tableTitle: "订单号",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "aufnr",
tableTitleSE: 1
},
{
tableTitle: "批次号",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "charg",
tableTitleSE: 2
},
{
tableTitle: "工序报工模式(1:单序;2:批量;3:关键工序)",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "completeType",
tableTitleSE: 3
},
{
tableTitle: "计量单位",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "gmein",
tableTitleSE: 4
},
{
tableTitle: "是否终检(1是0否)",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "iszj",
tableTitleSE: 5
},
{
tableTitle: "物料描述",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "maktx",
tableTitleSE: 6
},
{
tableTitle: "物料编号",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "matnr",
tableTitleSE: 7
},
{
tableTitle: "计划结束日期",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "planendtime",
tableTitleSE: 8
},
{
tableTitle: "计划开始日期",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "planstarttime",
tableTitleSE: 9
},
{
tableTitle: "项目号",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "projn",
tableTitleSE: 10
},
{
tableTitle: "投入数量",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "rcardPnum",
tableTitleSE: 11
},
{
tableTitle: "作业计划编号",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "routecardCode",
tableTitleSE: 12
},
{
tableTitle: "BOM版本号",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "stlal",
tableTitleSE: 13
},
{
tableTitle: "工作中心",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "workcenter",
tableTitleSE: 14
},
{
tableTitle: "下发时间",
width: "200",
show_overflow_tooltip: true,
align: "center",
tableProp: "createdDt",
tableTitleSE: 15
},
]}