| | |
| | | @Value("${u8.orderReportPath}") |
| | | private String orderReportPath; |
| | | |
| | | |
| | | @Transactional |
| | | public ReturnT<String> start(Order order) { |
| | | List<String> docNames = new ArrayList<>(Arrays.asList("银座采购入库单")); |
| | |
| | | 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(""); |