From f9570e17eb5ac6d262229f69a45c0bc52d762a00 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期二, 02 十一月 2021 14:54:07 +0800
Subject: [PATCH] 保存生成生产汇报单源单类型递入值修改

---
 WebAPI/Controllers/ProductionReportController.cs |    3 ++-
 WebAPI/WebAPI.csproj                             |    6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/WebAPI/Controllers/ProductionReportController.cs b/WebAPI/Controllers/ProductionReportController.cs
index cad4c52..bfbd9db 100644
--- a/WebAPI/Controllers/ProductionReportController.cs
+++ b/WebAPI/Controllers/ProductionReportController.cs
@@ -133,7 +133,8 @@
                 lsmain = oListModels.getICMOReportBillMainByJson(msg1);
                 lsmain[0].HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year);
                 lsmain[0].HDate = DBUtility.ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd"));
-                string sSourceBillType = lsmain[0].HBillType;
+                //string sSourceBillType = lsmain[0].HBillType;
+                string sSourceBillType = "3710";
                 WebAPI.WebS.ClsSc_ICMOReportBillMain websLsmain = new WebS.ClsSc_ICMOReportBillMain();
               
                 websLsmain.HInterID = lsmain[0].HInterID;
diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index ff32b9c..c93f03d 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -62,15 +62,15 @@
     </Reference>
     <Reference Include="Kingdee.BOS.WebApi.Client, Version=7.2.904.6, Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\..\娆цWMS鏉$爜绯荤粺20201016\CLOUDWEB1\DLL\Kingdee.BOS.WebApi.Client.dll</HintPath>
+      <HintPath>bin\Kingdee.BOS.WebApi.Client.dll</HintPath>
     </Reference>
     <Reference Include="Kingdee.BOS.WebApi.FormService, Version=7.2.904.6, Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\..\娆цWMS鏉$爜绯荤粺20201016\CLOUDWEB1\DLL\Kingdee.BOS.WebApi.FormService.dll</HintPath>
+      <HintPath>bin\Kingdee.BOS.WebApi.FormService.dll</HintPath>
     </Reference>
     <Reference Include="Kingdee.BOS.WebApi.ServicesStub, Version=7.2.904.6, Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\..\娆цWMS鏉$爜绯荤粺20201016\CLOUDWEB1\DLL\Kingdee.BOS.WebApi.ServicesStub.dll</HintPath>
+      <HintPath>bin\Kingdee.BOS.WebApi.ServicesStub.dll</HintPath>
     </Reference>
     <Reference Include="Microsoft.Azure.AppService.ApiApps.Service, Version=0.9.16.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
       <HintPath>..\packages\Microsoft.Azure.AppService.ApiApps.Service.0.9.16\lib\net45\Microsoft.Azure.AppService.ApiApps.Service.dll</HintPath>

--
Gitblit v1.9.1