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

291 lines
6.3 KiB
Plaintext

module.exports = {
tableName: "pickBill",
headerList: [{
tableTitle: "领料单号",
tableProp: "pickBillNumber",
width: "150",
tableTitleSE: 1,
align: "center",
show_overflow_tooltip: true,
},
{
tableTitle: "工单编号",
tableProp: "orderWorkNumbers",
width: "150",
tableTitleSE: 2,
align: "center",
show_overflow_tooltip: true,
},
{
tableTitle: "订单编号",
tableProp: "orderProdNumbers",
width: "150",
tableTitleSE: 3,
align: "center",
show_overflow_tooltip: true,
},
{
tableTitle: "物料编码",
tableProp: "code",
width: "150",
tableTitleSE: 30,
align: "center",
show_overflow_tooltip: true,
},
{
tableTitle: "物料名称",
tableProp: "name",
width: "150",
tableTitleSE: 31,
align: "center",
show_overflow_tooltip: true,
},
{
tableTitle: "物料规格",
tableProp: "spec",
width: "150",
tableTitleSE: 32,
align: "center",
show_overflow_tooltip: true,
},
{
tableTitle: "类型",
tableProp: "dictTypeShow",
width: "80",
tableTitleSE: 4,
align: "center",
show_overflow_tooltip: true,
},
{
tableTitle: "状态",
tableProp: "dictStatusShow",
width: "80",
tableTitleSE: 5,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "物料编码",
tableProp: "materialCode",
width: "150",
tableTitleSE: 6,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "物料名称",
tableProp: "materialName",
width: "200",
tableTitleSE: 7,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "规格型号",
tableProp: "materialSpec",
width: "200",
tableTitleSE: 8,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "物料单位",
tableProp: "materialUnit",
width: "100",
tableTitleSE: 9,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "单台用量",
tableProp: "assemblyQty",
width: "100",
tableTitleSE: 10,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "计划数量",
tableProp: "planQty",
width: "100",
tableTitleSE: 11,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "实领数量",
tableProp: "doneQty",
width: "100",
tableTitleSE: 12,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "实退数量",
tableProp: "returnQty",
width: "100",
tableTitleSE: 13,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "实补数量",
tableProp: "replenishQty",
width: "100",
tableTitleSE: 14,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "源库区代码",
tableProp: "sourceWarehouseCode",
width: "150",
tableTitleSE: 15,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "源库区名称",
tableProp: "sourceWarehouseName",
width: "200",
tableTitleSE: 16,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "目标库区代码",
tableProp: "targetWarehouseCode",
width: "150",
tableTitleSE: 17,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "目标库区名称",
tableProp: "targetWarehouseName",
width: "200",
tableTitleSE: 18,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "ERP对应单据号",
tableProp: "erpNumber",
width: "200",
tableTitleSE: 19,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "ERP同步状态",
tableProp: "dictErpStatusShow",
width: "150",
tableTitleSE: 20,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "ERP同步时间",
tableProp: "erpSyncTime",
width: "170",
tableTitleSE: 21,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "备注",
tableProp: "memo",
width: "170",
tableTitleSE: 43,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "溯源需求",
tableProp: "requirement",
width: "170",
tableTitleSE: 44,
align: "center",
show_overflow_tooltip: true,
notSort: true,
isItem: true
},
{
tableTitle: "创建人",
width: "130",
show_overflow_tooltip: true,
align: "center",
tableProp: "createdBy",
tableTitleSE: 22,
notSort: true,
isItem: true
},
{
tableTitle: "创建时间",
width: "170",
show_overflow_tooltip: true,
align: "center",
tableProp: "createdDt",
tableTitleSE: 23,
notSort: true,
isItem: true
},
{
tableTitle: "修改人",
width: "130",
show_overflow_tooltip: true,
align: "center",
tableProp: "updatedBy",
tableTitleSE: 24,
notSort: true,
isItem: true
},
{
tableTitle: "修改时间",
width: "170",
show_overflow_tooltip: true,
align: "center",
tableProp: "updatedDt",
tableTitleSE: 25,
notSort: true,
isItem: true
},
]
}