From 4a88820b28e7b369c4c7cf8e9c80bec4f000e1a9 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期一, 24 五月 2021 20:09:26 +0800
Subject: [PATCH] 模具维修验收单 新增、编辑、删除

---
 WebAPI/WebServer.cs |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/WebAPI/WebServer.cs b/WebAPI/WebServer.cs
index c51f650..8ed27bd 100644
--- a/WebAPI/WebServer.cs
+++ b/WebAPI/WebServer.cs
@@ -5224,18 +5224,21 @@
              DAL.Cls_S_IF_SellOutBill_Lite dal = new DAL.Cls_S_IF_SellOutBill_Lite();
              return dal.DisSourceBillList(sWhere);
          }
-         #endregion
+
+
+       
+        #endregion
 
         #region   濮斿鍏ュ簱
 
 
-         /// <summary>
-         /// 鐢熸垚濮斿鍏ュ簱鍗昁3
-         /// </summary>
-         /// <param name="oMain"></param>
-         /// <param name="sErrMsg"></param>
-         /// <returns></returns>
-         public bool SaveEntrustInBill_K3(Model.ClsKf_EntrustInBillMain oMain, string sHSourceType, Pub_Class.ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg)
+        /// <summary>
+        /// 鐢熸垚濮斿鍏ュ簱鍗昁3
+        /// </summary>
+        /// <param name="oMain"></param>
+        /// <param name="sErrMsg"></param>
+        /// <returns></returns>
+        public bool SaveEntrustInBill_K3(Model.ClsKf_EntrustInBillMain oMain, string sHSourceType, Pub_Class.ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg)
          {
              SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
              DAL.ClsKf_EntrustInBill dal = new DAL.ClsKf_EntrustInBill();

--
Gitblit v1.9.1