| | |
| | | HashMap<String, Object> hedAndDet = new HashMap<>(); |
| | | hedAndDet.put("hed", inHed); |
| | | hedAndDet.put("det", inDetTBS); |
| | | if (inDetTBS == null || inDetTBS.isEmpty()) { |
| | | continue; |
| | | } |
| | | try { |
| | | inMS.createInOrder(inHed, inDetTBS); |
| | | log.info("入库单据成功,{}", inHed); |
| | |
| | | HashMap<String, Object> hedAndDet = new HashMap<>(); |
| | | hedAndDet.put("hed", inHed); |
| | | hedAndDet.put("det", inDetTBS); |
| | | if (inDetTBS == null || inDetTBS.isEmpty()) { |
| | | continue; |
| | | } |
| | | try { |
| | | inMS.createOutOrder(inHed, inDetTBS); |
| | | log.info("出库单据成功,{}", inHed); |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | public void OutHedTBScheduler(String orderNo) { |