change - 金蝶ERP采购入库接口加仓位维度

master
yinq 1 month ago
parent 91c6254a05
commit 51cd51f4df

@ -253,6 +253,11 @@ public class KingdeeErpService {
JSONObject FStockIdObject = new JSONObject(); JSONObject FStockIdObject = new JSONObject();
FStockIdObject.put("FNumber", FStockId); FStockIdObject.put("FNumber", FStockId);
FEntity.put("FStockId", FStockIdObject); //仓库 FEntity.put("FStockId", FStockIdObject); //仓库
JSONObject FNumberObject = new JSONObject();
FNumberObject.put("FNumber", "001");
JSONObject FStockLocIdObject = new JSONObject();
FStockLocIdObject.put("FSTOCKLOCID__FF100002", FNumberObject);
FEntity.put("FStockLocId", FStockLocIdObject);//仓位维度
JSONObject FAuxPropIdObject = new JSONObject(); JSONObject FAuxPropIdObject = new JSONObject();
if (StringUtils.isEmpty(FAuxPropId)){ if (StringUtils.isEmpty(FAuxPropId)){
FAuxPropIdObject.put("FAUXPROPID__FF100001", "null"); FAuxPropIdObject.put("FAUXPROPID__FF100001", "null");

Loading…
Cancel
Save