|
|
|
@ -100,13 +100,14 @@ public class QcCheckUnqualifiedServiceImpl implements IQcCheckUnqualifiedService
|
|
|
|
|
if("material".equals(taskIfo.getTypeCode())) {
|
|
|
|
|
//ZL0010-来料检验不合格控制流程
|
|
|
|
|
oaR = this.createLLOA(taskIfo);
|
|
|
|
|
}else if("produce".equals(taskIfo.getTypeCode())){
|
|
|
|
|
}else if("produce".equals(taskIfo.getTypeCode())||"product".equals(taskIfo.getTypeCode())){
|
|
|
|
|
//ZL0030-品质异常流程
|
|
|
|
|
oaR = this.createProduceOA(taskIfo);
|
|
|
|
|
}else if("product".equals(taskIfo.getTypeCode())) {
|
|
|
|
|
//ZL0020-成品检验控制流程
|
|
|
|
|
oaR = this.createProductOA(taskIfo);
|
|
|
|
|
}
|
|
|
|
|
// else if("product".equals(taskIfo.getTypeCode())) {
|
|
|
|
|
// //ZL0020-成品检验控制流程
|
|
|
|
|
// oaR = this.createProductOA(taskIfo);
|
|
|
|
|
// }
|
|
|
|
|
if(oaR!=null ){
|
|
|
|
|
if((oaR.get("code").toString()).equals("200")){
|
|
|
|
|
/**qc_check_unqualified**/
|
|
|
|
|