From 8d2c73ec89c9280b4a36a7ec686e3e8da8fe6510 Mon Sep 17 00:00:00 2001 From: black-goat-me <226547893@qq.com> Date: 星期三, 26 四月 2023 10:58:58 +0800 Subject: [PATCH] Kf_ICStockInOutBillController.sc文件添加一个Kf_BarCodeDetailQuery()方法,根据参数返回单据的条码明细信息 --- WebAPI/WebAPI.csproj | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 1521fdf..a4edc77 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -319,6 +319,9 @@ <Content Include="Web References\WebS\ClsKf_ICStockBill_WMS.datasource"> <DependentUpon>Reference.map</DependentUpon> </Content> + <Content Include="Web References\WebS\ClsGy_BarCodeBill_WMS_Model.datasource"> + <DependentUpon>Reference.map</DependentUpon> + </Content> <None Include="Web References\WebS\Reference.map"> <Generator>MSDiscoCodeGenerator</Generator> <LastGenOutput>Reference.cs</LastGenOutput> @@ -1053,10 +1056,10 @@ </ProjectReference> </ItemGroup> <ItemGroup> - <WebReferenceUrl Include="http://192.168.80.90:9090/WEBS-WMS/WebService1.asmx"> + <WebReferenceUrl Include="http://122.227.133.186:8090/WEBS/WebService1.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\WebS\</RelPath> - <UpdateFromURL>http://192.168.80.90:9090/WEBS-WMS/WebService1.asmx</UpdateFromURL> + <UpdateFromURL>http://122.227.133.186:8090/WEBS/WebService1.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> -- Gitblit v1.9.1