From ef691687fb6a3d9da7c254c974d526af89f602ff Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 07 三月 2025 21:06:46 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024 --- Tiger.Business.MES/Transaction/InStoreOrderNo.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiger.Business.MES/Transaction/InStoreOrderNo.cs b/Tiger.Business.MES/Transaction/InStoreOrderNo.cs index ad37121..e0b0bd4 100644 --- a/Tiger.Business.MES/Transaction/InStoreOrderNo.cs +++ b/Tiger.Business.MES/Transaction/InStoreOrderNo.cs @@ -271,8 +271,8 @@ WorkOrder = item.WORK_ORDER, ItemCode = item.ITEM_CODE, WhCode = "10105", - PkgQty = item.SCAN_QTY.ToInt32(), - CompleteQty = item.SCAN_QTY.ToInt32(), + PkgQty = item.SCAN_QTY, + CompleteQty = item.SCAN_QTY, OutputType = 0, StorageType = 4, DocState = 1, -- Gitblit v1.9.3