From de52e78ab9ae545ad8a65f665e280fd32a506de2 Mon Sep 17 00:00:00 2001 From: zzr99 <1940172413@qq.com> Date: 星期三, 09 三月 2022 17:30:24 +0800 Subject: [PATCH] MES扫二维码带出单据信息,保存提交到金蝶云生产订单(修改状态为开工状态) 同时写入本地生产订单 --- WebAPI/WebAPI.csproj | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 7e1867a..b007a0f 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -349,11 +349,16 @@ <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" /> <Compile Include="Controllers\GZGL\Gy_WorkPayTypeBillController.cs" /> @@ -379,10 +384,12 @@ <Compile Include="Controllers\SCGL\Sc_PackUnionBillController.cs" /> <Compile Include="Controllers\Sc_MouldRepairSendWorkBillController.cs" /> <Compile Include="Controllers\Sc_ProcessMangementController.cs" /> + <Compile Include="Controllers\Sc_ProcessReportController.cs" /> <Compile Include="Controllers\浠撳瓨绠$悊\濮斿鐢ㄦ枡\WW_PPBomBillController.cs" /> <Compile Include="Controllers\浠撳瓨绠$悊\鎵爜寮傚父璁板綍\KF_PonderationBillController.cs" /> <Compile Include="Controllers\浠撳瓨绠$悊\鏉$爜鍑哄叆搴撹褰昞Kf_ICStockInOutBillController.cs" /> <Compile Include="Controllers\浠撳瓨绠$悊\鏉$爜搴撳瓨\KF_ICInventoryList_WMSBillController.cs" /> + <Compile Include="Controllers\浠撳瓨绠$悊\鏉$爜鐢熸垚\Sc_BarCodeController.cs" /> <Compile Include="Controllers\浠撳瓨绠$悊\璋冩嫧鐩樼偣\Kf_MoveStockRequestBillController.cs" /> <Compile Include="Controllers\浠撳瓨绠$悊\棰嗘枡鍙戣揣\apiController.cs" /> <Compile Include="Controllers\浠撳瓨绠$悊\棰嗘枡鍙戣揣\Kf_StepFoldOutBillController.cs" /> @@ -517,7 +524,10 @@ <Compile Include="Models\ClsSc_ProcessReportSub.cs" /> <Compile Include="Models\ClsWW_PPBomBillMain.cs" /> <Compile Include="Models\ClsWW_PPBomBillSub.cs" /> + <Compile Include="Models\Cls_InventoryAnalysisList.cs" /> <Compile Include="Models\GetWeekList.cs" /> + <Compile Include="Models\HBarCodeList.cs" /> + <Compile Include="Models\HSouceOrderList.cs" /> <Compile Include="Models\jsonScanline.cs" /> <Compile Include="Models\ScanLineCode.cs" /> <Compile Include="Models\宸ヨ祫绠$悊\ClsGy_ClassTimePrj_Model.cs" /> @@ -767,7 +777,11 @@ <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\" /> <Folder Include="Views\KF_ICInventoryList_WMSBill\" /> <Folder Include="Views\Kf_ICStockBillMain\" /> @@ -782,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