备料计划下达优化修改下游单据类型
This commit is contained in:
parent
1e4cff9b2c
commit
ce2874478b
|
|
@ -159,7 +159,7 @@ public class PickmToPmo implements ICommonAction {
|
|||
// 其它入库单的仓库、交易类型取自【业务参数设置】的默认值
|
||||
PMOHeadVO head = inVO.getParentVO();
|
||||
String ctrantypeid = getValueByCondtion("bd_billtype", " pk_billtypeid ", " istransaction = 'Y' and nvl ( islock, 'N' ) = 'N' and parentbilltype = '55A2' and pk_group = '"
|
||||
+ InvocationInfoProxy.getInstance().getGroupId() + "' and pk_billtypecode = '" + "55A2-Cxx-08" + "' ");
|
||||
+ InvocationInfoProxy.getInstance().getGroupId() + "' and pk_billtypecode = '" + "55A2-Cxx-15" + "' ");
|
||||
head.setCtrantypeid(ctrantypeid);
|
||||
for (PMOItemVO itemVO: inVO.getChildrenVO()){
|
||||
for(AggPickmVO aggPickmVO:sourceBillVOs){
|
||||
|
|
|
|||
Loading…
Reference in New Issue