|
|
@ -16,6 +16,7 @@ using Admin.Core.IService;
|
|
|
|
using Microsoft.Extensions.DependencyInjection;
|
|
|
|
using Microsoft.Extensions.DependencyInjection;
|
|
|
|
using Aucma.Core.Palletiz.Business;
|
|
|
|
using Aucma.Core.Palletiz.Business;
|
|
|
|
using Aucma.Core.HwPLc;
|
|
|
|
using Aucma.Core.HwPLc;
|
|
|
|
|
|
|
|
using Aucma.Core.Palletiz.Common;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Aucma.Core.Palletiz.ViewModels
|
|
|
|
namespace Aucma.Core.Palletiz.ViewModels
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -25,7 +26,7 @@ namespace Aucma.Core.Palletiz.ViewModels
|
|
|
|
private IndexPageView firstPage = new IndexPageView();//首页
|
|
|
|
private IndexPageView firstPage = new IndexPageView();//首页
|
|
|
|
private StatisticsPageView recordPage = new StatisticsPageView();
|
|
|
|
private StatisticsPageView recordPage = new StatisticsPageView();
|
|
|
|
private PalletizPageView palletizPage = new PalletizPageView();
|
|
|
|
private PalletizPageView palletizPage = new PalletizPageView();
|
|
|
|
|
|
|
|
private SpeechStr speech = SpeechStr.Instance;
|
|
|
|
ISysUserInfoServices _sysUserInfoServices;
|
|
|
|
ISysUserInfoServices _sysUserInfoServices;
|
|
|
|
public MainWindowViewModel()
|
|
|
|
public MainWindowViewModel()
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -39,7 +40,8 @@ namespace Aucma.Core.Palletiz.ViewModels
|
|
|
|
//测试开启
|
|
|
|
//测试开启
|
|
|
|
//InstoreBusiness instore=new InstoreBusiness();
|
|
|
|
//InstoreBusiness instore=new InstoreBusiness();
|
|
|
|
//instore.test();
|
|
|
|
//instore.test();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public void init()
|
|
|
|
public void init()
|
|
|
|