85 lines
2.0 KiB
Plaintext
85 lines
2.0 KiB
Plaintext
module.exports= {
|
|
tableName: "PickingList",
|
|
headerList: [
|
|
{
|
|
tableTitle: "拣配单号",
|
|
width:"180",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "pickNumber",
|
|
tableTitleSE: 1
|
|
},
|
|
{
|
|
tableTitle: "来源库区代码",
|
|
width:"180",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "sourceWarehouseCode",
|
|
tableTitleSE: 2
|
|
},
|
|
{
|
|
tableTitle: "来源库区名称",
|
|
width:"180",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "sourceWarehouseName",
|
|
tableTitleSE: 3
|
|
},
|
|
{
|
|
tableTitle: "目标库区代码",
|
|
width:"180",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "targetWarehouseCode",
|
|
tableTitleSE: 4
|
|
},
|
|
{
|
|
tableTitle: "目标库区名称",
|
|
width:"180",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "targetWarehouseName",
|
|
tableTitleSE: 5
|
|
},
|
|
{
|
|
tableTitle: "状态",
|
|
width:"100",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "dictStatusShow",
|
|
tableTitleSE: 6
|
|
},
|
|
{
|
|
tableTitle: "创建人",
|
|
width:"80",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "createdBy",
|
|
tableTitleSE: 7
|
|
},
|
|
{
|
|
tableTitle: "创建时间",
|
|
width:"200",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "createdDt",
|
|
tableTitleSE: 8
|
|
},
|
|
{
|
|
tableTitle: "修改人",
|
|
width:"80",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "updatedBy",
|
|
tableTitleSE: 9
|
|
},
|
|
{
|
|
tableTitle: "修改时间",
|
|
width:"200",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "updatedDt",
|
|
tableTitleSE: 10
|
|
},
|
|
]}
|
|
|