软著申请修改

This commit is contained in:
hehaibing-1996
2024-10-17 12:59:41 +08:00
parent 278b1eab04
commit baa7b9716c
181 changed files with 357 additions and 497 deletions

View File

@ -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()
{