You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1431 lines
78 KiB
1431 lines
78 KiB
/**
|
|
* @returns {Array} 采购订单
|
|
*/
|
|
export const PurchaseOrder = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left" },
|
|
{ type:"object", label: "物料名称", prop: "item", showProp:"name", },
|
|
{ type:"object", label: "物料描述1", prop: "item", showProp:"desc1", },
|
|
{ type:"object", label: "物料描述2", prop: "item", showProp:"desc2", },
|
|
{ label: "订单号", prop: "number", },
|
|
{ label: "订单行", prop: "poLine", },
|
|
{ type:"object", label: "数量", prop: "qty", showProp:"qty", },
|
|
{ type:"object", label: "单位", prop: "qty", showProp:"uom", },
|
|
{ type:"object", label: "包装数量", prop: "stdPack", showProp:"packQty", },
|
|
{ type:"object", label: "包装规格", prop: "stdPack", showProp:"packUom", },
|
|
{ label: "转换率", prop: 'convertRate', },
|
|
{ type: "filter", label: "是否寄存订单", prop: "isConsignment", filters: "whetherOrNot" },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 销售订单
|
|
*/
|
|
export const SaleOrder = [
|
|
{ label: "销售订单号", prop: "number", fixed: "left",},
|
|
{ label: "订单行", prop: "soLine", },
|
|
{ label: "itemCode", prop: "itemCode", },
|
|
{ type:"object", label: "物料名称", prop: "item", showProp:"name", },
|
|
{ type:"object", label: "物料描述1", prop: "item", showProp:"desc1", },
|
|
{ type:"object", label: "物料描述2", prop: "item", showProp:"desc2", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 供应商发货通知
|
|
*/
|
|
export const SupplierAsn = [
|
|
{ label: "订单号", prop: "poNumber", fixed: "left", width: "200px" },
|
|
{ label: "订单行", prop: "poLine", width: "200px" },
|
|
{ label: "箱标签", prop: "packingCode", width: "200px" },
|
|
{ label: "itemCode", prop: "itemCode", width: "200px" },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", width: "200px" },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", width: "200px" },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", width: "200px" },
|
|
// { type: "object", label: "到货数量", prop: "qty", showProp: "qty", width: "200px" },
|
|
{ type: "object", label: "发货数量", prop: "qty", showProp: "qty", width: "200px" },
|
|
{ type: "object", label: "计量单位", prop: "qty", showProp: "uom", width: "200px" },
|
|
{ label: "托标签", prop: "containerCode", width: "200px" },
|
|
{ label: "批次", prop: "lot", width: "200px" },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", width: "200px" },
|
|
{ label: "E-LEVEL等级", prop: "itemEqLevel", width: "200px" },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", width: "200px" },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", width: "200px" },
|
|
{ type: "object", label: "标包计量单位", prop: "stdPack", showProp: "packUom", width: "200px" },
|
|
]
|
|
/**
|
|
* @returns {Array} 客户发货通知
|
|
*/
|
|
export const CustomerAsn = [
|
|
{ label: "订单号", prop: "poNumber", fixed: "left", },
|
|
{ label: "订单行", prop: "poLine", },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "itemCode", prop: "itemCode", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "发货数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "计量单位", prop: "qty", showProp: "uom", },
|
|
{ label: "托标签", prop: "containerCode", },
|
|
{ label: "批次", prop: "lot", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "object", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "标包计量单位", prop: "stdPack", showProp: "packUom", },
|
|
]
|
|
/**
|
|
* @returns {Array} 到货通知
|
|
*/
|
|
export const ArriveNotice = [
|
|
{ label: "itemCode", prop: "itemCode",fixed:"left", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", valueType: Number, label: "到货数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", valueType: Number, label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ label: "每托数量", prop: "qtyPerPallet", },
|
|
{ type: "object", label: "计量单位", prop: "qty", showProp: "uom", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "批次", prop: "lot", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ label: "订单号", prop: "poNumber", },
|
|
{ label: "订单行", prop: "poLine", },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "托标签", prop: "containerCode", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 采购收货记录
|
|
*/
|
|
export const PurchaseReceiptNote = [
|
|
{ label: "itemCode", prop: "itemCode",fixed: "left", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
// { type: "object", label: "到货数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "收货数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ label: "订单号", prop: "poNumber", },
|
|
{ label: "订单行", prop: "poLine", },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "托标签", prop: "containerCode", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "包装单位", prop: "qty", showProp: "uom", },
|
|
{ type: "object", label: "包装规格", prop: "stdPack", showProp: "packUom", },
|
|
{ label: "E-LEVEL等级", prop: "labelEqLevel" },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 收购异常记录
|
|
*/
|
|
export const ReceiptAbnormalNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
// { type: "object", label: "到货数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "收货数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "包装单位", prop: "qty", showProp: "uom", },
|
|
{ type: "object", label: "包装规格", prop: "stdPack", showProp: "packUom", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 采购退货记录
|
|
*/
|
|
export const PurchaseReturnNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "箱标签", prop: "packingCode"},
|
|
{ label: "退货库位", prop: "locationCode"},
|
|
{ label: "发货单号", prop: "asnNumber" },
|
|
{ type: "object", label: "退货数量", prop: "qty", showProp: "qty", },
|
|
{ label: "批次", prop: "lot" },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
// { type: "object", label: "包装单位", prop: "qty", showProp: "uom", },
|
|
{ type: "object", label: "包装规格", prop: "stdPack", showProp: "packUom", },
|
|
// { label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 上架记录
|
|
*/
|
|
export const PutawayNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left", },
|
|
{ label: "箱标签", prop: "toPackingCode", },
|
|
{ type: "object", valueType: Number, label: "上架数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", valueType: Number, label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "备料单位", prop: "qty", showProp: "uom", },
|
|
{ label: "目标库位", prop: "toLocationCode", },
|
|
{ label: "来源库位", prop: "fromLocationCode", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 要料申请
|
|
*/
|
|
export const MaterialRequest = [
|
|
{ label: "itemCode", prop: "itemCode",fixed: "left", },
|
|
{ type: "object", valueType: Number, label: "要料数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "要料单位", prop: "qty", showProp: "uom", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "计量单位", prop: "stdPack", showProp: "packQty", },
|
|
{ label: "请求库位", prop: "requestLocationCode", },
|
|
{ label: "目标库位", prop: "toLocationCode", },
|
|
{ type: "dateTime", label: "过期日期", prop: "expiredTime", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 发料记录
|
|
*/
|
|
export const IssueNote = [
|
|
{ label: "itemCode", prop: "itemCode",fixed: "left", },
|
|
// { label: "箱标签", type: "input", prop: "packingCode", },
|
|
{ type: "object", valueType: Number, label: "发料数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", valueType: Number, label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "发料单位", prop: "qty", showProp: "uom", },
|
|
{ label: "请求库位", prop: "fromRequestLocationCode", },
|
|
{ label: "目标库位", prop: "toLocationCode", },
|
|
{ label: "来源库位", prop: "fromLocationCode", },
|
|
{ type: "dateTime", label: "发料时间", prop: "issueTime", },
|
|
{ type: "dateTime", label: "过期时间", prop: "expiredTime", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "生产线", prop: "prodLine", },
|
|
{ label: "工作中心", prop: "workCenter", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 计划外入库记录
|
|
*/
|
|
export const UnplannedReceiptNote = [
|
|
{ label: "itemCode", prop: "itemCode",fixed: "left", },
|
|
// { label: "箱标签", type: "input", prop: "packingCode", },
|
|
{ type: "object", valueType: Number, label: "入库数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", valueType: Number, label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "入库单位", prop: "qty", showProp: "uom", },
|
|
{ label: "库位编号", prop: "locationCode", },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "托标签", prop: "containerCode", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "供应商代码", prop: 'supplierCode', },
|
|
{ label: "原因代码", prop: 'reasonCode', },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 计划外出库记录
|
|
*/
|
|
export const UnplannedIssueNote = [
|
|
{ label: "itemCode", prop: "itemCode",fixed: "left", },
|
|
// { label: "箱标签", type: "input", prop: "packingCode", },
|
|
{ type: "object", valueType: Number, label: "出库数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", valueType: Number, label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "出库单位", prop: "qty", showProp: "uom", },
|
|
{ label: "库位编号", prop: "locationCode", },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "托标签", prop: "containerCode", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "供应商代码", prop: 'supplierCode', },
|
|
{ label: "原因代码", prop: 'reasonCode', },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 隔离记录
|
|
*/
|
|
export const IsolationNote = [
|
|
{ label: "itemCode", prop: "itemCode",fixed: "left", },
|
|
// { label: "箱标签", type: "input", prop: "packingCode", },
|
|
{ type: "object", valueType: Number, label: "隔离数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", valueType: Number, label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "隔离单位", prop: "qty", showProp: "uom", },
|
|
{ label: "来源库位", prop: "fromLocationCode", },
|
|
{ label: "目标库位", prop: "toLocationCode", },
|
|
{ label: "来源箱标签", prop: "fromPackingCode", },
|
|
{ label: "目标箱标签", prop: "toPackingCode", },
|
|
{ label: "来源托标签", prop: "fromContainerCode", },
|
|
{ label: "来源托标签", prop: "toContainerCode", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 报废记录
|
|
*/
|
|
export const ScrapNote = [
|
|
{ label: "itemCode", prop: "itemCode",fixed: "left", },
|
|
// { label: "箱标签", type: "input", prop: "packingCode", },
|
|
{ type: "object", valueType: Number, label: "报废数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", valueType: Number, label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "报废单位", prop: "qty", showProp: "uom", },
|
|
{ label: "来源库位", prop: "fromLocationCode", },
|
|
{ label: "目标库位", prop: "toLocationCode", },
|
|
{ label: "来源箱标签", prop: "fromPackingCode", },
|
|
{ label: "目标箱标签", prop: "toPackingCode", },
|
|
{ label: "来源托标签", prop: "fromContainerCode", },
|
|
{ label: "来源托标签", prop: "toContainerCode", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 发货计划
|
|
*/
|
|
export const DeliverPlan = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
// { type: "object", label: "到货数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "发货数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "包装单位", prop: "qty", showProp: "uom", },
|
|
{ type: "object", label: "包装规格", prop: "stdPack", showProp: "packUom", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "项目", prop: "project", },
|
|
{ label: "销售订单号", prop: "soNumber", },
|
|
{ label: "订单行", prop: "soLine", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 发货申请
|
|
*/
|
|
export const DeliverRequest = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "发货数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ label: "目标库位", prop: "toLocationCode", },
|
|
{ type: "dateTime", label: "过期时间", prop: "expiredTime", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 发货记录
|
|
*/
|
|
export const DeliverNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
// { label: "箱标签", type: "input", prop: "packingCode", },
|
|
{ type: "object", valueType: Number, label: "发货数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", valueType: Number, label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "发货单位", prop: "qty", showProp: "uom", },
|
|
{ label: "目标库位", prop: "toLocationCode", },
|
|
{ label: "来源库位", prop: "fromLocationCode", },
|
|
{ type: "dateTime", label: "发货时间", prop: "deliverTime", },
|
|
{ type: "dateTime", label: "过期时间", prop: "expiredTime", },
|
|
{ label: "来源箱标签", prop: "fromPackingCode", },
|
|
{ label: "目标箱标签", prop: "toPackingCode", },
|
|
{ label: "来源托标签", prop: "fromContainerCode", },
|
|
{ label: "目标托标签", prop: "toContainerCode", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 盘点计划
|
|
*/
|
|
export const CountPlan = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left", },
|
|
// { type: "filter", filters: "checkStage", label: "阶段", prop: "stage",},
|
|
// { label: "最终盘点数量", prop: "finalCountQty", },
|
|
// { type: "object", label: "最终盘点数量单位", prop: "finalCountQty", showProp: "uom", },
|
|
// { label: "盘点差异数量", prop: "diffQty" },
|
|
{ type: "object", label: "库存数量", prop: "inventoryQty", showProp: "qty", },
|
|
{ type: "object", label: "库存数量单位", prop: "inventoryQty", showProp: "uom", },
|
|
{ type: "filter", label: "库存状态", prop: "inventoryStatus", filters: "inventoryStage", },
|
|
{ label: "库位", prop: "locationCode", },
|
|
{ type: "filter", label: "明细状态", prop: "detailStatus", filters: "DetailStatus", },
|
|
// { type: "object", label: "初盘数量", prop: "firstCount", showProp: "qty", },
|
|
// { type: "objectDateTime", label: "初盘时间", prop: "firstCount", showProp: "time", },
|
|
// { type: "object", label: "重盘数量", prop: "repeatCount", showProp: "qty", },
|
|
// { type: "objectDateTime", label: "重盘时间", prop: "repeatCount", showProp: "time", },
|
|
// { type: "object", label: "监盘数量", prop: "auditCount", showProp: "qty", },
|
|
// { type: "objectDateTime", label: "监盘时间", prop: "auditCount", showProp: "time", },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "托盘标签", prop: "palletLabel", },
|
|
// { label: "盘点标签", prop: "countLabel", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
// { type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ label: "批次", prop: "lot", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 调整库存
|
|
*/
|
|
export const CountPlanAdjust = [
|
|
{ label: "盘点计划单号", prop: "countPlanNumber", fixed: "left", },
|
|
// { type: "filter", filters: "stageType", label: "阶段", prop: "stage",},
|
|
{ label: "itemCode", prop: "itemCode", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "盘点数量", prop: "finalCountQty" },
|
|
{ label: "盘点差异数量", prop: "diffQty" },
|
|
{ type: "filter", label: "明细状态", prop: "detailStatus", filters: "DetailStatus", },
|
|
{ type: "object", label: "库存数量", prop: "inventoryQty", showProp: "qty", },
|
|
// { type: "object", label: "初盘数量", prop: "firstCount", showProp: "qty", },
|
|
// { type: "objectDateTime", label: "初盘时间", prop: "firstCount", showProp: "time", },
|
|
// { type: "object", label: "重盘数量", prop: "repeatCount", showProp: "qty", },
|
|
// { type: "objectDateTime", label: "重盘时间", prop: "repeatCount", showProp: "time", },
|
|
// { type: "object", label: "监盘数量", prop: "auditCount", showProp: "qty", },
|
|
// { type: "objectDateTime", label: "监盘时间", prop: "auditCount", showProp: "time", },
|
|
// { type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ label: "批次", prop: "lot", },
|
|
// { label: "盘点标签", prop: "containerCode", },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "库位编号", prop: "locationCode", },
|
|
{ type: "object", label: "库存单位", prop: "inventoryQty", showProp: "uom", },
|
|
//{ label: "公司", prop: "company", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 盘点记录
|
|
*/
|
|
export const CountNote = [
|
|
{ label: "盘点计划单号", prop: "countPlanNumber", fixed: "left", },
|
|
// { type: "filter", filters: "checkStage", label: "阶段", prop: "stage",},
|
|
{ label: "itemCode", prop: "itemCode", },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "盘点数量", prop: "finalCountQty" },
|
|
{ label: "盘点差异数量", prop: "diffQty" },
|
|
{ type: "filter", label: "明细状态", prop: "detailStatus", filters: "DetailStatus", },
|
|
{ type: "object", label: "库存数量", prop: "inventoryQty", showProp: "qty", },
|
|
// { type: "object", label: "初盘数量", prop: "firstCount", showProp: "qty", },
|
|
// { type: "objectDateTime", label: "初盘时间", prop: "firstCount", showProp: "time", },
|
|
// { type: "object", label: "重盘数量", prop: "repeatCount", showProp: "qty", },
|
|
// { type: "objectDateTime", label: "重盘时间", prop: "repeatCount", showProp: "time", },
|
|
// { type: "object", label: "监盘数量", prop: "auditCount", showProp: "qty", },
|
|
// { type: "objectDateTime", label: "监盘时间", prop: "auditCount", showProp: "time", },
|
|
// { type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ label: "批次", prop: "lot", },
|
|
// { label: "盘点标签", prop: "containerCode", },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "库位编号", prop: "locationCode", },
|
|
{ type: "object", label: "库存单位", prop: "inventoryQty", showProp: "uom", },
|
|
//{ label: "公司", prop: "company", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 盘点差异调整记录
|
|
*/
|
|
export const CountAdjustNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left", },
|
|
// { type: "filter", filters: "checkStage", label: "阶段", prop: "stage",},
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", width: "300px" },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", width: "300px" },
|
|
{ label: "库位编号", prop: "locationCode", width: "200px" },
|
|
// { type: "object", valueType: Number, label: "发货数量", prop: "InventoryQty", showProp: "qty", width: "100px" },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", width: "150px" },
|
|
// { type: "object", label: "发货单位", prop: "InventoryQty", showProp: "uom", width: "100px" },
|
|
{ label: "盘点差异数量", prop: "diffQty" },
|
|
// { type: "filter", label: "明细状态", prop: "detailStatus", filters: "DetailStatus", width: "100px" },
|
|
{ label: "批次", prop: "lot", width: "100px" },
|
|
{ label: "库位编号", prop: "locationCode", width: "100px" },
|
|
{ label: "盘点数量", prop: "countQty", width: "100px" },
|
|
{ label: "调整数量", prop: "adjustQty", width: "100px" },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "托标签", prop: "containerCode", },
|
|
// { type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "原因编号", prop: "reasonCode", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 生产计划
|
|
*/
|
|
export const ProductionPlan = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name",},
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", valueType: Number, label: "计划数量", prop: "planQty", showProp: "qty", },
|
|
// { label: "合格数量", prop: "goodQty", },
|
|
// { label: "不合格数量", prop: "noGoodQty", },
|
|
{ type: "object", label: "计划单位", prop: "planQty", showProp: "uom", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "object", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "Bom版本", prop: "bomVersion", },
|
|
// { type: "input", label: "", prop: "bomVersion", },
|
|
{ label: "备注", prop: "remark", },
|
|
]
|
|
/**
|
|
* @returns {Array} 备料计划
|
|
*/
|
|
export const PreparationPlan = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "备料数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "备料单位", prop: "qty", showProp: "uom", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "qty", },
|
|
{ type: "object", label: "包装规格", prop: "stdPack", showProp: "uom", },
|
|
{ label: "目标库位", prop: "toLocationCode", },
|
|
{ label: "工作中心", prop: "workStation", },
|
|
{ type: "dateTime", label: "最晚时间", prop: "latestTime", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 完工收货记录
|
|
*/
|
|
export const ProductReceiptNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", width: "150px" },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", width: "300px" },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", width: "300px" },
|
|
{ label: "库位编号", prop: "locationCode", },
|
|
{ label: "原料库位", prop: "rawLocation", width: "100px" },
|
|
{ type: "object", valueType: Number, label: "完工收货数量", prop: "qty", showProp: "qty", width: "100px" },
|
|
{ type: "object", valueType: Number, label: "包装数量", prop: "stdPack", showProp: "packQty", width: "100px" },
|
|
{ type: "object", label: "完工收货单位", prop: "qty", showProp: "uom", width: "100px" },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "托标签", prop: "containerCode", },
|
|
{ label: "批次", prop: "lot", width: "100px" },
|
|
{ label: "生产线", prop: "prodLine", width: "100px" },
|
|
{ label: "Bom版本", prop: "bomVersion", width: "100px" },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "原因编号", prop: "reasonCode", width: "100px" },
|
|
{ label: "备注", prop: 'remark', width: "300px" },
|
|
]
|
|
/**
|
|
* @returns {Array} 下线结算记录
|
|
*/
|
|
export const OfflineSettlementNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name",},
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", valueType: Number, label: "下线结算数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "下线结算单位", prop: "qty", showProp: "uom", },
|
|
{ label: "库位编号", prop: "locationCode", },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "托标签", prop: "containerCode", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
// { type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
// { type: "dateTime", label: "生产日期", prop: "createTime" },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 追溯记录
|
|
*/
|
|
export const TracebackNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name",},
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", valueType: Number, label: "消耗数量", prop: "rawQty", showProp: "qty", },
|
|
{ type: "object", label: "包装规格", prop: "rawQty", showProp: "uom", },
|
|
{ label: "来源库位代码", prop: "rawLocation", },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "托标签", prop: "rawContainerCode", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
// { type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
// { type: "dateTime", label: "生产日期", prop: "createTime", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 成品回收记录
|
|
*/
|
|
export const ProductRecycleNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "库位编号", prop: "locationCode", },
|
|
{ label: "原料库位编号", prop: "rawLocation", },
|
|
{ type: "object", valueType: Number, label: "成品回收数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", valueType: Number, label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ label: "批次", prop: "lot", },
|
|
{ type: "object", label: "成品回收单位", prop: "qty", showProp: "uom", },
|
|
{ label: "箱标签", prop: "packingCode", },
|
|
{ label: "托标签", prop: "containerCode", },
|
|
{ label: "生产线", prop: "prodLine", },
|
|
{ label: "Bom版本", prop: "bomVersion", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 退库记录
|
|
*/
|
|
export const StockReturnNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", valueType: Number, label: "退库数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", valueType: Number, label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "退库单位", prop: "qty", showProp: "uom", },
|
|
{ label: "来源库位", prop: "fromLocationCode", },
|
|
{ label: "目标库位", prop: "toLocationCode", },
|
|
{ label: "来源箱标签", prop: "fromPackingCode", },
|
|
{ label: "目标箱标签", prop: "toPackingCode", },
|
|
{ label: "来源托标签", prop: "fromContainerCode", },
|
|
{ label: "目标托标签", prop: "toContainerCode", },
|
|
{ label: "生产线", prop: "prodLine", },
|
|
{ label: "工作中心", prop: "workCenter", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 客户退库记录
|
|
*/
|
|
export const CustomerReturnNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", valueType: Number, label: "退货数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", valueType: Number, label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "退货单位", prop: "qty", showProp: "uom", },
|
|
{ label: "来源库位", prop: "fromLocationCode", },
|
|
{ label: "目标库位", prop: "toLocationCode", },
|
|
{ label: "来源箱标签", prop: "fromPackingCode", },
|
|
{ label: "目标箱标签", prop: "toPackingCode", },
|
|
{ label: "来源托标签", prop: "fromContainerCode", },
|
|
{ label: "目标托标签", prop: "toContainerCode", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 调拨发货
|
|
*/
|
|
export const WareHouseTransferNote = [
|
|
{ label: "物料编号", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ label: "目标库位", prop: "toLocationCode", },
|
|
{ label: "来源库位", prop: "fromLocationCode", },
|
|
{ label: "目标仓库", prop: "toWarehouseCode", },
|
|
{ label: "来源仓库", prop: "fromWarehouseCode", },
|
|
{ type: "filter", filters: "requestStatus", label: "从状态", prop: "fromStatus",},
|
|
{ type: "filter", filters: "requestStatus", label: "到状态", prop: "toStatus",},
|
|
{ label: "原因", prop: "reason",},
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 返修记录
|
|
*/
|
|
export const ReworkNote = [
|
|
{ label: "工单号", prop: "number", fixed: "left" },
|
|
{ label: "物料代码", prop: 'itemCode' },
|
|
{ label: "物料名称", prop: 'item', showProp: 'name', type: "object" },
|
|
{ label: "描述1", prop: 'item', showProp: 'desc1', type: "object" },
|
|
{ label: "描述1", prop: 'item', showProp: 'desc1', type: "object" },
|
|
{ label: "批次", prop: 'lot' },
|
|
{ label: "箱标签", prop: 'packingCode' },
|
|
{ label: "单位", prop: 'qty', showProp: 'uom', type: "object" },
|
|
{ label: "数量", prop: 'qty', showProp: 'qty', type: "object" },
|
|
{ label: "库位代码", prop: 'locationCode' },
|
|
{ label: "仓库", prop: 'warehouseCode' },
|
|
{ label: "操作员", prop: 'worker' },
|
|
{ label: "任务ID", prop: 'jobNumber',},
|
|
{ type: "dateTime", label: "创建时间", prop: "createTime",},
|
|
{ label: "备注", prop: "remark",},
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 报检单
|
|
*/
|
|
export const InspectNotice = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ label: "物料名称", type: "object", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "箱标签", prop: "packingCode",},
|
|
{ label: "托标签", prop: "containerCode",},
|
|
{ label: "批次", prop: "lot" },
|
|
{ label: "库位代码", prop: "locationCode",},
|
|
// { label: "抽检百分比", prop: "samplePercent",},
|
|
// { label: "检验数量", prop: "inspectQty",},
|
|
{ type: "object", label: "收货数量", prop: "receiveQty", showProp: "qty", },
|
|
{ type: "object", label: "收货单位", prop: "receiveQty", showProp: "uom",},
|
|
{ type: "filter", filters: "inspectType", label: "检验类型", prop: "inspectType",},
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty",},
|
|
{ type: "object", label: "包装规格", prop: "stdPack", showProp: "packUom",},
|
|
{ label: "订单号", prop: "poNumber",},
|
|
// { label: "订单行", prop: "poLine",},
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
]
|
|
/**
|
|
* @returns {Array} 检验记录
|
|
*/
|
|
export const InspectNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "检验数量", prop: "inspectQty",},
|
|
{ label: "合格数量", prop: "goodQty",},
|
|
{ label: "不合格数量", prop: "failedQty",},
|
|
{ label: "不合格原因", prop: "failedReason",},
|
|
{ label: "破坏数量", prop: "crackQty",},
|
|
{ type: "object", label: "收货数量", prop: "receiveQty", showProp: "qty", },
|
|
{ type: "object", label: "收货单位", prop: "receiveQty", showProp: "uom",},
|
|
{ type: "filter", filters: "taskType", label: "检验类型", prop: "inspectType",},
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty",},
|
|
{ type: "object", label: "包装规格", prop: "stdPack", showProp: "packUom",},
|
|
{ label: "库位代码", prop: "locationCode",},
|
|
{ label: "箱标签", prop: "packingCode",},
|
|
{ label: "托标签", prop: "containerCode",},
|
|
{ label: "批次", prop: "lot", },
|
|
{ label: "订单号", prop: "poNumber",},
|
|
{ label: "订单行", prop: "poLine",},
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 质量异常记录
|
|
*/
|
|
export const InspectAbnormalNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "质量异常数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ type: "object", label: "质量异常单位", prop: "qty", showProp: "uom", },
|
|
{ label: "异常类型", prop: "abnormalType", },
|
|
{ label: "箱标签", prop: "packingCode",},
|
|
{ label: "托标签", prop: "containerCode",},
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 采购收货任务
|
|
*/
|
|
export const PurchaseReceiptJob = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ label: "物料名称", type: "object", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "实际收货数量", prop: "handledQty", showProp: "qty", },
|
|
{ type: "object", label: "推荐收货数量", prop: "recommendQty", showProp: "qty", },
|
|
{ type: "object", label: "收货单位", prop: "recommendQty", showProp: "uom",},
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty",},
|
|
{ type: "object", label: "包装规格", prop: "stdPack", showProp: "packUom",},
|
|
{ label: "实际库位", prop: "handledLocationCode",},
|
|
{ label: "推荐库位", prop: "recommendLocationCode",},
|
|
{ label: "实际箱标签", prop: "handledPackingCode", },
|
|
{ label: "推荐箱标签", prop: "recommendPackingCode",},
|
|
{ label: "实际托标签", prop: "handledContainerCode",},
|
|
{ label: "推荐托标签", prop: "recommendContainerCode",},
|
|
{ type: "object", label: "实际供应商批次", prop: "handledBatch", showProp: "supplierBatch",},
|
|
{ type: "object", label: "推荐供应商批次", prop: "recommendBatch", showProp: "supplierBatch",},
|
|
{ label: "订单号", prop: "poNumber",},
|
|
{ label: "订单行", prop: "poLine",},
|
|
{ label: "E-LEVEL等级", prop: "labelEqLevel" },
|
|
// { label: "备注", prop: 'remark', },
|
|
// { type: "input", label: "目标库位", prop: "toLocation",},
|
|
]
|
|
/**
|
|
* @returns {Array} 采购退货任务
|
|
*/
|
|
export const PurchaseReturnJob = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ label: "实际箱标签", prop: "handledPackingCode", },
|
|
{ label: "推荐箱标签", prop: "recommendPackingCode",},
|
|
{ type: "object", label: "实际收货数量", prop: "handledQty", showProp: "qty", },
|
|
{ type: "object", label: "推荐收货数量", prop: "recommendQty", showProp: "qty", },
|
|
{ type: "object", label: "收货单位", prop: "recommendQty", showProp: "uom",},
|
|
{ label: "实际库位", prop: "handledLocationCode",},
|
|
// { type: "input", label: "目标库位", prop: "toLocation",},
|
|
{ label: "推荐库位", prop: "recommendLocationCode",},
|
|
{ label: "实际托标签", prop: "handledContainerCode",},
|
|
{ label: "推荐托标签", prop: "recommendContainerCode",},
|
|
{ label: "物料名称", type: "object", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty",},
|
|
{ type: "object", label: "包装单位", prop: "stdPack", showProp: "packUom",},
|
|
{ type: "object", label: "实际供应商批次", prop: "handledBatch", showProp: "supplierBatch",},
|
|
{ type: "object", label: "推荐供应商批次", prop: "recommendBatch", showProp: "supplierBatch",},
|
|
{ label: "订单号", prop: "poNumber",},
|
|
{ label: "订单行", prop: "poLine",},
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 上架任务
|
|
*/
|
|
export const PutawayJob = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ label: "物料名称", type: "object", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "实际箱标签", prop: "handledPackingCode",},
|
|
{ label: "推荐箱标签", prop: "recommendPackingCode",},
|
|
{ label: "实际托标签", prop: "handledContainerCode",},
|
|
{ label: "推荐托标签", prop: "recommendContainerCode",},
|
|
{ type: "object", label: "实际上架数量", prop: "handledQty", showProp: "qty", },
|
|
{ type: "object", label: "推荐上架数量", prop: "recommendQty", showProp: "qty", },
|
|
{ label: "实际库位", prop: "handledLocationCode",},
|
|
{ label: "推荐库位", prop: "recommendLocationCode",},
|
|
// { type: "object", label: "实际供应商批次", prop: "handledBatch", showProp: "supplierBatch",},
|
|
// { type: "object", label: "推荐供应商批次", prop: "recommendBatch", showProp: "supplierBatch",},
|
|
{ label: "库存状态", type: "filter", filters: "inventoryStage", prop: "status", },
|
|
{ type: "object", label: "收货单位", prop: "recommendQty", showProp: "uom",},
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty",},
|
|
{ type: "object", label: "包装单位", prop: "stdPack", showProp: "packUom",},
|
|
{ label: "订单号", prop: "poNumber",},
|
|
{ label: "订单行", prop: "poLine",},
|
|
// { label: "从库位", prop: "fromLocationCode",},
|
|
// { type: "input", label: "目标库位", prop: "toLocation",},
|
|
// { type: "object", label: "实际收货数量", prop: "handledQty", showProp: "qty", },
|
|
// { type: "object", label: "推荐收货数量", prop: "recommendQty", showProp: "qty", },
|
|
// { label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 检验任务
|
|
*/
|
|
export const InspectJob = [
|
|
{ label: "itemCode", prop: "itemCode", fixed:"left", },
|
|
{ label: "物料名称", type: "object", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "实际箱标签",prop: "handledPackingCode",},
|
|
{ label: "推荐箱标签", prop: "recommendPackingCode",},
|
|
{ label: "实际托标签", prop: "handledContainerCode",},
|
|
{ label: "推荐托标签", prop: "recommendContainerCode",},
|
|
{ type: "filter", filters: "inspectType", label: "检验类型", prop: "inspectType",},
|
|
{ type: "object", label: "收货数量", prop: "receiveQty", showProp: "qty", },
|
|
{ label: "检验数量", prop: "inspectQty",},
|
|
{ label: "合格数量", prop: "goodQty",},
|
|
{ label: "不合格数量", prop: "failedQty",},
|
|
{ label: "最终不合格数量", prop: "notPassedQty",},
|
|
{ label: "破坏数量", prop: "crackQty",},
|
|
{ type: "object", label: "收货单位", prop: "receiveQty", showProp: "uom",},
|
|
{ label: "实际库位", prop: "handledLocationCode",},
|
|
{ label: "推荐库位", prop: "recommendLocationCode",},
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch",},
|
|
{ label: "备注", prop: 'remark', },
|
|
// { type: "object", label: "收货单位", prop: "receiveQty", showProp: "uom",},
|
|
// { label: "箱标签", prop: "packingCode",},
|
|
// { label: "托标签", prop: "handledContainerCode",},
|
|
// { label: "不合格原因", prop: "failedReason",},
|
|
// { type: "object", label: "到货数量", prop: "handledQty", showProp: "qty",},
|
|
// { type: "object", label: "到货单位", prop: "handledQty", showProp: "uom",},
|
|
// { type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty",},
|
|
// { type: "object", label: "包装单位", prop: "stdPack", showProp: "packUom",},
|
|
// { label: "订单号", prop: "poNumber",},
|
|
// { label: "订单行", prop: "poLine",},
|
|
|
|
]
|
|
/**
|
|
* @returns {Array} 发料任务
|
|
*/
|
|
export const IssueJob = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ label: "物料名称", type: "object", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ label: "实际箱标签", prop: "handledPackingCode",},
|
|
{ label: "推荐箱标签", prop: "recommendPackingCode",},
|
|
{ label: "请求库位", prop: "fromRequestLocationCode", },
|
|
{ type: "object", label: "实际数量", prop: "handledQty", showProp: "qty", },
|
|
{ type: "object", label: "实际单位", prop: "handledQty", showProp: "uom",},
|
|
{ type: "object", label: "推荐数量", prop: "recommendQty", showProp: "qty", },
|
|
{ type: "object", label: "推荐单位", prop: "recommendQty", showProp: "uom",},
|
|
{ label: "实际库位", prop: "handledLocationCode",},
|
|
{ label: "到库位", prop: "toLocationCode",},
|
|
{ label: "推荐库位", prop: "recommendLocationCode",},
|
|
{ label: "实际批次", prop: "handledLot",},
|
|
{ label: "推荐批次", prop: "recommendLot",},
|
|
// { type: "object", label: "实际批次", prop: "handledBatch", showProp: "supplierBatch",},
|
|
{ type: "objectDateTime", label: "实际生产日期", prop: "handledBatch", showProp: "produceDate",},
|
|
// { type: "object", label: "推荐批次", prop: "recommendBatch", showProp: "supplierBatch",},
|
|
{ type: "objectDateTime", label: "推荐生产日期", prop: "recommendBatch", showProp: "produceDate",},
|
|
// { label: "箱标签", prop: "packingCode",},
|
|
{ label: "托标签", prop: "containerCode",},
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty",},
|
|
{ type: "object", label: "包装单位", prop: "stdPack", showProp: "packUom",},
|
|
{ label: "订单号", prop: "poNumber",},
|
|
{ label: "订单行", prop: "poLine",},
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 收料任务
|
|
*/
|
|
export const IssueAcceptJob = [
|
|
{ label: "实际箱标签", prop: "handledPackingCode", fixed: "left",},
|
|
{ label: "itemCode", prop: "itemCode",},
|
|
{ label: "推荐箱标签", prop: "recommendPackingCode",},
|
|
{ type: "object", label: "实际库位数量", prop: "handledQty", showProp: "qty", },
|
|
{ type: "object", label: "实际库位单位", prop: "handledQty", showProp: "uom",},
|
|
{ label: "实际库位", prop: "handledLocationCode",},
|
|
{ label: "目标库位", prop: "toLocation",},
|
|
{ label: "推荐库位", prop: "recommendLocationCode",},
|
|
{ label: "托标签", prop: "containerCode",},
|
|
{ label: "物料名称", type: "object", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
// { type: "object", label: "到货数量", prop: "handledQty", showProp: "qty",},
|
|
// { type: "object", label: "到货单位", prop: "handledQty", showProp: "uom",},
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty",},
|
|
{ type: "object", label: "包装单位", prop: "stdPack", showProp: "packUom",},
|
|
{ type: "object", label: "批次", prop: "batch", showProp: "supplierBatch",},
|
|
{ label: "订单号", prop: "poNumber",},
|
|
{ label: "订单行", prop: "poLine",},
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 完工收货任务
|
|
*/
|
|
export const ProductReceiveJob = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ label: "箱标签", prop: "packingCode",},
|
|
{ type: "object", label: "收货数量", prop: "handledQty", showProp: "qty", },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", },
|
|
{ label: "实际库位", prop: "handledLocationCode",},
|
|
// { label: "目标库位", prop: "toLocation",},
|
|
{ label: "推荐库位", prop: "recommendLocationCode",},
|
|
{ type: "object", label: "收货单位", prop: "handledQty", showProp: "uom",},
|
|
// { label: "箱标签", prop: "packingCode",},
|
|
{ label: "托标签", prop: "containerCode",},
|
|
{ label: "物料名称", type: "object", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
// { type: "object", label: "到货数量", prop: "handledQty", showProp: "qty",},
|
|
// { type: "object", label: "到货单位", prop: "handledQty", showProp: "uom",},
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty",},
|
|
{ type: "object", label: "包装单位", prop: "stdPack", showProp: "packUom",},
|
|
{ label: "订单号", prop: "poNumber",},
|
|
{ label: "订单行", prop: "poLine",},
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 发货任务
|
|
*/
|
|
export const DeliverJob = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ label: "实际箱标签", prop: "handledPackingCode", },
|
|
{ label: "推荐箱标签", prop: "recommendPackingCode",},
|
|
{ type: "object", label: "实际数量", prop: "handledQty", showProp: "qty", },
|
|
{ type: "object", label: "实际单位", prop: "handledQty", showProp: "uom",},
|
|
{ type: "object", label: "推荐数量", prop: "recommendQty", showProp: "qty", },
|
|
// { type: "object", label: "推荐单位", prop: "recomendQty", showProp: "uom",},
|
|
// { label: "实际库位", prop: "handledLocationCode",},
|
|
// { label: "推荐库位", prop: "recommendLocationCode",},
|
|
{ label: "从库位", prop: "fromLocationCode",},
|
|
{ type: "object", label: "实际批次", prop: "handledBatch", showProp: "supplierBatch", },
|
|
{ type: "objectDateTime", label: "实际日期", prop: "handledBatch", showProp: "produceDate",},
|
|
{ type: "object", label: "推荐批次", prop: "recommendBatch", showProp: "supplierBatch", },
|
|
{ type: "object", label: "推荐日期", prop: "recommendBatch", showProp: "produceDate",},
|
|
{ label: "托标签", prop: "containerCode",},
|
|
{ label: "物料名称", type: "object", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
// { type: "object", label: "到货数量", prop: "handledQty", showProp: "qty",},
|
|
// { type: "object", label: "到货单位", prop: "handledQty", showProp: "uom",},
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty",},
|
|
{ type: "object", label: "包装单位", prop: "stdPack", showProp: "packUom",},
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 校验任务
|
|
*/
|
|
export const CheckJob = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ label: "实际箱标签", prop: "packingCode",},
|
|
{ type: "object", label: "库存数量", prop: "inventoryQty", showProp: "qty", },
|
|
{ type: "object", label: "库存单位", prop: "inventoryQty", showProp: "uom",},
|
|
{ label: "实际库位", prop: "locationCode",},
|
|
{ label: "托标签", prop: "containerCode",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty",},
|
|
{ type: "object", label: "包装单位", prop: "stdPack", showProp: "packUom",},
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch",},
|
|
{ label: "订单号", prop: "poNumber",},
|
|
{ label: "订单行", prop: "poLine",},
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
/**
|
|
* @returns {Array} 盘点任务
|
|
*/
|
|
export const CountJob = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ label: "箱标签", prop: "packingCode",},
|
|
{ type: "object", label: "实际数量", prop: "countQty", showProp: "qty", },
|
|
{ type: "object", label: "实际单位", prop: "countQty", showProp: "uom",},
|
|
{ type: "object", label: "库存数量", prop: "inventoryQty", showProp: "qty", },
|
|
{ type: "object", label: "库存单位", prop: "inventoryQty", showProp: "uom",},
|
|
{ label: "库位编号", prop: "locationCode",},
|
|
{ type: "filter", label: "库存状态", prop: "status", filters:"inventoryStage"},
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty",},
|
|
{ type: "object", label: "包装单位", prop: "stdPack", showProp: "packUom",},
|
|
{ label: "托标签", prop: "containerCode",},
|
|
//{ label: "物料代码", prop: "itemCode",},
|
|
{ label: "物料名称", type: "object", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
// { type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch",},
|
|
{ label: "批次", prop: "lot", },
|
|
{ label: "备注", prop: 'remark', },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 仓库管理-发运管理-发货任务(天津)
|
|
*/
|
|
export const Shipments = [
|
|
{label: "器具编号",prop: "containerCode", width: "300px"},
|
|
{ label: "产品数量", prop: "itemQty" },
|
|
{ label: "来源库位", prop: "fromLocationCode"},
|
|
{ label: "目标库位", prop: "toLocationCode"},
|
|
// { type: "filter", label: "发货状态", prop: "status", filters: "ShipmentsTjStatus",},
|
|
{ label: "备注", prop: 'remark' }
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 仓库管理-发运管理-器具查询(天津)
|
|
*/
|
|
export const Instruments = [
|
|
{label: "器具编号",prop: "containerCode"},
|
|
{ label: "序号", prop: "seqNo" },
|
|
{ label: "生产线编码", prop: "productNo"},
|
|
{ label: "项目号", prop: "projectCode", },
|
|
{ label: "配置码", prop: "itemCode" },
|
|
{ label: "批次", prop: "lot"},
|
|
{ label: "箱码", prop: "packingCode" },
|
|
{ label: "位置", prop: "position" },
|
|
{ label: "库存状态", type: "filter", filters: "inventoryStage", prop: "status", },
|
|
{ label: "备注", prop: 'remark' }
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 仓库管理-发运管理-收货记录(天津)
|
|
*/
|
|
export const ReceivingRecords = [
|
|
{ label: "序号", prop: "seqNo" },
|
|
{ label: "配置码", prop: "itemCode" },
|
|
{label: "器具编号",prop: "containerCode", width: "300px"},
|
|
{ type: "object", label: "名称", prop: "item", showProp: "name" },
|
|
{ label: "生产线编码", prop: "prodLine"},
|
|
{ label: "生产码", prop: "productNo", },
|
|
{ label: "项目号", prop: "projectCode", },
|
|
{ label: "批次", prop: "lot"},
|
|
{ label: "收货库位", prop: "locationCode" },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 仓库管理-发运管理-发货记录(天津)
|
|
*/
|
|
export const DeliveryRecord = [
|
|
{label: "器具编号",prop: "toContainerCode", width: "300px"},
|
|
// { label: "序号", prop: "seqNo" },
|
|
{ label: "配置码", prop: "itemCode" },
|
|
{ type: "object", label: "名称", prop: "item", showProp: "name" },
|
|
{ label: "生产码", prop: "productNo", },
|
|
{ label: "项目号", prop: "projectCode", },
|
|
{ label: "批次", prop: "toLot"},
|
|
{ label: "来源库位", prop: "fromLocationCode" },
|
|
{ label: "目标库位", prop: "toLocationCode" },
|
|
{ label: "备注", prop: 'remark' }
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 仓库管理-发运管理-回收记录(天津)
|
|
*/
|
|
export const JisProductRecycleNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ label: "箱标签", prop: "packingCode"},
|
|
{ label: "托标签", prop: "containerCode"},
|
|
{ label: "仓库", prop: "warehouseCode"},
|
|
{ label: "库位", prop: "locationCode"},
|
|
{ label: "批次", prop: "lot"},
|
|
{ label: "生产计划单号", prop: "productionPlanNumber"},
|
|
{ label: "产品号", prop: "productNo" },
|
|
{ label: "项目号", prop: "projectCode" },
|
|
{ label: "原料库位", prop: "rawLocation"},
|
|
{ label: "生产线", prop: "prodLine"},
|
|
]
|
|
/**
|
|
* @returns {Array} 仓库管理-发运管理-退库记录(天津)
|
|
*/
|
|
export const JisProductReturnNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "数量", prop: "qty", showProp: "qty", },
|
|
// { type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ label: "产品号", prop: "productNo" },
|
|
{ label: "项目号", prop: "projectCode" },
|
|
{ label: "原因", prop: "reason" },
|
|
]
|
|
/**
|
|
* @returns {Array} 仓库管理-发运管理-库存转移记录(天津)
|
|
*/
|
|
export const JisProductTransferNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "数量", prop: "qty", showProp: "qty", },
|
|
{ label: "批次", prop: "lot" },
|
|
{ label: "产品号", prop: "productNo" },
|
|
{ label: "项目号", prop: "projectCode" },
|
|
{ label: "原因", prop: "reason" },
|
|
]
|
|
/**
|
|
* @returns {Array} 供应商考核看板-汇总报表
|
|
*/
|
|
export const SupplierAssessmentReportForm = [
|
|
{ label: "供应商代码", prop: "supplierCode" },
|
|
{ label: "供应商名称", prop: "supplierName" },
|
|
{ label: "ASN单号", prop: 'asnNumber' },
|
|
{ label: "ASN发货时间", prop: 'asnShippingTime', type:'dateTime' },
|
|
// { label: "考核内容", prop: 'reason' },
|
|
{ type: "filter", label: "考核内容", prop: "reason", filters: "reasonStatus" },
|
|
{ label: "扣分分数", prop: 'scope' },
|
|
{ label: "扣分时间", prop: 'evaluationTime', type:'dateTime' },
|
|
{ label: "备注", prop: 'remark' },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} JIS信息查询
|
|
*/
|
|
export const JISMessageQuery = [
|
|
{ label: "物料代码", prop: "itemCode", },
|
|
{ label: "物料名称",type: "object", prop: "item", showProp: "name" },
|
|
{ label: "物料描述",type: "object", prop: "item", showProp: "desc1" },
|
|
{ label: "产品号", prop: "productNo" },
|
|
{ label: "项目号", prop: 'program' },
|
|
{ label: "位置", prop: 'position' },
|
|
{ label: "FATA", prop: 'fata' },
|
|
{ label: "配置号", prop: 'configuration' },
|
|
{ label: "L7零件", prop: 'l7Part' },
|
|
{ type: "filter", label: "是否自动回冲", prop: "isAutoBackFlush", filters: "whetherOrNot" },
|
|
{ label: "数量", prop: 'qty' },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 鸿翔外库jis发货
|
|
*/
|
|
export const OuterJisDeliverNote = [
|
|
{ label: "单据号", prop: "number" },
|
|
{ label: "物料代码", prop: "itemCode" },
|
|
{ label: "发货单号", prop: 'deliverNumber' },
|
|
{ label: "生产号", prop: 'productionNumber' },
|
|
{ label: "REV", prop: 'rev' },
|
|
{ label: "配置号", prop: 'l7Part' },
|
|
{ label: "流水号", prop: 'serialNumber' },
|
|
{ label: "物料描述", prop: 'itemName' },
|
|
{ label: "位置", prop: 'position' },
|
|
{ label: "数量", prop: 'qty' },
|
|
{ label: "站别名", prop: 'siteNickName' },
|
|
{ label: "发货用户", prop: 'deliverPeople' },
|
|
{ label: "发货时间", prop: 'deliverDate', type:'dateTime' },
|
|
{ label: "收货方", prop: 'shipToOrDock' },
|
|
{ label: "发货方式", prop: 'shipVia' },
|
|
{ label: "运输方式", prop: 'modeOfTransport' },
|
|
{ label: "承运商", prop: 'carrier' },
|
|
{ label: "承运商参考", prop: 'carrierShipmentRef' },
|
|
{ label: "车辆", prop: 'vehicleID' },
|
|
{ label: "销售订单号", prop: 'order' },
|
|
{ label: "销售订单行", prop: 'line' },
|
|
{ label: "车型年份", prop: 'modelYear' },
|
|
{ label: "客户地址编码", prop: 'customerAddressCode' },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 发货记录
|
|
*/
|
|
export const OuterPillarDeliverNote = [
|
|
{ label: "单据号", prop: "number" },
|
|
{ label: "物料代码", prop: "itemCode" },
|
|
{ label: "发货单号", prop: 'deliverNumber' },
|
|
// { label: "生产号", prop: 'productionNumber' },
|
|
// { label: "REV", prop: 'rev' },
|
|
// { label: "配置号", prop: 'l7Part' },
|
|
// { label: "流水号", prop: 'serialNumber' },
|
|
{ label: "物料描述1", prop: 'item', showProp:'desc1', type: "object" },
|
|
{ label: "物料描述2", prop: 'item', showProp:'desc2', type: "object" },
|
|
{ label: "来源库位", prop: 'locationCode' },
|
|
{ label: "发货数量", prop: 'qty', showProp: 'qty', type: 'object' },
|
|
// { label: "位置", prop: 'position' },
|
|
// { label: "数量", prop: 'qty' },
|
|
// { label: "站别名", prop: 'siteNickName' },
|
|
// { label: "发货用户", prop: 'deliverPeople' },
|
|
{ label: "发货时间", prop: 'deliverDate', type:'dateTime' },
|
|
{ label: "收货方", prop: 'shipToOrDock' },
|
|
{ label: "发货方式", prop: 'shipVia' },
|
|
{ label: "运输方式", prop: 'modeOfTransport' },
|
|
{ label: "承运商", prop: 'carrier' },
|
|
{ label: "承运商参考", prop: 'carrierShipmentRef' },
|
|
{ label: "车辆", prop: 'vehicleID' },
|
|
{ label: "销售订单号", prop: 'order' },
|
|
{ label: "销售订单行", prop: 'line' },
|
|
// { label: "车型年份", prop: 'modelYear' },
|
|
{ label: "客户地址编码", prop: 'customerAddressCode' },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 鸿翔外库jis计划外入库
|
|
*/
|
|
export const OuterJisUnplannedReceiptNote = [
|
|
{ label: "单据号", prop: "number" },
|
|
{ label: "物料代码", prop: "itemCode" },
|
|
{ label: "物料描述", prop: 'itemName' },
|
|
{ label: "计划外入库单号", prop: 'outerUnplannedReceiptNumber' },
|
|
{ label: "单据类型", prop: 'documentType' },
|
|
{ label: "生产号", prop: 'productionNumber' },
|
|
{ label: "REV", prop: 'rev' },
|
|
{ label: "配置号", prop: 'l7Part' },
|
|
{ label: "条码", prop: 'barCode' },
|
|
{ label: "批次", prop: 'lot' },
|
|
{ label: "数量", prop: 'qty' },
|
|
{ label: "库位", prop: 'locationCode' },
|
|
{ label: "用户", prop: 'unplannedReceiptPeople' },
|
|
{ label: "用户姓名", prop: 'unplannedReceiptPeopleName' },
|
|
{ label: "计划外入库时间", prop: 'unplannedReceiptDate', type:'dateTime' },
|
|
]
|
|
|
|
|
|
|
|
/**
|
|
* @returns {Array} 鸿翔外库jis计划外出库
|
|
*/
|
|
export const OuterJisUnplannedIssueNote = [
|
|
{ label: "单据号", prop: "number" },
|
|
{ label: "物料代码", prop: "itemCode" },
|
|
{ label: "物料描述", prop: 'itemName' },
|
|
{ label: "计划外出库单号", prop: 'outerUnplannedIssueNumber' },
|
|
{ label: "单据类型", prop: 'documentType' },
|
|
{ label: "生产号", prop: 'productionNumber' },
|
|
{ label: "REV", prop: 'rev' },
|
|
{ label: "配置号", prop: 'l7Part' },
|
|
{ label: "条码", prop: 'barCode' },
|
|
{ label: "批次", prop: 'lot' },
|
|
{ label: "数量", prop: 'qty' },
|
|
{ label: "库位", prop: 'locationCode' },
|
|
{ label: "用户", prop: 'unplannedIssuePeople' },
|
|
{ label: "用户姓名", prop: 'unplannedIssuePeopleName' },
|
|
{ label: "计划外出库时间", prop: 'unplannedIssueDate', type:'dateTime' },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 单块门板-发货记录
|
|
*/
|
|
export const SingleDoorPanelDeliverNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left" },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name" },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1" },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2" },
|
|
{ label: "目标批次", prop: "toLot" },
|
|
{ label: "来源批次", prop: "fromLot" },
|
|
{ label: "来源箱标签", prop: "fromPackingCode" },
|
|
{ label: "目标箱标签", prop: "toPackingCode" },
|
|
{ label: "来源托标签", prop: "fromContainerCode" },
|
|
{ label: "来源托标签", prop: "toContainerCode" },
|
|
{ type: "object", label: "发货数量", prop: "qty", showProp: "qty" },
|
|
{ type: "object", label: "发货单位", prop: "qty", showProp: "uom" },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty" },
|
|
{ label: "目标库位", prop: "toLocationCode" },
|
|
{ label: "来源库位", prop: "fromLocationCode" },
|
|
{ label: "目标仓库", prop: "toWarehouseCode" },
|
|
{ label: "来源仓库", prop: "fromWarehouseCode" },
|
|
{ type: "dateTime", label: "发货时间", prop: "deliverTime" },
|
|
{ type: "dateTime", label: "过期时间", prop: "expiredTime" },
|
|
{ label: "产品号", prop: "productNo" },
|
|
{ label: "项目号", prop: "projectCode" },
|
|
{ label: "位置", prop: "position" },
|
|
{ label: "包装箱容量/箱", prop: "packCapacity" },
|
|
{ label: "上线类型", prop: "onlineType" },
|
|
{ label: "阶段", prop: "stage" },
|
|
{ label: "用途", prop: "usedFor" },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch" },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate" },
|
|
{ label: "备注", prop: 'remark' },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 单块门板-完工收货记录
|
|
*/
|
|
export const SingleDoorPanelProductReceiptNote = [
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left" },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name" },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1" },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2" },
|
|
{ label: "批次", prop: "lot" },
|
|
{ label: "箱标签", prop: "packingCode" },
|
|
{ label: "托标签", prop: "containerCode" },
|
|
{ type: "object", label: "完工收货数量", prop: "qty", showProp: "qty" },
|
|
{ type: "object", label: "完工单位", prop: "qty", showProp: "uom" },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty" },
|
|
{ type: "object", label: "包装规格", prop: "stdPack", showProp: "packUom" },
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch" },
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate" },
|
|
{ label: "库位", prop: "locationCode" },
|
|
{ label: "原料库位", prop: "rawLocation" },
|
|
{ label: "生产线", prop: "prodLine" },
|
|
{ label: "Bom版本", prop: "bomVersion" },
|
|
{ label: "产品号", prop: "productNo" },
|
|
{ label: "项目号", prop: "projectCode" },
|
|
{ label: "位置", prop: "position" },
|
|
{ label: "仓库", prop: "warehouseCode", },
|
|
{ label: "备注", prop: 'remark' },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 单块门板-完工调整记录
|
|
*/
|
|
export const SingleDoorPanelProductAdjust = [
|
|
{ label: "完工调整单号", prop: "number" },
|
|
{ label: "物料代码", prop: 'itemCode',},
|
|
{ label: "批次", prop: 'lot',},
|
|
{ label: "箱标签", prop: 'packingCode',},
|
|
{ label: "托标签", prop: 'containerCode',},
|
|
{ label: "仓库代码", prop: 'warehouseCode',},
|
|
{ label: "数量", prop: 'qty', showProp: 'qty', type: 'object'},
|
|
{ label: "单位", prop: 'qty', showProp: 'uom', type: 'object'},
|
|
{ label: "包装数量", prop: 'stdPack', showProp: 'packQty', type: 'object'},
|
|
{ label: "包装规格", prop: 'stdPack', showProp: 'packUom', type: 'object'},
|
|
{ label: "库位代码", prop: 'locationCode',},
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 单块门板-库移记录
|
|
*/
|
|
export const SingleDoorPanelProductTransferNote = [
|
|
{ label: "物料编号", prop: "itemCode", fixed: "left" },
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name" },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1" },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2" },
|
|
{ label: "批次", prop: "lot" },
|
|
{ label: "箱标签", prop: "packingCode" },
|
|
{ label: "托标签", prop: "containerCode" },
|
|
{ type: "object", label: "数量", prop: "qty", showProp: "qty" },
|
|
{ type: "object", label: "单位", prop: "qty", showProp: "uom" },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty" },
|
|
{ type: "object", label: "包装规格", prop: "stdPack", showProp: "packUom" },
|
|
{ label: "目标仓库", prop: "toWarehouseCode" },
|
|
{ label: "来源仓库", prop: "fromWarehouseCode" },
|
|
{ label: "产品号", prop: "productNo" },
|
|
{ label: "项目号", prop: "projectCode" },
|
|
{ label: "位置", prop: "position" },
|
|
{ label: "原因", prop: "reason" },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 单块门板-客户退货记录
|
|
*/
|
|
export const SingleDoorPanelCustomerReturnNote = [
|
|
{ label: "客户退货单号", prop: "number" },
|
|
{ label: "物料代码", prop: 'itemCode' },
|
|
{ label: "批次", prop: 'lot' },
|
|
{ label: "箱标签", prop: 'packingCode' },
|
|
{ label: "托标签", prop: 'containerCode' },
|
|
{ label: "仓库代码", prop: 'warehouseCode' },
|
|
{ label: "数量", prop: 'qty', showProp: 'qty', type: 'object' },
|
|
{ label: "单位", prop: 'qty', showProp: 'uom', type: 'object' },
|
|
{ label: "包装数量", prop: 'stdPack', showProp: 'packQty', type: 'object' },
|
|
{ label: "包装规格", prop: 'stdPack', showProp: 'packUom', type: 'object' },
|
|
{ label: "库位代码", prop: 'locationCode' },
|
|
// { label: "生产线", prop: 'prodLine' },
|
|
// { label: "Bom版本", prop: "bomVersion" },
|
|
{ label: "产品号", prop: "productNo" },
|
|
{ label: "项目号", prop: "projectCode" },
|
|
{ label: "位置", prop: "position" },
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 调拨发货记录
|
|
*/
|
|
export const PillarDeliverNote = [
|
|
{ label: "物料编号", prop: "itemCode", fixed: "left",},
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
{ label: "目标批次", prop: "toLot", },
|
|
{ label: "来源批次", prop: "fromLot", },
|
|
{ label: "目标库位", prop: "toLocationCode", },
|
|
{ label: "来源库位", prop: "fromLocationCode", },
|
|
{ label: "目标仓库", prop: "toWarehouseCode", },
|
|
{ label: "来源仓库", prop: "fromWarehouseCode", },
|
|
{ type: "filter", filters: "requestStatus", label: "从状态", prop: "fromStatus",},
|
|
{ type: "filter", filters: "requestStatus", label: "到状态", prop: "toStatus",},
|
|
{ label: "发货时间", prop: "deliverTime", type: "dateTime" },
|
|
{ label: "过期时间", prop: "expiredTime", type: "dateTime" },
|
|
{ label: "销售订单号", prop: "soNumber", },
|
|
{ label: "订单行", prop: "soLine", },
|
|
{ label: "原因", prop: "reason",},
|
|
]
|
|
|
|
/**
|
|
* @returns {Array} 库存转移日志
|
|
*/
|
|
export const InventoryTransferNote = [
|
|
{ label: "转移编号", prop: "number", },
|
|
{ label: "从箱标签", prop: "fromPackingCode", },
|
|
{ label: "到箱标签", prop: "toPackingCode", },
|
|
{ label: "从库位代码", prop: "fromLocationCode", },
|
|
{ label: "到库位代码", prop: "toLocationCode", },
|
|
{ label: "从托盘标签", prop: "fromContainerCode", },
|
|
{ label: "到托盘标签", prop: "toContainerCode", },
|
|
{ type: "filter", filters: "inventoryStage", label: "从状态", prop: "fromStatus", },
|
|
{ type: "filter", filters: "inventoryStage", label: "到状态", prop: "toStatus", },
|
|
{ label: "itemCode", prop: "itemCode" },
|
|
{ label: "物料名称", type: "object", prop: "item", showProp: "name", },
|
|
{ type: "object", label: "物料描述1", prop: "item", showProp: "desc1", },
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", },
|
|
{ type: "object", label: "到货数量", prop: "qty", showProp: "qty", },
|
|
{ type: "object", label: "到货单位", prop: "qty", showProp: "uom", },
|
|
{ label: "从批次", prop: "fromLot" },
|
|
{ label: "到批次", prop: "toLot" },
|
|
{ label: "备注", prop: 'remark', },
|
|
// { type: "filter", filters: "TransType", label: "事务类型", prop: "transType", },
|
|
// { type: "filter", filters: "TransSubType", label: "事务替代类型", prop: "transSubType", },
|
|
// { label: "从事务编号", prop: "formTransNumber", },
|
|
// { label: "到事务编号", prop: "toTransNumber", },
|
|
// { type: "dateTime", label: "事务时间", prop: "transferTime", },
|
|
// { type: "dateTime", label: "生效日期", prop: "activeDate", },
|
|
]
|
|
|