C# 클래스 com.Sconit.Service.Business.Impl.MaterialInMgr

상속: AbstractBusinessMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
MaterialInMgr ( ISetBaseMgr setBaseMgr, ISetDetailMgr setDetailMgr, IExecuteMgr executeMgr, ILocationLotDetailMgr locationLotDetailMgr, IUserMgr userMgr, IItemMgr itemMgr, ILocationMgr locationMgr, IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr, ILanguageMgr languageMgr, IBomDetailMgr bomDetailMgr, IHuMgr huMgr, IFlowMgr flowMgr, IRoutingDetailMgr routingDetailMgr ) : System

보호된 메소드들

메소드 설명
ExecuteCancel ( Resolver resolver ) : void
ExecuteSubmit ( Resolver resolver ) : void
GetDetail ( Resolver resolver ) : void

Todo:需要删除重复项?

SetBaseInfo ( Resolver resolver ) : void
SetDetail ( Resolver resolver ) : void

仅校验投料的物料号,库位是否一致,不校验单位单包装等信息 todo:不允许投入的又有数量又有Hu //可以前台控制

비공개 메소드들

메소드 설명
ExecutePrint ( Resolver resolver ) : void
GetReceiptNotes ( Resolver resolver ) : void

메소드 상세

ExecuteCancel() 보호된 메소드

protected ExecuteCancel ( Resolver resolver ) : void
resolver Resolver
리턴 void

ExecuteSubmit() 보호된 메소드

protected ExecuteSubmit ( Resolver resolver ) : void
resolver Resolver
리턴 void

GetDetail() 보호된 메소드

Todo:需要删除重复项?
protected GetDetail ( Resolver resolver ) : void
resolver Resolver
리턴 void

MaterialInMgr() 공개 메소드

public MaterialInMgr ( ISetBaseMgr setBaseMgr, ISetDetailMgr setDetailMgr, IExecuteMgr executeMgr, ILocationLotDetailMgr locationLotDetailMgr, IUserMgr userMgr, IItemMgr itemMgr, ILocationMgr locationMgr, IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr, ILanguageMgr languageMgr, IBomDetailMgr bomDetailMgr, IHuMgr huMgr, IFlowMgr flowMgr, IRoutingDetailMgr routingDetailMgr ) : System
setBaseMgr ISetBaseMgr
setDetailMgr ISetDetailMgr
executeMgr IExecuteMgr
locationLotDetailMgr ILocationLotDetailMgr
userMgr IUserMgr
itemMgr IItemMgr
locationMgr ILocationMgr
productLineInProcessLocationDetailMgr IProductLineInProcessLocationDetailMgr
languageMgr ILanguageMgr
bomDetailMgr IBomDetailMgr
huMgr IHuMgr
flowMgr IFlowMgr
routingDetailMgr IRoutingDetailMgr
리턴 System

SetBaseInfo() 보호된 메소드

protected SetBaseInfo ( Resolver resolver ) : void
resolver Resolver
리턴 void

SetDetail() 보호된 메소드

仅校验投料的物料号,库位是否一致,不校验单位单包装等信息 todo:不允许投入的又有数量又有Hu //可以前台控制
protected SetDetail ( Resolver resolver ) : void
resolver Resolver
리턴 void