Commit 40365622 zshaohui

手动出库展示修改

1 个父辈 5a91a66b
...@@ -818,10 +818,11 @@ public class OutLineController { ...@@ -818,10 +818,11 @@ public class OutLineController {
if (code.startsWith("C07") || code.startsWith("C13") || code.startsWith("C15")) { if (code.startsWith("C07") || code.startsWith("C13") || code.startsWith("C15")) {
String endStr = code.substring(code.length() - 1); //得到是A、B面 String endStr = code.substring(code.length() - 1); //得到是A、B面
boxStr = getBoxStrbyBoxPartition(code); boxStr = getBoxStrbyBoxPartition(code);
if (boxSideMap.get(boxStr) != null) { if ("A".equals(endStr) || "B".equals(endStr)){
boxSideMap.put(boxStr,endStr);
}
if (boxSideMap.get(boxStr) != null){
endStr = boxSideMap.get(boxStr); endStr = boxSideMap.get(boxStr);
} else {
boxSideMap.put(boxStr, endStr);
} }
//1、获取料箱的 //1、获取料箱的
Barcode barcode = barcodeManager.findByBarcode(boxStr); Barcode barcode = barcodeManager.findByBarcode(boxStr);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!