顶级单据号修改
This commit is contained in:
		
							parent
							
								
									d002eea82c
								
							
						
					
					
						commit
						608b42b487
					
				|  | @ -136,10 +136,11 @@ public class AfterApproveSyncHighpressureMesRule implements IRule<PMOAggVO> { | |||
|                         itemObj.put("bipParentProcessProductionOrderId", item.getVparentbillcode()); | ||||
|                         itemObj.put("bipParentProcessProductionOrderRowNum", item.getVparentmorowno()); | ||||
|                     // } | ||||
|                     if("55A2".equals(item.getVfirsttype())){ | ||||
|                     // if("55A2".equals(item.getVfirsttype())){ | ||||
|                         itemObj.put("bipOriginProcessProductionOrderId", item.getVfirstcode()); | ||||
|                         itemObj.put("bipOriginProcessProductionOrderRowNum", item.getVfirstrowno()); | ||||
|                     } | ||||
|                     // } | ||||
| 
 | ||||
| 
 | ||||
|                     // ÎïÁÏÐÅÏ¢ | ||||
|                     String mrlsql = "select code,name,graphid,pk_measdoc,materialtype from bd_material where pk_material = '" + cmaterialvid + "' "; | ||||
|  | @ -204,10 +205,14 @@ public class AfterApproveSyncHighpressureMesRule implements IRule<PMOAggVO> { | |||
|                     // } | ||||
|                     itemObj.put("bipParentProcessProductionOrderId", item.getVparentbillcode()); | ||||
|                     itemObj.put("bipParentProcessProductionOrderRowNum", item.getVparentmorowno()); | ||||
|                     if("55A2".equals(item.getVfirsttype())){ | ||||
|                         itemObj.put("bipOriginProcessProductionOrderId", item.getVfirstcode()); | ||||
|                         itemObj.put("bipOriginProcessProductionOrderRowNum", item.getVfirstrowno()); | ||||
|                     } | ||||
|                     // if("55A2".equals(item.getVfirsttype())){ | ||||
|                     itemObj.put("bipOriginProcessProductionOrderId", item.getVfirstcode()); | ||||
|                     itemObj.put("bipOriginProcessProductionOrderRowNum", item.getVfirstrowno()); | ||||
|                     // }else{ | ||||
|                     //     itemObj.put("bipOriginProcessProductionOrderId", item.getVfirstcode()); | ||||
|                     //     itemObj.put("bipOriginProcessProductionOrderRowNum", item.getVfirstrowno()); | ||||
|                     // | ||||
|                     // } | ||||
| 
 | ||||
| 
 | ||||
|                     // ÎïÁÏÐÅÏ¢ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue