C# Class com.Sconit.Service.Business.Impl.MaterialInMgr

Inheritance: AbstractBusinessMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
ExecuteCancel ( Resolver resolver ) : void
ExecuteSubmit ( Resolver resolver ) : void
GetDetail ( Resolver resolver ) : void

Todo:需要删除重复项?

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

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

Private Methods

Méthode Description
ExecutePrint ( Resolver resolver ) : void
GetReceiptNotes ( Resolver resolver ) : void

Method Details

ExecuteCancel() protected méthode

protected ExecuteCancel ( Resolver resolver ) : void
resolver Resolver
Résultat void

ExecuteSubmit() protected méthode

protected ExecuteSubmit ( Resolver resolver ) : void
resolver Resolver
Résultat void

GetDetail() protected méthode

Todo:需要删除重复项?
protected GetDetail ( Resolver resolver ) : void
resolver Resolver
Résultat void

MaterialInMgr() public méthode

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
Résultat System

SetBaseInfo() protected méthode

protected SetBaseInfo ( Resolver resolver ) : void
resolver Resolver
Résultat void

SetDetail() protected méthode

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