备料计划转库存的其它入库-去除行备注赋值
This commit is contained in:
parent
3269e4cbd7
commit
705369e19f
|
@ -154,7 +154,7 @@ public class PickmToGeneralInAction implements ICommonAction {
|
||||||
head.setCtrantypeid(pk_billtypeid);
|
head.setCtrantypeid(pk_billtypeid);
|
||||||
head.setVtrantypecode(typeCode);
|
head.setVtrantypecode(typeCode);
|
||||||
head.setCwarehouseid(warehouseId);
|
head.setCwarehouseid(warehouseId);
|
||||||
GeneralInBodyVO[] bodys = inVO.getBodys();
|
/*GeneralInBodyVO[] bodys = inVO.getBodys();
|
||||||
if (bodys != null) {
|
if (bodys != null) {
|
||||||
for (GeneralInBodyVO body : bodys) {
|
for (GeneralInBodyVO body : bodys) {
|
||||||
String cpickmId=body.getCunitid();
|
String cpickmId=body.getCunitid();
|
||||||
|
@ -166,7 +166,7 @@ public class PickmToGeneralInAction implements ICommonAction {
|
||||||
body.setVnotebody((String) cmaterialvidDef261);
|
body.setVnotebody((String) cmaterialvidDef261);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
return inVOS;
|
return inVOS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue