|
|
@ -228,6 +228,7 @@ public class MesInputDefectRecordService implements IMesInputDefectRecordService
|
|
|
|
public void savePartInspection(MesPartInspectionInputModel model, String org) {
|
|
|
|
public void savePartInspection(MesPartInspectionInputModel model, String org) {
|
|
|
|
|
|
|
|
|
|
|
|
MesProduceSn produceSn = getProduceSn(model.getSn(), org);
|
|
|
|
MesProduceSn produceSn = getProduceSn(model.getSn(), org);
|
|
|
|
|
|
|
|
if (null != produceSn && StringUtils.isEmpty(model.getPartNo())) model.setPartNo(produceSn.getPartNo());
|
|
|
|
//武汉 会输入客户条码
|
|
|
|
//武汉 会输入客户条码
|
|
|
|
boolean isWorkOrderQcStatus=false;
|
|
|
|
boolean isWorkOrderQcStatus=false;
|
|
|
|
if (!StringUtil.isEmpty(produceSn)){
|
|
|
|
if (!StringUtil.isEmpty(produceSn)){
|
|
|
|