DataServices 现场调试OK

This commit is contained in:
2025-11-26 16:46:48 +08:00
parent 979afae645
commit 010272aa0b
31 changed files with 1866 additions and 267 deletions

View File

@@ -90,12 +90,12 @@ namespace FATrace.WPLApp.ViewModels
});
break;
case "报表数据":
this.regionManager.Regions["ContentRegion"].RequestNavigate("ReportView");
//case "报表数据":
// this.regionManager.Regions["ContentRegion"].RequestNavigate("ReportView");
//this.regionManager.Regions["ContentRegion"].Activate(viewB);
break;
//break;
case "原料使用查询":
this.regionManager.Regions["ContentRegion"].RequestNavigate("RawProUseView");
break;
@@ -105,15 +105,17 @@ namespace FATrace.WPLApp.ViewModels
case "历史报警":
this.regionManager.Regions["ContentRegion"].RequestNavigate("HistoryAlarmView");
//this.regionManager.Regions["ContentRegion"].Activate(viewB);
break;
case "日志信息":
this.regionManager.Regions["ContentRegion"].RequestNavigate("LogView");
break;
case "用户登录":
this.regionManager.Regions["ContentRegion"].RequestNavigate("UserView");
this.regionManager.Regions["ContentRegion"].RequestNavigate("LoginView");
//this.regionManager.Regions["ContentRegion"].Activate(Shift);
break;
case "使用手册":
this.regionManager.Regions["ContentRegion"].RequestNavigate("HelpManualView");
//this.regionManager.Regions["ContentRegion"].RequestNavigate("HelpManualView");
//弹窗
break;