Commit 95ed8abc zshaohui

1.工单详情展示,字段变更

2.解析工单文件,修改
1 个父辈 6375bb90
...@@ -84,8 +84,8 @@ public class DefaultOrderFileListener implements IOrderFileListener { ...@@ -84,8 +84,8 @@ public class DefaultOrderFileListener implements IOrderFileListener {
liteOrderCache.addOrderToMap(liteOrder); liteOrderCache.addOrderToMap(liteOrder);
//resultFile = new File(localDir+File.separator + "sucess",backupFileName); //resultFile = new File(localDir+File.separator + "sucess",backupFileName);
return true;
} }
return true;
} }
}catch (Exception e){ }catch (Exception e){
log.error("read order from file ["+orderFile.getAbsolutePath()+"] :",e); log.error("read order from file ["+orderFile.getAbsolutePath()+"] :",e);
......
...@@ -65,7 +65,9 @@ public class OrderItemDto { ...@@ -65,7 +65,9 @@ public class OrderItemDto {
*/ */
private int inventoryReelCount = 0; private int inventoryReelCount = 0;
private int totalOutNum = 0;
private int totalOutReelCount = 0;
// Inventory Quantity // Inventory Quantity
// Inventory Reel / Bundle count // Inventory Reel / Bundle count
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!