抛光管理,完成抛光仓库入库,盘点,生成日志 条件查询功能
This commit is contained in:
@@ -48,6 +48,7 @@ namespace ZR.Service.mes.wms
|
||||
.Queryable<WmMaterial>()
|
||||
.Where(it => it.BlankNum == item.BlankNum)
|
||||
.Where(it => it.Type == 2)
|
||||
.Where(it => it.Status == 1)
|
||||
.First();
|
||||
if (material == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user