Skip to content

Pull Info.业务描述

联想VMI系统根据排产计划,生成Pull料指令,指导3PL将物料从VMI仓库,送到产线。

Pull Info.接口集成方式

参考Batch Integration模块

Pull Info.业务字段

参数名称参数类型数据库type描述Primary Key是否必填/不为空
shipToIdStringVARCHAR2(4)Logic plant
productionLineStringVARCHAR2(40)Production line
deliveryDateStringDATEDelivery date (DS upload) XXX
destStorageLocStringVARCHAR2(40)Destination storage location
destTypeStringVARCHAR2(40)Destination type
destBinStringVARCHAR2(40)Destination bin
pullTypeStringVARCHAR2(40)Pull type *
moTypeStringVARCHAR2(40)Demand type *
isSOIStringVARCHAR2(10)CASE WHEN INVENTORY_TYPE='SOI' THEN 'Y' ELSE 'N' END
creationDateStringDATECreation date
pullIdStringVARCHAR2(10)Pull header IDY
pullLineIdStringVARCHAR2(10)Pull line IDY
tplReceiptIdStringVARCHAR2(10)3PL receipt ID
tplReceiptLineIdStringVARCHAR2(10)3PL receipt line ID
sourceTypeStringVARCHAR2(40)Source type
sourceStorageLocationStringVARCHAR2(40)Source storage location
sourceBinStringVARCHAR2(40)Source bin
specialRemarkStringVARCHAR2(40)Nullable
supplierIdStringVARCHAR2(40)Supplier ID
supplierDescStringVARCHAR2(40)Nullable in case of LOI
quantitynumberNUMBERRequest quantity
fullBoxQuantitynumberNUMBERFull box quantity
itemIdStringVARCHAR2(18)Material ID
itemDescStringVARCHAR2(200)Material description
lotNumberStringNUMBER收货批次 有值或空,only for manual
boxIdStringVARCHAR2(40)箱号 有值或空,only for manual
brandStringVARCHAR2(40)品牌 有值或空,only for manual
cooStringVARCHAR2(18)COO 有值或空,only for manual
dateCodeStringVARCHAR2(40)datecode 有值或空,only for manual
urgentStringVARCHAR2(40)加急 有值或空,only for manual
dataTypeStringVARCHAR2(40)Pull
routeStringVARCHAR2(400)字符串,路径
groupIdStringVARCHAR2(20)
totalQtynumbernumber
saNumberStringVARCHAR2(64)
saLineIdStringVARCHAR2(5)
productionOrdIdStringVARCHAR2(20)For BOX, 是MO; for SMT, 是排程号
stackLocationBarCodestringVARCHAR2(20)栈号, SMT 特有, BOX不传这个字段
runFlagstringVARCHAR2(100)forbox,取值举例RUN1,RUN2

Pull Info.报文示例

json
{
  "push_id": "11111",
  "workshop_code": "workshop code",
  "source_system": "VMI",
  "target_system": "source system", 
  "system_time":"2020-11-20 14:00:00",
  "total_size": 2,
  "current_page": 1,
  "current_page_size": 1,
  "workshop_code":"workshop code",
  "data": [
      {
		"shipToId": "111",
		"productionLine": "**",
		"deliveryDate": "2021-01-01 11:11:11",
        "destStorageLoc": "CCCDDD",
		"destType": "W02",
		"destBin": "A**",
		"pullType": "MANUAL",
		"moType": "SO",
		"isSOI": "Y",
		"creationDate": "2021-01-01 11:11:11",
		"pullId": "A**A",
		"pullLineId": "A**A",
		"tplReceiptId ": "104329",
		"tplReceiptLineId ": "104329",
		"sourceType": "A**",
		"sourceStorageLocation": "CCCDDD",
		"sourceBin": "VENDOR",
		"specialRemark": "1494233 L-121",
		"supplierId": "A**",
		"supplierDesc": "desc",
		"quantity": 1,
		"fullBoxQuantity": 6,
		"itemId": "A**A",
		"itemDesc": "item desc",
		"lotNumber": "xx",
		"boxId": "xx",
		"brand": "xx",
		"coo": "xx",
		"dateCode": "xx",
		"urgent": "xx",
		"dataType": "Pull",
        "route":"CCCDDD_FFFF",
        "groupId":"GROUP1",
        "totalQty":1009,
        "saNumber":"5100000000",
        "saLineId":"00010",
        "productionOrdId": "MSSSSSSS", -- For BOX, 是MO; for SMT, 是排程号
        "stackLocationBarCode":"0001",  -- 栈号, SMT 特有, BOX不传这个字段
        "runFlag":"RUN1,RUN2",  -- 
	}
  ]
}