|
|
@@ -1228,7 +1228,7 @@ public class MakeBaseServiceImpl implements MakeBaseService {
|
|
|
if("返工".equals(sl.getString("ma_kind"))){
|
|
|
int ma_checksacode = sl.getInt("ma_checksacode");
|
|
|
String ma_salecode = sl.getString("ma_salecode");
|
|
|
- if(ma_screcode == null || ("").equals(ma_screcode)){
|
|
|
+ /*if(ma_screcode == null || ("").equals(ma_screcode)){
|
|
|
BaseUtil.showError("返工类型工单来源返工需求单号不能为空");
|
|
|
}
|
|
|
|
|
|
@@ -1253,7 +1253,7 @@ public class MakeBaseServiceImpl implements MakeBaseService {
|
|
|
BaseUtil.showError("工单对应的返工需求单中的序列号与工单中的合同号不一致,返工需求单行号:"+rs0.getString("detno"));
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
}
|
|
|
}
|