| | |
| | | @Autowired |
| | | private AgvLocMastService agvLocMastService; |
| | | |
| | | |
| | | @Autowired |
| | | private AgvWrkMastService agvWrkMastService; |
| | | |
| | | |
| | | @Value("${spring.profiles.active}") |
| | | private String active; |
| | | |
| | |
| | | |
| | | @Value("${u8.orderReportPath}") |
| | | private String orderReportPath; |
| | | |
| | | |
| | | @Transactional |
| | | public ReturnT<String> start(Order order) { |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | if (Cools.isEmpty(order.getPltType())) { |
| | | return; |
| | | } |
| | |
| | | childInfo.setIrowno(orderDetl.getItemNum()); |
| | | childInfo.setCInvCode(orderDetl.getMatnr()); |
| | | childInfo.setIQuantity(orderDetl.getQty() - (orderDetl.getReportQty() == null ? 0D : orderDetl.getReportQty()) + ""); |
| | | String batch = orderDetl.getBrand(); |
| | | String batch = orderDetl.getBatch(); |
| | | if (Cools.isEmpty(batch)) { |
| | | childInfo.setCBatch(""); |
| | | childInfo.setBFree1(""); |