Merge remote-tracking branch 'origin/uat-temp-nht-2503100000-45420' into dev

dev
jason 2 months ago
commit b36097d061

@ -370,6 +370,9 @@ public class MesNcProcessingService implements IMesNcProcessingService {
String workCenterCode = null == model.getPartInspection() ? null : model.getPartInspection().getWorkCenterCode();
assert model.getPartInspection() != null;
model.getPartInspection().setQmsSync(CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue());
if (!Objects.equals(model.getPartInspection().getNcStatus(), MesExtEnumUtil.PART_INSPECTION_NC_STATUS.CREATE.getValue())) {
throw new ImppBusiException(String.format("零件【%s】已进行过NC处理请勿重复操作", part.getPartNo()));
}
MesProduceSn sn = getProduceSn(model.getSn(), org);
//武汉 会输入客户条码 todo 更新工单对应qcStatus
boolean isWorkOrderQcStatus=false;

Loading…
Cancel
Save