| | |
| | | public bool his_isComplete { get; set; } |
| | | public bool isCutting { get; set; } |
| | | public string ScanAfCut { get; set; } |
| | | public decimal cutQty { get; set; } |
| | | public decimal remainQty { get; set; } |
| | | public double cutQty { get; set; } |
| | | public double remainQty { get; set; } |
| | | public string QrCode { get; set; } |
| | | |
| | | public BIZ_WMS_TRANSFER transferH = null; |
| | |
| | | transferSn = null; |
| | | var isFirstDtl = true; |
| | | remainQty = 0; |
| | | decimal curQty = CurInv.CurPkg.QTY; |
| | | double curQty = CurInv.CurPkg.QTY; |
| | | foreach (var d in dtls) |
| | | { |
| | | var actPrQty = d.PRQTY - d.QTY; |