Files
scrq-hd/.svn/pristine/69/697065e47d2fde33f8f36685653711e09edb5ef5.svn-base
2025-07-03 10:34:04 +08:00

141 lines
3.0 KiB
Plaintext

module.exports= {
tableName: "allocationBill",
headerList: [
{
align: "center",
show_overflow_tooltip: true,
tableProp: "billNumber",
tableTitle: "单据号",
tableTitleSE: 1,
width: "150"
},
{
align: "center",
show_overflow_tooltip: true,
tableProp: "dictStatusShow",
tableTitle: "单据状态",
tableTitleSE: 2,
width: "150"
},
{
tableTitle: "存货编码",
width:"160",
show_overflow_tooltip:true,
align:"center",
tableProp: "materialCode",
tableTitleSE: 3
},
{
tableTitle: "存货名称",
width:"160",
show_overflow_tooltip:true,
align:"center",
tableProp: "materialName",
tableTitleSE: 4
},
{
tableTitle: "规格型号",
width:"160",
show_overflow_tooltip:true,
align:"center",
tableProp: "materialSpec",
tableTitleSE: 5
},
{
tableTitle: "主计量单位",
width:"150",
show_overflow_tooltip:true,
align:"center",
tableProp: "unitOfMeasure",
tableTitleSE: 6
},
{
tableTitle: "批次",
width:"150",
show_overflow_tooltip:true,
align:"center",
tableProp: "batchNo",
tableTitleSE: 7
},
{
align: "center",
show_overflow_tooltip: true,
tableProp: "warehouseCode",
tableTitle: "转出仓库编码",
tableTitleSE: 8,
width: "150"
},
{
align: "center",
show_overflow_tooltip: true,
tableProp: "warehouseName",
tableTitle: "转出仓库名称",
tableTitleSE: 9,
width: "150"
},
{
align: "center",
show_overflow_tooltip: true,
tableProp: "targetWarehouseCode",
tableTitle: "转入仓库编码",
tableTitleSE: 10,
width: "150"
},
{
align: "center",
show_overflow_tooltip: true,
tableProp: "targetWarehouseName",
tableTitle: "转入仓库名称",
tableTitleSE: 11,
width: "150"
},
{
tableTitle: "数量",
width:"150",
show_overflow_tooltip:true,
align:"center",
tableProp: "planQty",
tableTitleSE: 12
},
{
tableTitle: "实发数",
width:"150",
show_overflow_tooltip:true,
align:"center",
tableProp: "doneQty",
tableTitleSE: 13
},
{
tableTitle: "创建人",
width:"90",
tableProp: "createdBy",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 14
},
{
tableTitle: "创建时间",
width:"200",
tableProp: "createdDt",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 15
},
{
tableTitle: "更新人",
width:"90",
tableProp: "updatedBy",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 16
},
{
tableTitle: "更新时间",
width:"200",
tableProp: "updatedDt",
show_overflow_tooltip:true,
align:"center",
tableTitleSE: 17
},
]}