1.出库界面展示当前正在进行出库的单据
2.后台退出了入库模式 通知前台扫码枪退出入库 3.对接盟讯公司登录Mes接口 4.接口记录增加本地日志排查问题
This commit is contained in:
@ -71,6 +71,8 @@ namespace 货架标准上位机
|
||||
/// 是否在入库模式中
|
||||
/// </summary>
|
||||
public bool IsInstoreMode { get; set; }
|
||||
|
||||
public DateTime IsInstoreModeTime { get; set; } = DateTime.MinValue;
|
||||
/// <summary>
|
||||
/// 串口号
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user