软著申请修改
This commit is contained in:
@ -14,9 +14,9 @@ using SqlSugar;
|
||||
using HandyControl.Data;
|
||||
using System.Windows;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using 货架标准上位机.Views.Controls;
|
||||
using 智能仓储WCS管理系统.Views.Controls;
|
||||
using WCS.Model.ApiModel.User;
|
||||
using 货架标准上位机.Api;
|
||||
using 智能仓储WCS管理系统.Api;
|
||||
using WCS.Model;
|
||||
using WCS.Model.ApiModel;
|
||||
using System.Windows.Controls;
|
||||
@ -31,7 +31,7 @@ using System.Security.Cryptography;
|
||||
using Ping9719.WpfEx;
|
||||
using System.Diagnostics.Eventing.Reader;
|
||||
|
||||
namespace 货架标准上位机.ViewModel
|
||||
namespace 智能仓储WCS管理系统.ViewModel
|
||||
{
|
||||
public class InInventoryViewModel : BindableBase
|
||||
{
|
||||
@ -121,11 +121,9 @@ namespace 货架标准上位机.ViewModel
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
@ -207,7 +205,6 @@ namespace 货架标准上位机.ViewModel
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 扫到模组码的数据处理
|
||||
/// </summary>
|
||||
@ -257,7 +254,6 @@ namespace 货架标准上位机.ViewModel
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
//调用接口 本次扫码的货架进入入库模式
|
||||
#region 调用接口进入入库模式
|
||||
try
|
||||
@ -392,7 +388,6 @@ namespace 货架标准上位机.ViewModel
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
public ICommand BtnEndCommand { get => new DelegateCommand(BtnEnd); }
|
||||
public void BtnEnd()
|
||||
{
|
||||
|
Reference in New Issue
Block a user