提交 5307cc59 authored 作者: inroi's avatar inroi

微调

上级 1fa64b98
......@@ -86,12 +86,12 @@ public class ImsSupplierReturnsApi implements web_api {
//判断是否有新增字段
imsPushConstants.imsToKingDee(docType, ModelMap, FEntityMap, maps);
FEntityMap.put("FMaterialId", new HashMap<String, Object>() {{
put("FNumber", maps.get("MTRL_CODE"));
}}); //物料编码!
FEntityMap.put("FStockId", new HashMap<String, Object>() {{
put("FNumber", maps.get("STORE_CODE"));
}}); //仓库编码!
/*FEntityMap.put("FMaterialId", new HashMap<String, Object>() {{
put("FNumber", maps.get("MTRL_CODE"));
}}); //物料编码!*/
FEntityMap.put("FRMREALQTY", maps.get("QUANTITY")); //数量-实退数量!
FEntityMap.put("FNOTE", maps.get("REMARK"));//备注!
//修改条件FEntryID
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论