This commit is contained in:
qianjiawei
2023-11-08 16:54:15 +08:00
parent 7f3c8b1de9
commit f8cf67150a

View File

@@ -120,7 +120,12 @@ namespace Tnb.ProductionMgr
{
if (res.Value<bool>("Value"))
{
//
InstockInput instockInput = new()
{
equip_code = res["DevName"]!.ToString(),
label_code = res["TagName"]!.ToString()
};
_prdInstockService.InstockOutPack(instockInput);
}
}
}