可通过PACK码查询 产品静置记录 进行静置上线

This commit is contained in:
XingCheng3
2026-06-10 18:53:57 +08:00
parent 4aab62831a
commit 5ef3cf5346
3 changed files with 59 additions and 15 deletions

View File

@@ -38,7 +38,7 @@ namespace MesServerFunctions
return;
}
// 重新查询 MES 执行信息,避免直接使用 PLC 中不完整的订单/机型数据
// 保存阶段从 PLC 读取到的已经是最终 PACK 码,只补查订单机型信息
MisDataFun.Moby_Select_PDC(engineID, out orderForm, out engineType, out engineTypeID);
if (engineTypeID <= 0)
{