opt:领料出库单增加辅助单位判断
This commit is contained in:
@@ -208,7 +208,7 @@ public class SyncReceiptProcessHandler implements ClassProcess {
|
||||
tempMap.put("FEntrySrcEntrySeq", entity.getString("Seq"));
|
||||
}
|
||||
//辅助单位
|
||||
if (!"0".equals(materialInfo.getAssist_unit_id()) && "FUnitID".equals(entry.getKey())) {
|
||||
if (!"0".equals(materialInfo.getAssist_unit_id()) && "FPPBomEntryId".equals(entry.getKey())) {
|
||||
JSONObject fUnit = new JSONObject();
|
||||
fUnit.put("FNumber", materialInfo.getAssist_unit_id());
|
||||
tempMap.put("FSecUnitId", fUnit);
|
||||
|
||||
Reference in New Issue
Block a user