增加盘点模式

This commit is contained in:
hehaibing-1996
2024-05-09 09:43:28 +08:00
parent 311a695498
commit cb6090bf0b
43 changed files with 2909 additions and 423 deletions

View File

@ -153,7 +153,7 @@ namespace WCS.BLL.Services.Service
}
#region //调用接口或者直接查询数据库
//TODO做成配置 调用接口
if (1 == 1)
if (1 != 1)
{
#region Mes接口获取物料信息
try
@ -169,10 +169,10 @@ namespace WCS.BLL.Services.Service
Data = new List<queryByBarResponse>() {new queryByBarResponse()
{
materialBar = request.MatSn,
materialCode = "111222",
materialCode = "100200300",
materialName = "电阻",
materialQty = 1000,
}
}
}
};
//查询到物料信息
@ -341,6 +341,10 @@ namespace WCS.BLL.Services.Service
{
Code = 201,
Message = $"超时未入库!请重新扫码后入库!",
Data = new
{
StoreCode = string.Empty,
}
};
}
}