添加报警窗口
出库流程调试、优化
This commit is contained in:
@ -4,6 +4,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WCS.Model.ApiModel.Stocktaking;
|
||||
|
||||
namespace WCS.BLL.DbModels
|
||||
{
|
||||
@ -61,12 +62,4 @@ namespace WCS.BLL.DbModels
|
||||
public bool IsSelected { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public enum StocktakingOrderStatus
|
||||
{
|
||||
未盘点 = 0,
|
||||
部分盘点 = 1,
|
||||
盘点完成 = 2,
|
||||
已提交 = 3
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user