添加报警窗口
出库流程调试、优化
This commit is contained in:
@ -57,6 +57,8 @@ namespace WCS.BLL.HardWare
|
||||
public bool IsEnable { get; set; }
|
||||
public Mode CurrentMode { get; set; }
|
||||
|
||||
public List<string> CurrentOutSns { get; set; }
|
||||
|
||||
public void SetCurrentMode()
|
||||
{
|
||||
|
||||
@ -160,6 +162,7 @@ namespace WCS.BLL.HardWare
|
||||
/// <param name="tcpClient"></param>
|
||||
public void GoInOutStoreMode(TCPClient tcpClient, List<string> outSns)
|
||||
{
|
||||
CurrentOutSns = outSns;
|
||||
var storeInfos = DbHelp.db.Queryable<StoreInfo>()
|
||||
.Where(t => t.BoardId == BoardId)
|
||||
.OrderBy(t => t.LightNumber)
|
||||
|
Reference in New Issue
Block a user