提交代码
This commit is contained in:
@ -33,7 +33,7 @@ namespace WCS.BLL.HardWare
|
||||
|
||||
public void GoInInstore(string IPAdress)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
//找到对应的灯 亮灯
|
||||
}
|
||||
|
||||
public void GoInOutstore(List<OutOrderMatDetail> MatDetails, OutOrder outOrder)
|
||||
@ -53,6 +53,7 @@ namespace WCS.BLL.HardWare
|
||||
|
||||
public void GoOutInstore()
|
||||
{
|
||||
//找到已亮灯的 灭灯
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
|
@ -38,7 +38,7 @@ namespace WCS.BLL.HardWare
|
||||
ModuleCode = module.ModuleCode,
|
||||
BoardId = module.BoardId,
|
||||
IsEnable = module.IsEnable,
|
||||
CurrentMode = module.CurentMode
|
||||
CurrentMode = module.CurrentMode
|
||||
});
|
||||
}
|
||||
ModulesStr = string.Join(";", Modules.Select(t => t.ModuleCode));
|
||||
|
@ -153,7 +153,7 @@ namespace WCS.BLL.HardWare
|
||||
{
|
||||
if (CurrentMode != Mode.待机模式)
|
||||
{
|
||||
//TO DO 退出对应的模式 然后再发送进入入库模式
|
||||
return;
|
||||
}
|
||||
var storeInfos = DbHelp.db.Queryable<StoreInfo>()
|
||||
.Where(t => t.BoardId == BoardId)
|
||||
|
Reference in New Issue
Block a user