| | |
| | | import com.example.erp.dto.pp.FlowCardDTO; |
| | | import com.example.erp.entity.pp.FlowCard; |
| | | import com.example.erp.entity.sd.OrderDetail; |
| | | import com.example.erp.entity.sd.OrderProcessDetail; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | |
| | | List<Map<String, Object>> getDetailListLikeRework(String processId, String printMerge, Integer orderNumber, String reportingWorkId); |
| | | |
| | | List<Map<String, Object>> getPrintCustomDataSemi(String processId, String technologyNumber, String process, Integer orderNumber); |
| | | List<Map<String, Object>> getPrintCustomDataSemi(String processId, String technologyNumber, String process, Integer orderNumber, Integer printQuantity); |
| | | |
| | | List<Map<String, String>> selectPrintNotMp(String orderId); |
| | | |
| | |
| | | |
| | | List<Map<String, Object>> getDetailListLikeCompound(String processId, String s, String process, String flashback, String compound, String landingSequence); |
| | | |
| | | List<Map<String, Object>> getPrintCustomDataSemiTj(String processId, String technologyNumber, String process); |
| | | List<Map<String, Object>> getPrintCustomDataSemiTj(String processId, String technologyNumber, String process, Integer printQuantity); |
| | | |
| | | Integer getLayoutStatus(String processId); |
| | | |
| | |
| | | Boolean updateTerminationMp(String processId, Integer orderNumber, Integer value); |
| | | |
| | | Integer selectCompletedMp(String processId, Integer orderNumber, String interceptProcess); |
| | | |
| | | String getProcessOk(String processId,String orderNumber, String technologyNumber); |
| | | |
| | | List<OrderProcessDetail> getProcessDetail(String processId,String orderNumber, String technologyNumber, String process); |
| | | |
| | | Boolean updateOrderProcessDetail(String processId, String orderNumber, Integer technologyNumber, |
| | | int reportingWorkNumCount, int reportingWorkNum, int brokenNum, String process); |
| | | } |