SVN-Revision: r322
This commit is contained in:
tdx
2025-03-14 06:20:05 +00:00
parent c19bf2cfab
commit ecdfbd6893
3 changed files with 167 additions and 67 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ namespace Lskj.ProductSched
DynamicProductSchedModel moduleModel = new DynamicProductSchedModel(obj);
main.Model = moduleModel;
moduleModel.DataCaches = new Dictionary<object, Hashtable>();
if (SystemInfo.Instance.OptimizationSpeed) main.GetDataCaches(moduleModel.DataCaches);
//if (SystemInfo.Instance.OptimizationSpeed) main.GetDataCaches(moduleModel.DataCaches);
GridEnum gridEnum = GridEnum.GridView;
if (!moduleModel.DataCaches.GetValue(main, "FormType", out int formType))
{