This commit is contained in:
Administrator
2026-07-08 10:58:42 +08:00
parent 053a90d34f
commit 7d7d6bc3bf
21 changed files with 1528 additions and 1283 deletions
+9 -3
View File
@@ -1233,7 +1233,8 @@ namespace JinYuan.MES
datavolist.Add(new TagDataVOListItem()
{
tagCode = keys[0],
tagValue = temp == null ? "0" : temp.ToString(),//m
//tagValue = temp == null ? "0" : temp.ToString(),//m
tagValue = temp == null ? "0" : (temp.ToString()=="OK"?"1":"0"),//m
tagTime = DateTime.Now.ToString(),
tagCalculateResult = "Y",
tagRemark = keys[2]
@@ -1306,7 +1307,7 @@ namespace JinYuan.MES
// 生产型号
datavolist.Add(new TagDataVOListItem()
{
tagCode = "product_model",
tagCode = "PRODUCTION_MODEL_WGJC",
tagValue = payload1.materialCode,
tagTime = DateTime.Now.ToString(),
tagCalculateResult = "",
@@ -1686,7 +1687,12 @@ namespace JinYuan.MES
{
if (res1.category == null)
{
mesResType = MesResType.B;
if (res1.code== "EVEDL_PM_0406")
{
mesResType = MesResType.C;
}
else
mesResType = MesResType.B;
MesMessage = res1.message;
}
else