From 598ba81de7ee41a1f62fd818bf9c29e910ec3306 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期五, 29 三月 2024 11:28:39 +0800 Subject: [PATCH] 修改数据类型 --- Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs b/Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs index 8a69d15..9d69feb 100644 --- a/Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs +++ b/Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs @@ -757,7 +757,7 @@ ASNNo = asnList.ASNNo, ASNDetailNo = asnList.Id, BoxNo = maxBoxCode, - Qty = int.Parse(boxQty.ToString()), + Qty = boxQty, FullQty = bNum, Status = "0", SkuNo = asnList.SkuNo, -- Gitblit v1.8.0