|
|
@ -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: "物料描述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" }, |
|
|
@ -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: "物料描述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", }, |
|
|
@ -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: "物料描述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", }, |
|
|
@ -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: "物料描述1", prop: "item", showProp: "desc1", }, |
|
|
|
{ type: "object", label: "物料描述2", prop: "item", showProp: "desc2", }, |
|
|
|
{ label: "备注", prop: 'remark', }, |
|
|
|
] |
|
|
|
/** |
|
|
@ -627,10 +627,10 @@ |
|
|
|
* @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", }, |
|
|
|
{ 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", }, |
|
|
@ -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: "物料描述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"}, |
|
|
@ -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: "物料描述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" }, |
|
|
@ -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: "物料描述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" }, |
|
|
@ -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: "物料描述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' },
|
|
|
@ -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' }, |
|
|
@ -1334,10 +1334,10 @@ export const SingleDoorPanelProductAdjust = [ |
|
|
|
* @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: "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" }, |
|
|
@ -1379,10 +1379,10 @@ export const SingleDoorPanelCustomerReturnNote = [ |
|
|
|
* @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", }, |
|
|
|
{ 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", }, |
|
|
|