From 7def1cc8cad93ca565c5ba13e48bdbaeed2fe828 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期一, 11 十二月 2023 15:39:34 +0800 Subject: [PATCH] 出门确认单、发出确认单上传方法取消事务回滚,销售出库、生产入库多源单上传、物料扫码方法增加写入日志;DAL引用更新 --- CLOUDWEB/CLOUDWEB.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/CLOUDWEB/CLOUDWEB.csproj b/CLOUDWEB/CLOUDWEB.csproj index 6f39936..fa48900 100644 --- a/CLOUDWEB/CLOUDWEB.csproj +++ b/CLOUDWEB/CLOUDWEB.csproj @@ -318,6 +318,7 @@ <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> </Compile> + <Compile Include="LogService.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Site.Master.cs"> <DependentUpon>Site.Master</DependentUpon> -- Gitblit v1.9.1