From 009dfb43a1be6bd461fc5f8fe035c8113669664d Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期四, 31 三月 2022 11:25:14 +0800 Subject: [PATCH] 完善 --- WebAPI/WebAPI.csproj | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 97e032f..3798f7b 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -353,6 +353,7 @@ <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\Cj_SendGoodsBillController.cs" /> <Compile Include="Controllers\CJGL\Sc_ProcessExchangeBillController.cs" /> <Compile Include="Controllers\CJGL\Cj_StationOutBillController.cs" /> <Compile Include="Controllers\CJGL\Cj_StationInBillController.cs" /> @@ -515,6 +516,7 @@ <Compile Include="InvokeHelper.cs" /> <Compile Include="Log.cs" /> <Compile Include="Models\ClsGy_StockCheckItemBill.cs" /> + <Compile Include="Models\ClsQK_PackingBill.cs" /> <Compile Include="Models\ClsSb_EquipRepairSendWorkBillMain.cs" /> <Compile Include="Models\ClsSb_EquipRepairSendWorkBillSub.cs" /> <Compile Include="Models\ClsSb_MouldRepairWorkBillMain.cs" /> @@ -783,6 +785,7 @@ <Folder Include="Views\Cj_CallGoodsBillBack\" /> <Folder Include="Views\Cj_CallGoodsBillMain\" /> <Folder Include="Views\Cj_ComplementGoodsBill\" /> + <Folder Include="Views\Cj_SendGoodsBill\" /> <Folder Include="Views\Gy_EquipType\" /> <Folder Include="Views\Gy_ICBomBill\" /> <Folder Include="Views\Gy_RoutingGroup\" /> @@ -817,10 +820,10 @@ </EmbeddedResource> </ItemGroup> <ItemGroup> - <WebReferenceUrl Include="http://localhost/WEBS-WMS/WebService1.asmx"> + <WebReferenceUrl Include="http://localhost:8098/WebService1.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\WebS\</RelPath> - <UpdateFromURL>http://localhost/WEBS-WMS/WebService1.asmx</UpdateFromURL> + <UpdateFromURL>http://localhost:8098/WebService1.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> -- Gitblit v1.9.1