78 lines
1.6 KiB
Plaintext
78 lines
1.6 KiB
Plaintext
module.exports= {
|
|
tableName: "location",
|
|
headerList: [
|
|
{
|
|
tableTitle: "库位代码",
|
|
width:"200",
|
|
tableProp: "locationCode",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableTitleSE: 1
|
|
},
|
|
{
|
|
tableTitle: "库位名称",
|
|
width:"200",
|
|
tableProp: "locationName",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableTitleSE: 2
|
|
},
|
|
{
|
|
tableTitle: "库位类型",
|
|
width:"200",
|
|
tableProp: "dictTypeShow",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableTitleSE: 3
|
|
},
|
|
{
|
|
tableTitle: "库区代码",
|
|
width:"200",
|
|
tableProp: "warehouseCode",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableTitleSE: 4
|
|
},
|
|
{
|
|
tableTitle: "库区名称",
|
|
width:"200",
|
|
tableProp: "warehouseName",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableTitleSE: 5
|
|
},
|
|
{
|
|
tableTitle: "创建人",
|
|
width:"80",
|
|
tableProp: "createdBy",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableTitleSE: 6
|
|
},
|
|
{
|
|
tableTitle: "创建时间",
|
|
width:"200",
|
|
tableProp: "createdDt",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableTitleSE: 7
|
|
},
|
|
{
|
|
tableTitle: "更新人",
|
|
width:"80",
|
|
tableProp: "updatedBy",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableTitleSE: 8
|
|
},
|
|
{
|
|
tableTitle: "更新时间",
|
|
width:"200",
|
|
tableProp: "updatedDt",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableTitleSE: 9
|
|
},
|
|
]
|
|
}
|