This commit is contained in:
2024-10-25 19:01:06 +08:00
parent 0f3232d32b
commit 58994f4d7a
14 changed files with 414 additions and 10 deletions

View File

@@ -122,7 +122,7 @@ namespace ZR.Service.mes.wms
if(model.IsOutbound)
{
model.Type = 1;
model.Remark += "[直接出库]";
model.Remark += "[跳过后道]";
}
else
{
@@ -263,6 +263,7 @@ namespace ZR.Service.mes.wms
if (model.IsOutbound)
{
model.Type = 1;
model.Remark = "[跳过后道]";
}
else
{