From 85a299f3ffe2dd47132f7f0f79146f3675bdc273 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 14 四月 2025 15:27:34 +0800 Subject: [PATCH] 优化了一些已知问题 --- Tiger.Business.WMS/Transaction/Old/InMatStorage.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/Old/InMatStorage.cs b/Tiger.Business.WMS/Transaction/Old/InMatStorage.cs index 149e216..6b3ed8a 100644 --- a/Tiger.Business.WMS/Transaction/Old/InMatStorage.cs +++ b/Tiger.Business.WMS/Transaction/Old/InMatStorage.cs @@ -139,7 +139,7 @@ // return action; // } - // if (barcodeScanned.SCANQTY != inv.Barcode.Qty.ToDecimal()) + // if (barcodeScanned.SCANQTY != inv.Barcode.Qty.ToDouble()) // { // action.IsSuccessed = false; // action.LocaleMsg = Biz.L("WMS.CustSupChk.ScanItem.DiffQty", inv.SN); //$"姝ょ墿鏂欐潯鐮佸叆搴撴暟閲忎笌娓呯偣鏁伴噺涓嶅悓锛屼笉鑳藉叆搴�"; @@ -235,7 +235,7 @@ .Where(t=> t.STATUS == WMS_ITEM.STATUSs.InStore.GetValue() || inv.Items.Select(q=>q.SN).Contains(t.SN)) .Sum(x => x.SCANQTY); //billDetail.DELIVERYDATE = DateTime.Now.Date; - //billDetail.QTY = total; //inv.Barcode.Qty.ToDecimal(); + //billDetail.QTY = total; //inv.Barcode.Qty.ToDouble(); var isCompleted = false; // 鏇存柊鍗曟嵁HEADER鐘舵�� var billHeader = Biz.Db.Queryable<BIZ_ERP_RECEIPT>().Where(t => t.BILLCODE.ToUpper() == billCode).First(); -- Gitblit v1.9.3