备料计划转库存的其它入库-去除行备注赋值

This commit is contained in:
mzr 2025-08-12 19:26:24 +08:00
parent 3269e4cbd7
commit 705369e19f
1 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ public class PickmToGeneralInAction implements ICommonAction {
head.setCtrantypeid(pk_billtypeid);
head.setVtrantypecode(typeCode);
head.setCwarehouseid(warehouseId);
GeneralInBodyVO[] bodys = inVO.getBodys();
/*GeneralInBodyVO[] bodys = inVO.getBodys();
if (bodys != null) {
for (GeneralInBodyVO body : bodys) {
String cpickmId=body.getCunitid();
@ -166,7 +166,7 @@ public class PickmToGeneralInAction implements ICommonAction {
body.setVnotebody((String) cmaterialvidDef261);
}
}
}
}*/
}
return inVOS;
}