1.出库单据、生成出库单据、计算物料时增加货架类型用于区分信息化货架和智能货架的物料 实现分开出

This commit is contained in:
hehaibing-1996
2024-05-21 10:32:52 +08:00
parent 649e22b4ce
commit b2f9c7cc22
48 changed files with 976 additions and 125 deletions

View File

@ -10,12 +10,10 @@ namespace WCS.Model.ApiModel.MatInventoryDetail
public string MatName { get; set; }
public string MatSpec { get; set; }
public string MatBatch { get; set; }
public string MatSupplier { get; set; }
public string MatCustomer { get; set; }
public int ShelfTypeId { get; set; }
}
}

View File

@ -5,7 +5,7 @@ using System.Text;
namespace WCS.Model.ApiModel.MatInventoryDetail
{
public class MatInventorySummaryModel: INotifyPropertyChanged
public class MatInventorySummaryModel : INotifyPropertyChanged
{
public string MatCode { get; set; }
@ -33,6 +33,9 @@ namespace WCS.Model.ApiModel.MatInventoryDetail
}
}
public string Info { get; set; }
public bool IsSelected
{