| | |
| | | return map; |
| | | } |
| | | |
| | | public Map<String, Object> getSelectWarehousingApp(String processId) { |
| | | Map<String, Object> map = new HashMap<>(); |
| | | FlowCard flowCard=new FlowCard(); |
| | | if(processId!=null){ |
| | | flowCard.setProcessId(processId.substring(0,14)); |
| | | map.put("data", finishedGoodsInventoryMapper.getSelectWarehousing(0, 999999999, flowCard)); |
| | | map.put("total", finishedGoodsInventoryMapper.getSelectWarehousingPageTotal(0, 999999999, flowCard)); |
| | | } |
| | | |
| | | |
| | | return map; |
| | | } |
| | | |
| | | public String addSelectWarehousing(Map<String,Object> object) { |
| | | String saveState = "true"; |
| | | Object savePoint = TransactionAspectSupport.currentTransactionStatus().createSavepoint(); |
| | |
| | | return map; |
| | | } |
| | | |
| | | public Map<String, Object> getSelectDeliveryDetailApp() { |
| | | Map<String, Object> map = new HashMap<>(); |
| | | OrderDetail orderDetail=new OrderDetail(); |
| | | map.put("data", finishedGoodsInventoryMapper.getSelectDeliveryDetail(0, 999999999, orderDetail)); |
| | | map.put("total", finishedGoodsInventoryMapper.getSelectDeliveryDetailPageTotal(0, 999999999, orderDetail)); |
| | | return map; |
| | | } |
| | | |
| | | |
| | | public String addDeliveryDetail(Map<String,Object> object) { |
| | | String saveState = "true"; |