From 166ad531bfd4c5744d98d2176ac52d9c7bd2e54d Mon Sep 17 00:00:00 2001 From: yxj <1qaz@123> Date: 星期五, 15 四月 2022 13:37:42 +0800 Subject: [PATCH] 出站汇报单汇报前,根据不同客户,对录入总工时与标准总工时进行对比判断;基础资料生产资源DAL模块中返回信息公用标准方法恢复 --- WebAPI/WebAPI.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 3798f7b..a7c1d92 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -363,6 +363,7 @@ <Compile Include="Controllers\SCGL\Sc_ComplementGoodBillController.cs" /> <Compile Include="Controllers\SCGL\Sc_ComplementGoodsController.cs" /> <Compile Include="Controllers\SCGL\Sc_ICBomBillController.cs" /> + <Compile Include="Controllers\SCGL\Sc_JIT_ComplementGoodBillController.cs" /> <Compile Include="Controllers\Sc_PckSplitBillController.cs" /> <Compile Include="Controllers\GZGL\Gy_DuSubsidyItemBillController.cs" /> <Compile Include="Controllers\GZGL\Gy_WorkPayTypeBillController.cs" /> @@ -803,6 +804,7 @@ <Folder Include="Views\Sc_CallGoodsBackRequestBill\" /> <Folder Include="Views\Sc_ComplementGoodBill\" /> <Folder Include="Views\Sc_ComplementGoods\" /> + <Folder Include="Views\Sc_JIT_ComplementGoodBill\" /> <Folder Include="Views\Sc_MouldRepairOutBill\" /> <Folder Include="Views\Sc_MouldRepairSendWorkBill\" /> <Folder Include="Views\Sc_WorkBillAutoSortBillMain\" /> -- Gitblit v1.9.1