From 545ede9311d1ee74e2cf11d8fd28965129be1592 Mon Sep 17 00:00:00 2001 From: 杨乐 <杨乐@DESKTOP-5CU1TNO> Date: 星期一, 28 二月 2022 10:45:35 +0800 Subject: [PATCH] 叫料单列表 拣料配送单 叫料退料单 生产日计划单列表 --- WebAPI/WebAPI.csproj | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index f1be162..b007a0f 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -349,12 +349,15 @@ <Compile Include="Controllers\CGGL\WW_EntrustOrderBillController.cs" /> <Compile Include="Controllers\CGGL\Cg_POInStockBillController.cs" /> <Compile Include="Controllers\CGGL\Cg_POInStockBackBillController.cs" /> + <Compile Include="Controllers\CJGL\Cj_CallGoodsBillBackController.cs" /> <Compile Include="Controllers\CJGL\Cj_CallGoodsBillMainController.cs" /> + <Compile Include="Controllers\CJGL\Cj_ComplementGoodsBillController.cs" /> <Compile Include="Controllers\CJGL\Cj_NoPassProcController.cs" /> <Compile Include="Controllers\CJGL\Sc_ProcessExchangeBillController.cs" /> <Compile Include="Controllers\CJGL\Cj_StationOutBillController.cs" /> <Compile Include="Controllers\CJGL\Cj_StationInBillController.cs" /> <Compile Include="Controllers\CJGL\Cj_StationEntrustOutBillController.cs" /> + <Compile Include="Controllers\CJGL\Sc_WorkBillAutoSortBillMainController.cs" /> <Compile Include="Controllers\SCGL\Sc_ICBomBillController.cs" /> <Compile Include="Controllers\Sc_PckSplitBillController.cs" /> <Compile Include="Controllers\GZGL\Gy_DuSubsidyItemBillController.cs" /> @@ -774,7 +777,9 @@ <Folder Include="App_Data\" /> <Folder Include="obj\x86\Debug\" /> <Folder Include="Views\Cg_PurchaseReturn\" /> + <Folder Include="Views\Cj_CallGoodsBillBack\" /> <Folder Include="Views\Cj_CallGoodsBillMain\" /> + <Folder Include="Views\Cj_ComplementGoodsBill\" /> <Folder Include="Views\Gy_EquipType\" /> <Folder Include="Views\Gy_ICBomBill\" /> <Folder Include="Views\Gy_RoutingGroup\" /> @@ -791,6 +796,7 @@ <Folder Include="Views\Sb_EquipRepairSendWorkBill\" /> <Folder Include="Views\Sc_MouldRepairOutBill\" /> <Folder Include="Views\Sc_MouldRepairSendWorkBill\" /> + <Folder Include="Views\Sc_WorkBillAutoSortBillMain\" /> </ItemGroup> <ItemGroup> <WCFMetadata Include="Service References\" /> -- Gitblit v1.9.1