Commit 3a9dbd16 sunke

分盘和紧急料的包装料不需要预留C型料架

1 个父辈 79670208
...@@ -281,8 +281,8 @@ public class InquiryShelfBean { ...@@ -281,8 +281,8 @@ public class InquiryShelfBean {
} }
task.setAppendInfo(appendInfo); task.setAppendInfo(appendInfo);
//包装料需要在C型料架上预留位置 //非分盘和非紧急料的包装料需要在C型料架上预留位置
if(task.isPackageReel()){ if(task.isPackageReel() && !task.isCutReel() && !task.isUrgentReel()){
String cShelf = StorageConstants.SHEFL_TYPE.C; String cShelf = StorageConstants.SHEFL_TYPE.C;
ShelfInfo packageCShelf = getOrAddShelfInfo(hSerial, cShelf); ShelfInfo packageCShelf = getOrAddShelfInfo(hSerial, cShelf);
int packageCLoc = packageCShelf.addLimitLoc(barcode, StorageConstants.REEL_TYPE.PACKAGE); int packageCLoc = packageCShelf.addLimitLoc(barcode, StorageConstants.REEL_TYPE.PACKAGE);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!