From 9e5eb7707c9a42e2515a583b40078d2d7685e2d0 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 19 三月 2025 00:51:42 +0800 Subject: [PATCH] 优化清点上架支持扫箱条码 --- Tiger.Business.WMS/T100ToWMS/ProductOutputtBusiness.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Business.WMS/T100ToWMS/ProductOutputtBusiness.cs b/Tiger.Business.WMS/T100ToWMS/ProductOutputtBusiness.cs index ef05438..789e376 100644 --- a/Tiger.Business.WMS/T100ToWMS/ProductOutputtBusiness.cs +++ b/Tiger.Business.WMS/T100ToWMS/ProductOutputtBusiness.cs @@ -104,7 +104,7 @@ /// <param name="input"></param> /// <param name="Count"></param> /// <returns></returns> - public List<BIZ_ERP_SALE_OUT_DTL> ChangeDTL(List<BIZ_ERP_SALE_OUT_DTL> input, decimal Count) + public List<BIZ_ERP_SALE_OUT_DTL> ChangeDTL(List<BIZ_ERP_SALE_OUT_DTL> input, double Count) { var model = new List<BIZ_ERP_SALE_OUT_DTL>(); var data = input.Where(i => i.QTY < i.PRQTY).OrderBy(i => i.BILLLINE).ToList(); -- Gitblit v1.9.3