From 309ea7eb73b9ede89386b30147610b81c79b5aeb Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期二, 11 三月 2025 10:35:02 +0800 Subject: [PATCH] 退货单修改 --- Tiger.Business.WMS/Transaction/Old/ProductionMaterialReq.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/Old/ProductionMaterialReq.cs b/Tiger.Business.WMS/Transaction/Old/ProductionMaterialReq.cs index 6b4e19d..d36bcfd 100644 --- a/Tiger.Business.WMS/Transaction/Old/ProductionMaterialReq.cs +++ b/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; -- Gitblit v1.9.3