Admin
2025-12-03 d41acebbd89f171b0eeb205fca4f68043ca85f95
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/ToAPP/Partial/SaveCLinfo.cs
@@ -37,8 +37,8 @@
                if (clinfo != null) throw new Exception("车轮录入信息已存在");
                //检测库存是否已存在
                _WheelsStockRepository.QueryFirst(x => x.Wheels_code == clCode || x.Wheels_Num == clh);
                if (clinfo != null) throw new Exception("库内已存在,请检查库存");
                Dt_WheelsStock dt_WheelsStock= _WheelsStockRepository.QueryFirst(x => x.Wheels_code == clCode || x.Wheels_Num == clh);
                if (dt_WheelsStock != null) throw new Exception("库内已存在,请检查库存");
                //序列号
                //string madeUnit = saveModel.MainData["xlh"].ToString();
@@ -97,6 +97,7 @@
                if (string.IsNullOrEmpty(gkdj)) throw new Exception("等级转换失败,请检查接口等级参数");
                //}
                Dt_InWheels_mes wheels_Mes = new Dt_InWheels_mes
                {
                    Wheels_code = clCode,