fature
This commit is contained in:
@ -278,6 +278,7 @@ namespace 货架标准上位机.ViewModel
|
||||
if (Result.Data.Count > 0)
|
||||
{
|
||||
DataGridItemSource = new ObservableCollection<OutOrderMatDetailModel>(Result.Data);
|
||||
OrderStatus = Result.Message;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -285,7 +286,6 @@ namespace 货架标准上位机.ViewModel
|
||||
{
|
||||
DataGridItemSource?.Clear();
|
||||
});
|
||||
|
||||
Growl.Warning("该单据未查询到发料明细!");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user