From 58307003d3877aaa94ac0c6c0ee333f4e1b316bd Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期六, 11 五月 2024 17:12:30 +0800 Subject: [PATCH] 网页版 增加启动检查项目 基础资料以及 基础资料列表; 网页版 增加 启动检查表 单据编辑模块 以及 单据列表 --- WebAPI/WebAPI.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index edf3d0b..8533090 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -396,6 +396,7 @@ <Compile Include="Controllers\CJGL\Cj_NoPassProcController.cs" /> <Compile Include="Controllers\CJGL\Cj_SendGoodsBillController.cs" /> <Compile Include="Controllers\CJGL\Mes_OrderProcFlowAllReportController.cs" /> + <Compile Include="Controllers\CJGL\Sc_WorkBeginDotCheckBillController.cs" /> <Compile Include="Controllers\CJGL\ProductionPlanReportController.cs" /> <Compile Include="Controllers\CJGL\Sc_ProcessExchangeBillController.cs" /> <Compile Include="Controllers\CJGL\Cj_StationOutBillController.cs" /> @@ -657,6 +658,7 @@ <Compile Include="DLL\ClsGy_BadPhenomena_Ctl.cs" /> <Compile Include="DLL\ClsGy_InspectInstruMent_Ctl.cs" /> <Compile Include="DLL\ClsGy_InspectBasis_Ctl.cs" /> + <Compile Include="DLL\ClsGy_CheckNoteItem_Ctl.cs" /> <Compile Include="DLL\ClsGy_PoStockStyle_Ctl.cs" /> <Compile Include="DLL\ClsGy_AreaSet_Ctl.cs" /> <Compile Include="DLL\ClsGy_CusType_Ctl.cs" /> -- Gitblit v1.9.1