Browse Source

材料出库单调整

huxy 2 years ago
parent
commit
ea0ee3e27f

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/splfi/service/impl/SyPackingListFabricServiceImpl.java

@@ -1180,7 +1180,7 @@ public class SyPackingListFabricServiceImpl extends ServiceImpl<SyPackingListFab
 						for (Map<String,Object> stringObjectMap : orderDataItem3){
 							JSONObject mapItem2=new JSONObject();
 							getcFree(mapItem2,stringObjectMap);
-							mapItem2.put("ALLCAUTOIDCOL","AllocateId");//订单明细ID对应字段名(固定MOMaterialsID) MOMaterialsID
+							mapItem2.put("ALLCAUTOIDCOL","MOMaterialsID");//订单明细ID对应字段名(固定MOMaterialsID) MOMaterialsID
 							mapItem2.put("AUTOID_ALL",stringObjectMap.get("MOMaterialsID"));//关联明细ID
 							mapItem2.put("CINVCODE",stringObjectMap.get("cInvCode"));//存货编码(如果来源单据是委外订单,此字段需要传该订单的子件编码)
 							mapItem2.put("IQUANTITY",stringObjectMap.get("iQuantity"));//数量