From 55bd8bf046f91378a6eb1da3fa26a3a96e18ccc0 Mon Sep 17 00:00:00 2001
From: wyb <1qaz@123>
Date: 星期六, 08 五月 2021 19:10:55 +0800
Subject: [PATCH] 1.增加PDA端的,委外工序计划汇报单模块 2.增加PDA端的,委外工序计划转出单模块 3.增加委外工序计划转出单模块

---
 WebAPI/Controllers/SellOutController.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Controllers/SellOutController.cs b/WebAPI/Controllers/SellOutController.cs
index 2183a49..b4a122e 100644
--- a/WebAPI/Controllers/SellOutController.cs
+++ b/WebAPI/Controllers/SellOutController.cs
@@ -185,8 +185,10 @@
         {
             try
             {
-               // DataSet ds = new DataSet();
-               // WebServer webserver = new WebServer();
+                //鍚屾閿�鍞鍗�
+                new SQLHelper.ClsCN().RunProcReturn("EXEC h_p_IFCLD_ERPSourceBillToLocal_SEOrder '" + HSourceBillNo + "'", "h_p_IFCLD_ERPSourceBillToLocal_SEOrder");
+                // DataSet ds = new DataSet();
+                // WebServer webserver = new WebServer();
                 string sWhere = " Where 鍗曟嵁鍙� like '%" + HSourceBillNo.Trim() + "%'";
                 //
                 if (HSourceBillType == "1402")

--
Gitblit v1.9.1