| | |
| | | //分架明细查询 |
| | | List<FlowCard> DetailsSelectMp(String orderId, FlowCard flowCard); |
| | | |
| | | //删除工单 |
| | | //删除流程卡 |
| | | Boolean DeleteFlowCardMp(String orderId, String processId); |
| | | |
| | | //分架新增明细查询 |
| | |
| | | |
| | | Integer SelectLayoutStatus(String processId); |
| | | |
| | | //查询报工表内是否存在对应流程卡的数据 |
| | | Integer ReportingWorkCount(String processId); |
| | | |
| | | Boolean AddFlowCardMp(String processId, Integer orderNumber, Integer landingSequence, Integer quantity, String productionId, String userName); |
| | | //插入Flow_card表 |
| | | Boolean AddFlowCardMp(String processId, Integer orderNumber, Integer landingSequence, Integer quantity, String productionId, String userName,Integer layer); |
| | | |
| | | Boolean UpdateFlowState(String productionId, Integer orderNumber); |
| | | |
| | |
| | | Boolean UpdateProcessingCard(String productionId, int state); |
| | | |
| | | Boolean UpdateDeleteState(String orderId, String processId); |
| | | |
| | | List<FlowCard> SelectOkSchedulingMp(String selectTime1, String selectTime2, String orderId,String processes, FlowCard flowCard); |
| | | |
| | | List<FlowCard> SelectNoSchedulingMp(String selectTime1, String selectTime2, String orderId,String processes, FlowCard flowCard); |
| | | |
| | | List<Map<String,String>> selectLastSchedulingMp(String selectTime1, String selectTime2, FlowCard flowCard); |
| | | |
| | | Integer SelectLayer(String productionId, Integer orderNumber); |
| | | } |