| Services/WomdaaManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Services/WomdaaManager.cs
@@ -216,17 +216,8 @@ { VOrdrerBycl.todayRunTime = mesOrderSelect.TjTime; VOrdrerBycl.TodayFaultNum = mesOrderSelect.TjCount; if (mesOrderSelect.TjTime is null or 0) { VOrdrerBycl.JDL = 100; } else { var round = Math.Round(mesOrderSelect.TjTime.Value / 1440, 2); var round1 = (1 - round) * 100; VOrdrerBycl.JDL = round1; } // 去除JDL转换逻辑,直接保留视图里的JDL // VOrdrerBycl.JDL 保持原值 } VOrdrerBycl.wjQty = VOrdrerBycl.Daa008 - VOrdrerBycl.Daa011;