public interface IWorkOrderItemService extends IRunTimeObjectWithStatusService<WorkOrderItem>
限定符和类型 | 方法和说明 |
---|---|
void |
addMore(long orderItemId,
long quantity) |
boolean |
checkRouteHasUsed(long pLineId,
long routeId) |
WorkOrderItem |
closeOrderItem(long orderItemId,
String reason) |
List<WorkOrderItem> |
getByOrderId(long workOrderId) |
List<WorkOrderItem> |
getByOrderItemName(String orderItemName) |
WorkOrderItem |
getByWorkOrderAndItemName(long workOrderId,
String orderItemName) |
int |
getTotalCount(EntityFilter filter) |
List<WorkOrderItem> |
getUnFinishedByProductConfiguration(ProductConfiguration productConfiguration) |
List<WorkOrderItem> |
getUnFinishedOrderItemByPartAndRoute(long routeId,
String partNumber,
String partRev) |
WorkOrderItem |
holdOrderItem(long orderItemId,
String reason) |
void |
modifyReleaseOrderItem(WorkOrderItem orderItem)
保存修改已经发布的工单项
|
WorkOrderItem |
unCloseOrderItem(long orderItemId,
String reason) |
WorkOrderItem |
unHoldOrderItem(long orderItemId,
String reason) |
changeStatus
countByFilter, createFilter, delete, deleteById, deleteByIds, getByFilter, getById, getByIdAndEvict, list, list, listByFilter, listSimpleData, pagingByFilter, save, saveAll
void modifyReleaseOrderItem(WorkOrderItem orderItem)
orderItem
- List<WorkOrderItem> getByOrderId(long workOrderId)
List<WorkOrderItem> getByOrderItemName(String orderItemName)
WorkOrderItem getByWorkOrderAndItemName(long workOrderId, String orderItemName)
WorkOrderItem closeOrderItem(long orderItemId, String reason)
WorkOrderItem unCloseOrderItem(long orderItemId, String reason)
WorkOrderItem holdOrderItem(long orderItemId, String reason)
WorkOrderItem unHoldOrderItem(long orderItemId, String reason)
List<WorkOrderItem> getUnFinishedOrderItemByPartAndRoute(long routeId, String partNumber, String partRev)
boolean checkRouteHasUsed(long pLineId, long routeId)
void addMore(long orderItemId, long quantity)
List<WorkOrderItem> getUnFinishedByProductConfiguration(ProductConfiguration productConfiguration)
int getTotalCount(EntityFilter filter)
Copyright © 2019. All rights reserved.