|
|
|
@ -1173,7 +1173,7 @@ public class QcServiceImpl implements QcService { |
|
|
|
// 物料属性模板 |
|
|
|
// if ("A".equals(partData.getAttributeType())){ |
|
|
|
// IPQC检验类型 |
|
|
|
if ("101".equals(partData.getInspectionTypeNo()) || "102".equals(partData.getInspectionTypeNo()) || "103".equals(partData.getInspectionTypeNo()) || "104".equals(partData.getInspectionTypeNo()) || "106".equals(partData.getInspectionTypeNo())) { |
|
|
|
if ("101".equals(partData.getInspectionTypeNo()) || "102".equals(partData.getInspectionTypeNo()) || "103".equals(partData.getInspectionTypeNo()) || "104".equals(partData.getInspectionTypeNo()) || "106".equals(partData.getInspectionTypeNo()) || "107".equals(partData.getInspectionTypeNo())) { |
|
|
|
if (StringUtils.isNotBlank(data.getOperation()) && StringUtils.isNotBlank(data.getResourceID())) { |
|
|
|
partData.setOperation(data.getOperation()); |
|
|
|
partData.setResourceID(data.getResourceID()); |
|
|
|
|