Wms/WMS.BLL/SysServer/PackagServer.cs
@@ -305,11 +305,15 @@ { throw Oops.Bah("包装信息不存在!"); } //admin可以跳过此验证 if (userId != 1) { var modMaterial = await Db.Queryable<SysMaterials>().FirstAsync(a => a.IsDel == "0" && a.PackagNo == packagItems.PackagNo); if (modMaterial != null) { throw Oops.Bah("存在正在使用此包装的物料!"); } } packagItems.IsDel = "1"; packagItems.UpdateTime = DateTime.Now;