| | |
| | | } |
| | | } catch (Exception e) { |
| | | e.printStackTrace(); |
| | | process1 = e.getMessage(); |
| | | } finally { |
| | | reportApiLog(null, process1, process1, response1, "TKRK", nyncIp, saveRefDelivery, success1); |
| | | } |
| | |
| | | } |
| | | } catch (Exception e) { |
| | | e.printStackTrace(); |
| | | process2 = e.getMessage(); |
| | | } finally { |
| | | reportApiLog(null, process2, process2, response2, "DBRK", nyncIp, dbdd, success2); |
| | | } |
| | |
| | | |
| | | Double weight = MatUtils.calcWeight(matnr, anfme); |
| | | iaIjBillB.setBid(nccSaleDbddWms.getCbill_bid()); |
| | | iaIjBillB.setNassistnum(weight); |
| | | iaIjBillB.setNassistnum(weight * -1); |
| | | iaIjBillB.setNnum(anfme * -1); |
| | | iaIjBillB.setVbatchcode(batch); |
| | | iaIjBillB.setClocationid(""); |
| | |
| | | |
| | | bids.add(iaIjBillB); |
| | | |
| | | data.put("hid", nccSaleDbddWms.getCbill_bid()); |
| | | data.put("hid", nccSaleDbddWms.getCbillid()); |
| | | data.put("bids", bids); |
| | | return data; |
| | | } |