修改看板
This commit is contained in:
@@ -290,6 +290,7 @@ namespace FineUIPro.Web
|
||||
InstallationName = item.InstallationName
|
||||
});
|
||||
}
|
||||
tlscNum.InnerHtml = "投料试车进度(" + result.Count.ToString() + ")";
|
||||
feedingRunStr = JsonConvert.SerializeObject(result);
|
||||
}
|
||||
}
|
||||
@@ -312,6 +313,7 @@ namespace FineUIPro.Web
|
||||
InstallationName = item.InstallationName
|
||||
});
|
||||
}
|
||||
syxNum.InnerHtml = "试运行进度(" + result.Count.ToString() + ")";
|
||||
productsStr = JsonConvert.SerializeObject(result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user