Browse Source

工具扫描

master
常熟吴彦祖 1 month ago
parent
commit
b26450efc5
  1. 2
      src/main/java/com/heai/modules/production/service/impl/DailyPlanServiceImpl.java

2
src/main/java/com/heai/modules/production/service/impl/DailyPlanServiceImpl.java

@ -2306,7 +2306,7 @@ public class DailyPlanServiceImpl implements DailyPlanService {
}); });
} }
//如果传了工序号 就校验下 //如果传了工序号 就校验下
if(soToolData.getSeqNo()!=null && null != toolingHistDataList && !toolingHistDataList.isEmpty()){
if(soToolData.getSeqNo()!=null){
String fifoFlag = outboundLabelScanMapper.getSysParamenter(soToolData.getSite(), "205"); String fifoFlag = outboundLabelScanMapper.getSysParamenter(soToolData.getSite(), "205");
if ("Y".equalsIgnoreCase(String.valueOf(fifoFlag).trim())){ if ("Y".equalsIgnoreCase(String.valueOf(fifoFlag).trim())){
// 参数205=Y时校验工具实例当前领用派工单ToolDetail.now_seq_no必须等于本次报工派工单 - rqrq // 参数205=Y时校验工具实例当前领用派工单ToolDetail.now_seq_no必须等于本次报工派工单 - rqrq

Loading…
Cancel
Save