|
|
|
@ -253,6 +253,11 @@ public class KingdeeErpService {
|
|
|
|
|
JSONObject FStockIdObject = new JSONObject();
|
|
|
|
|
FStockIdObject.put("FNumber", FStockId);
|
|
|
|
|
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();
|
|
|
|
|
if (StringUtils.isEmpty(FAuxPropId)){
|
|
|
|
|
FAuxPropIdObject.put("FAUXPROPID__FF100001", "null");
|
|
|
|
|