后道跳过入库检验
This commit is contained in:
@@ -388,7 +388,12 @@ namespace ZR.Service.mes.wms
|
|||||||
.First();
|
.First();
|
||||||
if (wmInfo == null)
|
if (wmInfo == null)
|
||||||
{
|
{
|
||||||
return "库位参数异常";
|
return "库位参数异常,库位不存在";
|
||||||
|
}
|
||||||
|
//TODO 后道标签直接跳过检查
|
||||||
|
if (resultionPackage.originalCode.Contains("LabelBy=HD"))
|
||||||
|
{
|
||||||
|
isStrict = true;
|
||||||
}
|
}
|
||||||
if (isStrict && wmInfo.Remark != "临时")
|
if (isStrict && wmInfo.Remark != "临时")
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user