顶级单据号修改
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("bipParentProcessProductionOrderId", item.getVparentbillcode());
|
||||||
itemObj.put("bipParentProcessProductionOrderRowNum", item.getVparentmorowno());
|
itemObj.put("bipParentProcessProductionOrderRowNum", item.getVparentmorowno());
|
||||||
// }
|
// }
|
||||||
if("55A2".equals(item.getVfirsttype())){
|
// if("55A2".equals(item.getVfirsttype())){
|
||||||
itemObj.put("bipOriginProcessProductionOrderId", item.getVfirstcode());
|
itemObj.put("bipOriginProcessProductionOrderId", item.getVfirstcode());
|
||||||
itemObj.put("bipOriginProcessProductionOrderRowNum", item.getVfirstrowno());
|
itemObj.put("bipOriginProcessProductionOrderRowNum", item.getVfirstrowno());
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
// ÎïÁÏÐÅÏ¢
|
// ÎïÁÏÐÅÏ¢
|
||||||
String mrlsql = "select code,name,graphid,pk_measdoc,materialtype from bd_material where pk_material = '" + cmaterialvid + "' ";
|
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("bipParentProcessProductionOrderId", item.getVparentbillcode());
|
||||||
itemObj.put("bipParentProcessProductionOrderRowNum", item.getVparentmorowno());
|
itemObj.put("bipParentProcessProductionOrderRowNum", item.getVparentmorowno());
|
||||||
if("55A2".equals(item.getVfirsttype())){
|
// if("55A2".equals(item.getVfirsttype())){
|
||||||
itemObj.put("bipOriginProcessProductionOrderId", item.getVfirstcode());
|
itemObj.put("bipOriginProcessProductionOrderId", item.getVfirstcode());
|
||||||
itemObj.put("bipOriginProcessProductionOrderRowNum", item.getVfirstrowno());
|
itemObj.put("bipOriginProcessProductionOrderRowNum", item.getVfirstrowno());
|
||||||
}
|
// }else{
|
||||||
|
// itemObj.put("bipOriginProcessProductionOrderId", item.getVfirstcode());
|
||||||
|
// itemObj.put("bipOriginProcessProductionOrderRowNum", item.getVfirstrowno());
|
||||||
|
//
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
// ÎïÁÏÐÅÏ¢
|
// ÎïÁÏÐÅÏ¢
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue