|
|
@ -3,9 +3,9 @@ |
|
|
|
*/ |
|
|
|
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", }, |
|
|
|
{ type:"object", label: "品名", prop: "item", showProp:"name", }, |
|
|
|
{ type:"object", label: "背番", prop: "item", showProp:"desc1", }, |
|
|
|
{ type:"object", label: "描述", prop: "item", showProp:"desc2", }, |
|
|
|
{ label: "订单号", prop: "number", }, |
|
|
|
{ label: "订单行", prop: "poLine", }, |
|
|
|
{ type:"object", label: "数量", prop: "qty", showProp:"qty", }, |
|
|
@ -23,9 +23,9 @@ |
|
|
|
{ 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", }, |
|
|
|
{ type:"object", label: "品名", prop: "item", showProp:"name", }, |
|
|
|
{ type:"object", label: "背番", prop: "item", showProp:"desc1", }, |
|
|
|
{ type:"object", label: "描述", prop: "item", showProp:"desc2", }, |
|
|
|
{ label: "备注", prop: 'remark', }, |
|
|
|
] |
|
|
|
/** |
|
|
@ -36,9 +36,9 @@ |
|
|
|
{ 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: "item", showProp: "name", width: "200px" }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", width: "200px" }, |
|
|
|
{ type: "object", label: "描述", 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" }, |
|
|
@ -58,9 +58,9 @@ |
|
|
|
{ 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: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "发货数量", prop: "qty", showProp: "qty", }, |
|
|
|
{ type: "object", label: "计量单位", prop: "qty", showProp: "uom", }, |
|
|
|
{ label: "托标签", prop: "containerCode", }, |
|
|
@ -75,13 +75,13 @@ |
|
|
|
*/ |
|
|
|
export const ArriveNotice = [ |
|
|
|
{ label: "itemCode", prop: "itemCode",fixed:"left", }, |
|
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", }, |
|
|
|
{ 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", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "批次", prop: "lot", }, |
|
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", }, |
|
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", }, |
|
|
@ -96,7 +96,7 @@ |
|
|
|
*/ |
|
|
|
export const PurchaseReceiptNote = [ |
|
|
|
{ label: "itemCode", prop: "itemCode",fixed: "left", }, |
|
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", }, |
|
|
|
{ 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", }, |
|
|
@ -105,8 +105,8 @@ |
|
|
|
{ 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: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "包装单位", prop: "qty", showProp: "uom", }, |
|
|
|
{ type: "object", label: "包装规格", prop: "stdPack", showProp: "packUom", }, |
|
|
|
{ label: "E-LEVEL等级", prop: "labelEqLevel" }, |
|
|
@ -117,13 +117,13 @@ |
|
|
|
*/ |
|
|
|
export const ReceiptAbnormalNote = [ |
|
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left", }, |
|
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", }, |
|
|
|
{ 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: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "包装单位", prop: "qty", showProp: "uom", }, |
|
|
|
{ type: "object", label: "包装规格", prop: "stdPack", showProp: "packUom", }, |
|
|
|
{ label: "备注", prop: 'remark', }, |
|
|
@ -133,9 +133,9 @@ |
|
|
|
*/ |
|
|
|
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", }, |
|
|
|
{ type: "object", label: "品名", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "箱标签", prop: "packingCode"}, |
|
|
|
{ label: "退货库位", prop: "locationCode"}, |
|
|
|
{ label: "发货单号", prop: "asnNumber" }, |
|
|
@ -155,14 +155,14 @@ |
|
|
|
{ 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: "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", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "备注", prop: 'remark', }, |
|
|
|
] |
|
|
|
/** |
|
|
@ -177,9 +177,9 @@ |
|
|
|
{ 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", }, |
|
|
|
{ type: "object", label: "品名", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "备注", prop: 'remark', }, |
|
|
|
] |
|
|
|
/** |
|
|
@ -190,15 +190,15 @@ |
|
|
|
// { 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: "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", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "生产线", prop: "prodLine", }, |
|
|
|
{ label: "工作中心", prop: "workCenter", }, |
|
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", }, |
|
|
@ -213,13 +213,13 @@ |
|
|
|
// { 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: "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: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", }, |
|
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", }, |
|
|
|
{ label: "供应商代码", prop: 'supplierCode', }, |
|
|
@ -234,13 +234,13 @@ |
|
|
|
// { 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: "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: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", }, |
|
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", }, |
|
|
|
{ label: "供应商代码", prop: 'supplierCode', }, |
|
|
@ -255,7 +255,7 @@ |
|
|
|
// { 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: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "隔离单位", prop: "qty", showProp: "uom", }, |
|
|
|
{ label: "来源库位", prop: "fromLocationCode", }, |
|
|
|
{ label: "目标库位", prop: "toLocationCode", }, |
|
|
@ -263,8 +263,8 @@ |
|
|
|
{ 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: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", }, |
|
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", }, |
|
|
|
{ label: "备注", prop: 'remark', }, |
|
|
@ -277,7 +277,7 @@ |
|
|
|
// { 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: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "报废单位", prop: "qty", showProp: "uom", }, |
|
|
|
{ label: "来源库位", prop: "fromLocationCode", }, |
|
|
|
{ label: "目标库位", prop: "toLocationCode", }, |
|
|
@ -285,8 +285,8 @@ |
|
|
|
{ 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: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch", }, |
|
|
|
{ type: "objectDateTime", label: "生产日期", prop: "batch", showProp: "produceDate", }, |
|
|
|
{ label: "备注", prop: 'remark', }, |
|
|
@ -296,14 +296,14 @@ |
|
|
|
*/ |
|
|
|
export const DeliverPlan = [ |
|
|
|
{ label: "itemCode", prop: "itemCode", fixed: "left",}, |
|
|
|
{ type: "object", label: "物料名称", prop: "item", showProp: "name", }, |
|
|
|
{ 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", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "项目", prop: "project", }, |
|
|
|
{ label: "销售订单号", prop: "soNumber", }, |
|
|
|
{ label: "订单行", prop: "soLine", }, |
|
|
@ -316,11 +316,11 @@ |
|
|
|
{ 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", }, |
|
|
|
{ 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", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "备注", prop: 'remark', }, |
|
|
|
] |
|
|
|
/** |
|
|
@ -331,7 +331,7 @@ |
|
|
|
// { 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: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "发货单位", prop: "qty", showProp: "uom", }, |
|
|
|
{ label: "目标库位", prop: "toLocationCode", }, |
|
|
|
{ label: "来源库位", prop: "fromLocationCode", }, |
|
|
@ -343,8 +343,8 @@ |
|
|
|
{ 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", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "备注", prop: 'remark', }, |
|
|
|
] |
|
|
|
/** |
|
|
@ -373,9 +373,9 @@ |
|
|
|
{ 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", }, |
|
|
|
{ type: "object", label: "品名", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "备注", prop: 'remark', }, |
|
|
|
] |
|
|
|
|
|
|
@ -386,9 +386,9 @@ |
|
|
|
{ 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", }, |
|
|
|
{ type: "object", label: "品名", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "盘点数量", prop: "finalCountQty" }, |
|
|
|
{ label: "盘点差异数量", prop: "diffQty" }, |
|
|
|
{ type: "filter", label: "明细状态", prop: "detailStatus", filters: "DetailStatus", }, |
|
|
@ -416,9 +416,9 @@ |
|
|
|
{ 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", }, |
|
|
|
{ type: "object", label: "品名", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "盘点数量", prop: "finalCountQty" }, |
|
|
|
{ label: "盘点差异数量", prop: "diffQty" }, |
|
|
|
{ type: "filter", label: "明细状态", prop: "detailStatus", filters: "DetailStatus", }, |
|
|
@ -444,11 +444,11 @@ |
|
|
|
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" }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", width: "300px" }, |
|
|
|
{ type: "object", label: "描述", 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: "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" },
|
|
|
@ -468,9 +468,9 @@ |
|
|
|
*/ |
|
|
|
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", label: "品名", prop: "item", showProp: "name",}, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", valueType: Number, label: "计划数量", prop: "planQty", showProp: "qty", }, |
|
|
|
// { label: "合格数量", prop: "goodQty", },
|
|
|
|
// { label: "不合格数量", prop: "noGoodQty", },
|
|
|
@ -486,9 +486,9 @@ |
|
|
|
*/ |
|
|
|
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: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", 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", }, |
|
|
@ -503,9 +503,9 @@ |
|
|
|
*/ |
|
|
|
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" }, |
|
|
|
{ type: "object", label: "品名", prop: "item", showProp: "name", width: "150px" }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", width: "300px" }, |
|
|
|
{ type: "object", label: "描述", 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" }, |
|
|
@ -526,9 +526,9 @@ |
|
|
|
*/ |
|
|
|
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", label: "品名", prop: "item", showProp: "name",}, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", valueType: Number, label: "下线结算数量", prop: "qty", showProp: "qty", }, |
|
|
|
{ type: "object", label: "下线结算单位", prop: "qty", showProp: "uom", }, |
|
|
|
{ label: "库位编号", prop: "locationCode", }, |
|
|
@ -544,9 +544,9 @@ |
|
|
|
*/ |
|
|
|
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", label: "品名", prop: "item", showProp: "name",}, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", valueType: Number, label: "消耗数量", prop: "rawQty", showProp: "qty", }, |
|
|
|
{ type: "object", label: "包装规格", prop: "rawQty", showProp: "uom", }, |
|
|
|
{ label: "来源库位代码", prop: "rawLocation", }, |
|
|
@ -562,9 +562,9 @@ |
|
|
|
*/ |
|
|
|
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", }, |
|
|
|
{ type: "object", label: "品名", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "库位编号", prop: "locationCode", }, |
|
|
|
{ label: "原料库位编号", prop: "rawLocation", }, |
|
|
|
{ type: "object", valueType: Number, label: "成品回收数量", prop: "qty", showProp: "qty", }, |
|
|
@ -584,9 +584,9 @@ |
|
|
|
*/ |
|
|
|
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", label: "品名", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", 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", }, |
|
|
@ -607,9 +607,9 @@ |
|
|
|
*/ |
|
|
|
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", label: "品名", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", 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", }, |
|
|
@ -628,9 +628,9 @@ |
|
|
|
*/ |
|
|
|
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: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "数量", prop: "qty", showProp: "qty", }, |
|
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", }, |
|
|
|
{ label: "目标库位", prop: "toLocationCode", }, |
|
|
@ -647,10 +647,10 @@ |
|
|
|
*/ |
|
|
|
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: 'itemCode' }, |
|
|
|
{ label: "品名", prop: 'item', showProp: 'name', type: "object" }, |
|
|
|
{ label: "背番", prop: 'item', showProp: 'desc1', type: "object" }, |
|
|
|
{ label: "背番", prop: 'item', showProp: 'desc1', type: "object" }, |
|
|
|
{ label: "批次", prop: 'lot' }, |
|
|
|
{ label: "箱标签", prop: 'packingCode' }, |
|
|
|
{ label: "单位", prop: 'qty', showProp: 'uom', type: "object" }, |
|
|
@ -668,9 +668,9 @@ |
|
|
|
*/ |
|
|
|
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: "品名", type: "object", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "箱标签", prop: "packingCode",}, |
|
|
|
{ label: "托标签", prop: "containerCode",}, |
|
|
|
{ label: "批次", prop: "lot" }, |
|
|
@ -692,9 +692,9 @@ |
|
|
|
*/ |
|
|
|
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", }, |
|
|
|
{ type: "object", label: "品名", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "检验数量", prop: "inspectQty",}, |
|
|
|
{ label: "合格数量", prop: "goodQty",}, |
|
|
|
{ label: "不合格数量", prop: "failedQty",}, |
|
|
@ -718,9 +718,9 @@ |
|
|
|
*/ |
|
|
|
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: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", 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", }, |
|
|
@ -736,9 +736,9 @@ |
|
|
|
*/ |
|
|
|
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", }, |
|
|
|
{ label: "品名", type: "object", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", 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",}, |
|
|
@ -773,9 +773,9 @@ |
|
|
|
{ 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", }, |
|
|
|
{ label: "品名", type: "object", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", 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",}, |
|
|
@ -789,9 +789,9 @@ |
|
|
|
*/ |
|
|
|
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: "品名", type: "object", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "实际箱标签", prop: "handledPackingCode",}, |
|
|
|
{ label: "推荐箱标签", prop: "recommendPackingCode",}, |
|
|
|
{ label: "实际托标签", prop: "handledContainerCode",}, |
|
|
@ -819,9 +819,9 @@ |
|
|
|
*/ |
|
|
|
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: "品名", type: "object", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "实际箱标签",prop: "handledPackingCode",}, |
|
|
|
{ label: "推荐箱标签", prop: "recommendPackingCode",}, |
|
|
|
{ label: "实际托标签", prop: "handledContainerCode",}, |
|
|
@ -855,9 +855,9 @@ |
|
|
|
*/ |
|
|
|
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: "品名", type: "object", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "实际箱标签", prop: "handledPackingCode",}, |
|
|
|
{ label: "推荐箱标签", prop: "recommendPackingCode",}, |
|
|
|
{ label: "请求库位", prop: "fromRequestLocationCode", }, |
|
|
@ -895,9 +895,9 @@ |
|
|
|
{ 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", }, |
|
|
|
{ label: "品名", type: "object", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", 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",}, |
|
|
@ -922,9 +922,9 @@ |
|
|
|
{ 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", }, |
|
|
|
{ label: "品名", type: "object", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", 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",}, |
|
|
@ -952,9 +952,9 @@ |
|
|
|
{ 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", }, |
|
|
|
{ label: "品名", type: "object", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", 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",}, |
|
|
@ -971,9 +971,9 @@ |
|
|
|
{ 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: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", 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",}, |
|
|
@ -996,10 +996,10 @@ |
|
|
|
{ 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", }, |
|
|
|
//{ label: "品番", prop: "itemCode",},
|
|
|
|
{ label: "品名", type: "object", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
// { type: "object", label: "供应商批次", prop: "batch", showProp: "supplierBatch",},
|
|
|
|
{ label: "批次", prop: "lot", }, |
|
|
|
{ label: "备注", prop: 'remark', }, |
|
|
@ -1069,9 +1069,9 @@ export const ReceivingRecords = [ |
|
|
|
*/ |
|
|
|
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: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "数量", prop: "qty", showProp: "qty", }, |
|
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", }, |
|
|
|
{ label: "箱标签", prop: "packingCode"}, |
|
|
@ -1090,9 +1090,9 @@ export const ReceivingRecords = [ |
|
|
|
*/ |
|
|
|
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: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "数量", prop: "qty", showProp: "qty", }, |
|
|
|
// { type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", },
|
|
|
|
{ label: "产品号", prop: "productNo" }, |
|
|
@ -1104,9 +1104,9 @@ export const ReceivingRecords = [ |
|
|
|
*/ |
|
|
|
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: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "数量", prop: "qty", showProp: "qty", }, |
|
|
|
{ label: "批次", prop: "lot" }, |
|
|
|
{ label: "产品号", prop: "productNo" }, |
|
|
@ -1132,9 +1132,9 @@ export const ReceivingRecords = [ |
|
|
|
* @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: "itemCode", }, |
|
|
|
{ label: "品名",type: "object", prop: "item", showProp: "name" }, |
|
|
|
{ label: "描述",type: "object", prop: "item", showProp: "desc1" }, |
|
|
|
{ label: "产品号", prop: "productNo" }, |
|
|
|
{ label: "项目号", prop: 'program' }, |
|
|
|
{ label: "位置", prop: 'position' }, |
|
|
@ -1150,13 +1150,13 @@ export const ReceivingRecords = [ |
|
|
|
*/ |
|
|
|
export const OuterJisDeliverNote = [ |
|
|
|
{ label: "单据号", prop: "number" }, |
|
|
|
{ label: "物料代码", prop: "itemCode" }, |
|
|
|
{ label: "品番", prop: "itemCode" }, |
|
|
|
{ label: "发货单号", prop: 'deliverNumber' }, |
|
|
|
{ label: "生产号", prop: 'productionNumber' }, |
|
|
|
{ label: "REV", prop: 'rev' }, |
|
|
|
{ label: "配置号", prop: 'l7Part' }, |
|
|
|
{ label: "流水号", prop: 'serialNumber' }, |
|
|
|
{ label: "物料描述", prop: 'itemName' }, |
|
|
|
{ label: "描述", prop: 'itemName' }, |
|
|
|
{ label: "位置", prop: 'position' }, |
|
|
|
{ label: "数量", prop: 'qty' }, |
|
|
|
{ label: "站别名", prop: 'siteNickName' }, |
|
|
@ -1179,14 +1179,14 @@ export const ReceivingRecords = [ |
|
|
|
*/ |
|
|
|
export const OuterPillarDeliverNote = [ |
|
|
|
{ label: "单据号", prop: "number" }, |
|
|
|
{ label: "物料代码", prop: "itemCode" }, |
|
|
|
{ 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: 'item', showProp:'desc1', type: "object" }, |
|
|
|
{ label: "描述", prop: 'item', showProp:'desc2', type: "object" }, |
|
|
|
{ label: "来源库位", prop: 'locationCode' }, |
|
|
|
{ label: "发货数量", prop: 'qty', showProp: 'qty', type: 'object' }, |
|
|
|
// { label: "位置", prop: 'position' },
|
|
|
@ -1211,8 +1211,8 @@ export const OuterPillarDeliverNote = [ |
|
|
|
*/ |
|
|
|
export const OuterJisUnplannedReceiptNote = [ |
|
|
|
{ label: "单据号", prop: "number" }, |
|
|
|
{ label: "物料代码", prop: "itemCode" }, |
|
|
|
{ label: "物料描述", prop: 'itemName' }, |
|
|
|
{ label: "品番", prop: "itemCode" }, |
|
|
|
{ label: "描述", prop: 'itemName' }, |
|
|
|
{ label: "计划外入库单号", prop: 'outerUnplannedReceiptNumber' }, |
|
|
|
{ label: "单据类型", prop: 'documentType' }, |
|
|
|
{ label: "生产号", prop: 'productionNumber' }, |
|
|
@ -1234,8 +1234,8 @@ export const OuterPillarDeliverNote = [ |
|
|
|
*/ |
|
|
|
export const OuterJisUnplannedIssueNote = [ |
|
|
|
{ label: "单据号", prop: "number" }, |
|
|
|
{ label: "物料代码", prop: "itemCode" }, |
|
|
|
{ label: "物料描述", prop: 'itemName' }, |
|
|
|
{ label: "品番", prop: "itemCode" }, |
|
|
|
{ label: "描述", prop: 'itemName' }, |
|
|
|
{ label: "计划外出库单号", prop: 'outerUnplannedIssueNumber' }, |
|
|
|
{ label: "单据类型", prop: 'documentType' }, |
|
|
|
{ label: "生产号", prop: 'productionNumber' }, |
|
|
@ -1255,9 +1255,9 @@ export const OuterPillarDeliverNote = [ |
|
|
|
*/ |
|
|
|
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" }, |
|
|
|
{ type: "object", label: "品名", prop: "item", showProp: "name" }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1" }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2" }, |
|
|
|
{ label: "目标批次", prop: "toLot" }, |
|
|
|
{ label: "来源批次", prop: "fromLot" }, |
|
|
|
{ label: "来源箱标签", prop: "fromPackingCode" }, |
|
|
@ -1290,9 +1290,9 @@ export const SingleDoorPanelDeliverNote = [ |
|
|
|
*/ |
|
|
|
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" }, |
|
|
|
{ type: "object", label: "品名", prop: "item", showProp: "name" }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1" }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2" }, |
|
|
|
{ label: "批次", prop: "lot" }, |
|
|
|
{ label: "箱标签", prop: "packingCode" }, |
|
|
|
{ label: "托标签", prop: "containerCode" }, |
|
|
@ -1318,7 +1318,7 @@ export const SingleDoorPanelProductReceiptNote = [ |
|
|
|
*/ |
|
|
|
export const SingleDoorPanelProductAdjust = [ |
|
|
|
{ label: "完工调整单号", prop: "number" }, |
|
|
|
{ label: "物料代码", prop: 'itemCode',}, |
|
|
|
{ label: "品番", prop: 'itemCode',}, |
|
|
|
{ label: "批次", prop: 'lot',}, |
|
|
|
{ label: "箱标签", prop: 'packingCode',}, |
|
|
|
{ label: "托标签", prop: 'containerCode',}, |
|
|
@ -1335,9 +1335,9 @@ export const SingleDoorPanelProductAdjust = [ |
|
|
|
*/ |
|
|
|
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" }, |
|
|
|
{ type: "object", label: "品名", prop: "item", showProp: "name" }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1" }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2" }, |
|
|
|
{ label: "批次", prop: "lot" }, |
|
|
|
{ label: "箱标签", prop: "packingCode" }, |
|
|
|
{ label: "托标签", prop: "containerCode" }, |
|
|
@ -1358,7 +1358,7 @@ export const SingleDoorPanelProductAdjust = [ |
|
|
|
*/ |
|
|
|
export const SingleDoorPanelCustomerReturnNote = [ |
|
|
|
{ label: "客户退货单号", prop: "number" }, |
|
|
|
{ label: "物料代码", prop: 'itemCode' }, |
|
|
|
{ label: "品番", prop: 'itemCode' }, |
|
|
|
{ label: "批次", prop: 'lot' }, |
|
|
|
{ label: "箱标签", prop: 'packingCode' }, |
|
|
|
{ label: "托标签", prop: 'containerCode' }, |
|
|
@ -1380,9 +1380,9 @@ export const SingleDoorPanelCustomerReturnNote = [ |
|
|
|
*/ |
|
|
|
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: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "数量", prop: "qty", showProp: "qty", }, |
|
|
|
{ type: "object", label: "包装数量", prop: "stdPack", showProp: "packQty", }, |
|
|
|
{ label: "目标批次", prop: "toLot", }, |
|
|
@ -1414,9 +1414,9 @@ export const InventoryTransferNote = [ |
|
|
|
{ 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", }, |
|
|
|
{ label: "品名", type: "object", prop: "item", showProp: "name", }, |
|
|
|
{ type: "object", label: "背番", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "描述", prop: "item", showProp: "desc2", }, |
|
|
|
{ type: "object", label: "到货数量", prop: "qty", showProp: "qty", }, |
|
|
|
{ type: "object", label: "到货单位", prop: "qty", showProp: "uom", }, |
|
|
|
{ label: "从批次", prop: "fromLot" }, |
|
|
|