摘要: //不考虑日期,只考虑年和月 function IsGreaterThanM(start, end, m) { const startYear = start.getFullYear(); const endYear = end.getFullYear(); const startMonth = s 阅读全文
posted @ 2023-02-22 13:08 jxw_29 阅读(417) 评论(0) 推荐(0)
摘要: grid.data("kendoGrid").hideColumn("CI"); grid.data("kendoGrid").showColumn("CI"); 或 grid.data("kendoGrid").hideColumn(0); grid.data("kendoGrid").showC 阅读全文
posted @ 2023-02-22 09:34 jxw_29 阅读(110) 评论(0) 推荐(0)
摘要: <div id="divActualProductionLine"></div> if (viewModel.EDNMain.Plant != null && viewModel.EDNMain.Plant.indexOf("1201")) { $("#divActualProductionLine 阅读全文
posted @ 2023-02-22 09:07 jxw_29 阅读(29) 评论(0) 推荐(0)