备料计划转库存的其它入库-交易类型
This commit is contained in:
parent
ef31dbba49
commit
fa477117bb
|
@ -113,9 +113,9 @@ public class PickmToGeneralInAction implements ICommonAction {
|
|||
for (GeneralInVO inVO : inVOS) {
|
||||
// 其它入库单的仓库、交易类型取自【业务参数设置】的默认值
|
||||
GeneralInHeadVO head = inVO.getHead();
|
||||
head.setCtrantypeid("");
|
||||
head.setVtrantypecode("");
|
||||
head.setCwarehouseid("");
|
||||
head.setCtrantypeid("0001A110000000001S1E");
|
||||
head.setVtrantypecode("4I-01");
|
||||
// head.setCwarehouseid("");
|
||||
}
|
||||
return inVOS;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue