质量 缺陷类型 NC处理

tags/yfai-pcn-ext-v1.0
LML丶 1 year ago
parent 3d57cb1a84
commit 2923d493fe

@ -366,7 +366,7 @@ public class MesInputDefectRecordService implements IMesInputDefectRecordService
move.setFactoryCode(org);
move.setLgort(configService.getCfgValue(org, "LGORT"));
move.setUmlgo(configService.getCfgValue(org, "UMLGO"));
move.setMenge(defectRecordList.size());
move.setMenge(defectRecordList.get(0).getQty().intValue());
move.setMeins(part.getUnit());
move.setZrsum(zrsum);
move.setPostDate(TimeTool.getToday());

@ -342,7 +342,7 @@ public class MesNcProcessingService implements IMesNcProcessingService {
move.setFactoryCode(org);
move.setLgort(configService.getCfgValue(org, "UMLGO"));
move.setUmlgo(configService.getCfgValue(org, "LGORT"));
move.setMenge(defectRecordList.size());
move.setMenge(defectRecordList.get(0).getQty().intValue());
move.setMeins(part.getUnit());
move.setZrsum(zrsum);
move.setPostDate(TimeTool.getToday());

Loading…
Cancel
Save