| | |
| | | |
| | | List<Map<String, String>> productionScheduleMp(String orderId); |
| | | |
| | | List<Map<String, String>> taskCompletionStatusMp(Date selectTime1, Date selectTime2); |
| | | List<Map<String, String>> taskCompletionStatusMp(Date selectTime1, Date selectTime2, String orderId); |
| | | |
| | | List<Map<String, String>> orderPlanDecompositionMp(Date selectTime1, Date selectTime2, Report report); |
| | | |
| | |
| | | |
| | | List<String> selectProcess(); |
| | | |
| | | Map<String,Object> getWorkInProgressCombinationFootSum(String process, String laminating, String optionVal); |
| | | |
| | | List<WorkInProgressCombinationDTO> exportWorkInProgressCombination(String process, String laminating, String inputVal); |
| | | |
| | | |
| | | // Map<String, Integer> getWorkInProgressTotal( |
| | | // @Param("selectTime1") Date selectTime1, @Param("selectTime2") Date selectTime2, |