20260708
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user