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

Inheritance: AbstractBusinessMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method 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

Protected Methods

Method 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

Method Description
ExecutePrint ( Resolver resolver ) : void
GetReceiptNotes ( Resolver resolver ) : void

Method Details

ExecuteCancel() protected method

protected ExecuteCancel ( Resolver resolver ) : void
resolver Resolver
return void

ExecuteSubmit() protected method

protected ExecuteSubmit ( Resolver resolver ) : void
resolver Resolver
return void

GetDetail() protected method

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

MaterialInMgr() public method

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
return System

SetBaseInfo() protected method

protected SetBaseInfo ( Resolver resolver ) : void
resolver Resolver
return void

SetDetail() protected method

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