|
|
|
@ -496,7 +496,7 @@ namespace Aucma.Core.OldBoxFoam.ViewModels
|
|
|
|
|
{
|
|
|
|
|
if (string.IsNullOrEmpty(spaceCodes))
|
|
|
|
|
{
|
|
|
|
|
MessageBox.Show("请至少选择一个型号!");
|
|
|
|
|
MessageBox.Show("未关联到货道信息不进行型号设置!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
// 查询货道信息
|
|
|
|
@ -516,6 +516,8 @@ namespace Aucma.Core.OldBoxFoam.ViewModels
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RelayCommand]
|
|
|
|
|
private async void AddPlanInfo()
|
|
|
|
|
{
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
if (string.IsNullOrEmpty(TransmitAmount))
|
|
|
|
|
{
|
|
|
|
@ -558,6 +560,10 @@ namespace Aucma.Core.OldBoxFoam.ViewModels
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}catch(Exception ex)
|
|
|
|
|
{
|
|
|
|
|
MessageBox.Show($"生产计划创建异常:{ex.Message}", "系统异常");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|