南骏 池
2025-05-06 671b60339271875c3d15357e7c792727d67e6c91
service/Warehouse/MesInvItemInCDetailsManager.cs
@@ -855,6 +855,11 @@
            if (mesInvItemInCDetails == null)
                throw new Exception("物料入库条码明细不存在"); // 抛出异常以供前台处理
            // 创建 插入日志
            var logService = new LogService();
            var LogMsg = "[PDA]采购入库。条码【" + entity.barcode + "】 入库单号【" + cBillNo + "】";
            logService.CreateLog(db, entity.userName, inventory.Guid.ToString(), "WW_GD", LogMsg, inventory.BillNo);
            return 1;
        });