| | |
| | | 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 ScanAfCut { get; set; } |
| | |
| | | public virtual string SupplierCode { get; set; } |
| | | public virtual DateTime DateCode { get; set; } |
| | | public virtual string LotNo { get; set; } |
| | | public virtual decimal ScanQty { get; set; } |
| | | public virtual double ScanQty { get; set; } |
| | | public virtual string Unit { get; set; } |
| | | public virtual string CartonNo { get; set; } |
| | | public virtual string PalletNo { get; set; } |
| | | public virtual decimal TotalScanedQty { get; set; } |
| | | public virtual decimal DeliveryQty { get; set; } |
| | | public virtual double TotalScanedQty { get; set; } |
| | | public virtual double DeliveryQty { get; set; } |
| | | } |
| | | |
| | | public class OutSplitSubmit |
| | |
| | | public string SupplierCode { get; set; } |
| | | public string nSplitSn { get; set; } |
| | | public string nRemainSn { get; set; } |
| | | //public decimal CutQty { get; set; } |
| | | //public double CutQty { get; set; } |
| | | } |
| | | |
| | | public class OutSplitInput: BaseInput |
| | |
| | | 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; } |
| | | } |
| | | |
| | | public enum ReqType |