315 lines
6.9 KiB
Plaintext
315 lines
6.9 KiB
Plaintext
module.exports = {
|
|
tableName: "sporadicPickBill",
|
|
headerList: [{
|
|
tableTitle: "领料单号",
|
|
tableProp: "sporadicPickBillNumber",
|
|
width: "150",
|
|
tableTitleSE: 1,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
},
|
|
{
|
|
tableTitle: "类型",
|
|
tableProp: "dictTypeShow",
|
|
width: "80",
|
|
tableTitleSE: 2,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
},
|
|
{
|
|
tableTitle: "状态",
|
|
tableProp: "dictStatusShow",
|
|
width: "100",
|
|
tableTitleSE: 3,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
notSort: true,
|
|
isItem: true
|
|
},
|
|
{
|
|
tableTitle: "物料编码",
|
|
tableProp: "materialCode",
|
|
width: "150",
|
|
tableTitleSE: 4,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
notSort: true,
|
|
isItem: true
|
|
},
|
|
{
|
|
tableTitle: "物料名称",
|
|
tableProp: "materialName",
|
|
width: "200",
|
|
tableTitleSE: 5,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
notSort: true,
|
|
isItem: true
|
|
},
|
|
{
|
|
tableTitle: "规格型号",
|
|
tableProp: "materialSpec",
|
|
width: "200",
|
|
tableTitleSE: 6,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
notSort: true,
|
|
isItem: true
|
|
},
|
|
{
|
|
tableTitle: "物料单位",
|
|
tableProp: "unitOfMeasure",
|
|
width: "100",
|
|
tableTitleSE: 7,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
notSort: true,
|
|
isItem: true
|
|
},
|
|
{
|
|
tableTitle: "计划数量",
|
|
tableProp: "planQty",
|
|
width: "100",
|
|
tableTitleSE: 8,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
notSort: true,
|
|
isItem: true
|
|
},
|
|
{
|
|
tableTitle: "实领数量",
|
|
tableProp: "doneQty",
|
|
width: "100",
|
|
tableTitleSE: 9,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
notSort: true,
|
|
isItem: true
|
|
},
|
|
{
|
|
tableTitle: "部门编码",
|
|
width: "150",
|
|
show_overflow_tooltip: true,
|
|
align: "center",
|
|
tableProp: "departmentCode",
|
|
tableTitleSE: 10
|
|
},
|
|
{
|
|
tableTitle: "部门名称",
|
|
width: "200",
|
|
show_overflow_tooltip: true,
|
|
align: "center",
|
|
tableProp: "departmentName",
|
|
tableTitleSE: 11
|
|
},
|
|
{
|
|
tableTitle: "业务员编码",
|
|
width: "150",
|
|
show_overflow_tooltip: true,
|
|
align: "center",
|
|
tableProp: "salesmanCode",
|
|
tableTitleSE: 12
|
|
},
|
|
{
|
|
tableTitle: "业务员名称",
|
|
width: "200",
|
|
show_overflow_tooltip: true,
|
|
align: "center",
|
|
tableProp: "salesmanName",
|
|
tableTitleSE: 13
|
|
},
|
|
|
|
{
|
|
tableTitle: "订单号",
|
|
tableProp: "orderProdNumber",
|
|
width: "150",
|
|
tableTitleSE: 14,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
notSort: true,
|
|
isItem: true
|
|
},
|
|
{
|
|
tableTitle: "工单号",
|
|
tableProp: "orderWorkNumber",
|
|
width: "200",
|
|
tableTitleSE: 15,
|
|
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: "warehouseCode",
|
|
width: "150",
|
|
tableTitleSE: 16,
|
|
align: "center",
|
|
show_overflow_tooltip: true
|
|
},
|
|
{
|
|
tableTitle: "出库库区名称",
|
|
tableProp: "warehouseName",
|
|
width: "200",
|
|
tableTitleSE: 17,
|
|
align: "center",
|
|
show_overflow_tooltip: true
|
|
},
|
|
{
|
|
tableTitle: "客户编码",
|
|
tableProp: "customerCode",
|
|
width: "150",
|
|
tableTitleSE: 18,
|
|
align: "center",
|
|
show_overflow_tooltip: true
|
|
},
|
|
{
|
|
tableTitle: "客户名称",
|
|
tableProp: "customerName",
|
|
width: "150",
|
|
tableTitleSE: 19,
|
|
align: "center",
|
|
show_overflow_tooltip: true
|
|
},
|
|
{
|
|
tableTitle: "红蓝单据",
|
|
tableProp: "bredvouchShow",
|
|
width: "100",
|
|
tableTitleSE: 20,
|
|
align: "center",
|
|
show_overflow_tooltip: true
|
|
},
|
|
{
|
|
tableTitle: "关联蓝单据号",
|
|
tableProp: "relationBlueNumber",
|
|
width: "200",
|
|
tableTitleSE: 21,
|
|
align: "center",
|
|
show_overflow_tooltip: true
|
|
},
|
|
{
|
|
tableTitle: "ERP对应单据号",
|
|
tableProp: "erpNumber",
|
|
width: "200",
|
|
tableTitleSE: 22,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
notSort: true,
|
|
isItem: true
|
|
},
|
|
{
|
|
tableTitle: "ERP同步状态",
|
|
tableProp: "dictErpStatusShow",
|
|
width: "150",
|
|
tableTitleSE: 23,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
notSort: true,
|
|
isItem: true
|
|
},
|
|
{
|
|
tableTitle: "ERP同步时间",
|
|
tableProp: "erpSyncTime",
|
|
width: "170",
|
|
tableTitleSE: 24,
|
|
align: "center",
|
|
show_overflow_tooltip: true,
|
|
notSort: true,
|
|
isItem: true
|
|
},
|
|
{
|
|
tableTitle: "审核人",
|
|
width: "130",
|
|
show_overflow_tooltip: true,
|
|
align: "center",
|
|
tableProp: "approver",
|
|
tableTitleSE: 25,
|
|
notSort: true,
|
|
},
|
|
{
|
|
tableTitle: "审核时间",
|
|
width: "170",
|
|
show_overflow_tooltip: true,
|
|
align: "center",
|
|
tableProp: "approvalTime",
|
|
tableTitleSE: 26,
|
|
notSort: true,
|
|
},
|
|
// {
|
|
// tableTitle: "审核状态",
|
|
// width: "150",
|
|
// show_overflow_tooltip: true,
|
|
// align: "center",
|
|
// tableProp: "dictApprovalStatusShow",
|
|
// tableTitleSE: 21,
|
|
// notSort: true,
|
|
// },
|
|
{
|
|
tableTitle: "创建人",
|
|
width: "130",
|
|
show_overflow_tooltip: true,
|
|
align: "center",
|
|
tableProp: "createdBy",
|
|
tableTitleSE: 27,
|
|
notSort: true,
|
|
},
|
|
{
|
|
tableTitle: "创建时间",
|
|
width: "170",
|
|
show_overflow_tooltip: true,
|
|
align: "center",
|
|
tableProp: "createdDt",
|
|
tableTitleSE: 28,
|
|
notSort: true,
|
|
},
|
|
{
|
|
tableTitle: "修改人",
|
|
width: "130",
|
|
show_overflow_tooltip: true,
|
|
align: "center",
|
|
tableProp: "updatedBy",
|
|
tableTitleSE: 29,
|
|
notSort: true,
|
|
},
|
|
{
|
|
tableTitle: "修改时间",
|
|
width: "170",
|
|
show_overflow_tooltip: true,
|
|
align: "center",
|
|
tableProp: "updatedDt",
|
|
tableTitleSE: 30,
|
|
notSort: true,
|
|
}, {
|
|
tableTitle: "领料原因",
|
|
width: "170",
|
|
show_overflow_tooltip: true,
|
|
align: "center",
|
|
tableProp: "pickReason",
|
|
tableTitleSE: 31,
|
|
notSort: true,
|
|
}
|
|
]
|
|
}
|