服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-10 40df5d91f800bb8b7be2638c13b4f9292d461221
Tiger.Business.WMS/Transaction/Old/ProductionMaterialReq.cs
@@ -54,8 +54,8 @@
        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;
@@ -623,7 +623,7 @@
                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;