Commit Graph

27 Commits

Author SHA1 Message Date
SL a913ebe2b5 准备优化Role权限保存方式,从字符串方式更改为XmlElement节点方式保存每一条权限。
[Common]
Permission相关对象从UI.Client工程移至Common工程。
PermissionHelper中增加PermissionToDictionary方法,将权限项目转换为字典。

[UI.Client]
Role对象新增构造函数,可以传入解析好的权限清单。
2023-09-05 00:12:08 +08:00
SL 514bcd31a3 Merge branch 'develop' into feature/single-session-login 2023-08-31 16:45:56 +08:00
SL 52991feb4b [Common]
优化AccountExManager的AuthLogin()方法,如果相同用户从异地登录,当前登录状态被清除。
LoginResult对象新增属性,记录客户端IP信息。
2023-08-29 17:45:38 +08:00
hanqiangqiang 2aa64210a3 [UI.Client]
1Recipe更新触发函数明修改
2修改气流统计界面外观

(cherry picked from commit dd6def17c6)
2023-08-29 12:02:56 +08:00
SL e516422e8e [UI.Client]
修正RecipeEditor视图无法加载Routine编辑表格的问题。
新增类型RecipeType,用于区分当前RecipeData对象的类型。
RecipeFormatBuilder对象中构建Recipe表格格式时,判断Recipe类型,如果不是Process,则默认赋予所有列WR权限。
2023-08-22 16:48:45 +08:00
hanqiangqiang f6a6b7a868 [UI.Client]
PMProcess界面中加载Recipe时,默认使用PM1中配置的参数,修改为实际对应的PM模块
2023-08-16 10:28:19 +08:00
hanqiangqiang b80a24f978 [UI.Client]
删除选择查询,使用全部查询功能
[RT.EquipmentLibrary]
1删除旧的查询功能
2重写数据库查询语句
2023-08-10 16:18:48 +08:00
hanqiangqiang 8f0f96fd33 [UI.Client]
PMProcess修改界面标签,使用Linq查询数据
2023-08-10 10:05:26 +08:00
hanqiangqiang bc3679f0d9 [UI.Client]
1优化界面显示
2 ModuleDataMonitor OnTime中循环获取系统参数修改
2023-08-09 17:22:52 +08:00
hanqiangqiang cc5ded69fe [Common]
气体统计对象添加通知属性
[RT.EqumentLibrary]
添加按天查询功能方法
[UI.Client]
使用单个子线程查询气体流量
2023-08-09 16:12:12 +08:00
hanqiangqiang 1b1180279f [RT.EquipmentLibrary]
修改为使用界面中数据库查询功能
[UI.Client]
修改界面布局,优化查询功能
2023-08-08 21:15:05 +08:00
SL fc57abc93e [RT.Core]
修正ProcessDataStatManager构造函数中断言参数条件错误的问题。

[UI.Client]
PMProcessViewModel中增加属性ProcessRunDataList,从RT端拉取工艺数据分析列表。
2023-08-01 17:09:30 +08:00
SL b0c5451a43 [UI.Client]
移除PMProcessGasFlowCounterViewModel.cs。

[RT.Core]
新增ProcessDataStat相关对象,用于统计PM工艺过程中的数据。
2023-07-31 16:38:10 +08:00
hanqiangqiang 4a673480a3 [RT.EquipmentLibrary]
删除旧的气体流量真值表功能
2023-07-17 16:51:56 +08:00
hanqiangqiang 97fe557575 [UI.Client]
优化显示格式,优化数据实时刷新问题
2023-07-17 16:30:42 +08:00
hanqiangqiang 37d18a439d []RT.EquipmentLibrary]
添加气阀和MFC缓存集合,不在重复获取对象
优化混合气体计算
注册总的气体流量查询
[UI.Client]
添加气体总的使用查询
2023-07-17 15:22:15 +08:00
HQQ f123d982f9 [Common]
气体用量统计对象,添加标记
[UI.Client]
添加气体查询对象和下拉框对象
2023-07-16 21:26:41 +08:00
hanqiangqiang 177bbe38ad [Common]
添加气体统计类独对象
[RT.EquipmentLibrary]
添加气体种类解析
2023-07-16 16:24:26 +08:00
hanqiangqiang b5fe359430 [RT.EquipmentLibrary]
1修改加载文件路径和标记名称
[UI.Client]
重新修改界面标记属性,显示数值
2023-07-15 10:37:45 +08:00
hanqiangqiang 8ad19504c8 [Common]
删除添加的对象类
[RT.EquipmentLibrary]
1添加初始化函数,初始化气体对象,属性+注册数据+参数设置后回调
优化数据结构和初始化逻辑
2023-07-14 17:49:01 +08:00
hanqiangqiang ccff2d3016 [RT.EquipmentLibrary]
精简XML,更新位置到Common库中
2023-07-14 09:31:26 +08:00
SL 2a53c3a045 [UI.Client]
修正PMProcessView视图打开ProcessMonitor的方式,现在ProcessMonitor视图在Overview视图中注册,此视图中通过EventAggregator响Overview视图发送打开Monitor之消息。
2023-07-03 17:07:43 +08:00
SL 60b130336e [UI.Client]
优化PMProcessView视图Start按钮的Enable状态,当Recipe正在加载时,禁用Start按钮。
2023-07-03 15:15:20 +08:00
SL c05e506155 [UI.Client]
整理PMProcessViewModel代码格式。
2023-07-03 15:14:31 +08:00
SL 8c96d6c277 [RT.EquipmentLibrary]
修改IoInterlock对象的Monitor()方法,改为继承基类的HandleMonitor()方法。

[UI.Client]
PMProcessView视图增加工程模式检测,如果在工程模式,则禁止开始工艺。
PMProcessView Start按钮调用的函数更名为StartProcess().
2023-07-03 15:02:44 +08:00
SL 9f36c4347d [UI.Client]
移除PMProcessViewModel中多余的using.
2023-06-29 13:11:52 +08:00
SL 592ed68e78 从8号机移植PMProcessView视图及其相关视图,并编译通过。 2023-06-29 11:58:56 +08:00