| | |
| | | public List<string> OffLocations { get; set; } |
| | | public List<string> OffRacks { get; set; } |
| | | public List<BacodeRackLocation> SuggestBarcodes { get; set; } |
| | | public decimal PickQty { get; set; } |
| | | public double PickQty { get; set; } |
| | | public string Qrcode { get; set; } |
| | | } |
| | | |
| | |
| | | public string MaterialName { get; set; } |
| | | public string MaterialStandard { get; set; } |
| | | public string UnitCode { get; set; } |
| | | public decimal PRQty { get; set; } |
| | | public decimal Qty { get; set; } |
| | | public double PRQty { get; set; } |
| | | public double Qty { get; set; } |
| | | public DateTime? DeliveryDate { get; set; } |
| | | public string WarehouseCode { get; set; } |
| | | public string WarehouseName { get; set; } |
| | |
| | | public bool isCutting { get; set; } |
| | | public string SN { get; set; } |
| | | public string ItemCode { get; set; } |
| | | public decimal Qty { get; set; } |
| | | public decimal CutQty { get; set; } |
| | | public double Qty { get; set; } |
| | | public double CutQty { get; set; } |
| | | public string regionCode { get; set; } |
| | | public string locationCode { get; set; } |
| | | public string Status { get; set; } |
| | |
| | | public string WHCode { get; set; } |
| | | public string LocationCode { get; set; } |
| | | public string SN { get; set; } |
| | | public decimal QTY { get; set; } |
| | | public double QTY { get; set; } |
| | | } |
| | | } |