From a52bdc2aed17ba07d5ce0f1cc4adf64d5cd21ad2 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期六, 06 五月 2023 15:07:10 +0800 Subject: [PATCH] 1 --- WebAPI/WebServer.cs | 55 +++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 41 insertions(+), 14 deletions(-) diff --git a/WebAPI/WebServer.cs b/WebAPI/WebServer.cs index 98e96c8..430f1cc3 100644 --- a/WebAPI/WebServer.cs +++ b/WebAPI/WebServer.cs @@ -4024,21 +4024,21 @@ - public bool set_SaveMoveStockBill_PD(WebAPI.WebS.ClsKf_MoveStockBillMain oMain, string sHSourceType, ref string sErrMsg) - { - WebS.WebService1 oWebs = new WebS.WebService1(); - if (oWebs.set_SaveMoveStockBill_PD(oMain, sHSourceType, ref sErrMsg)) - { - sErrMsg = "淇濆瓨鎴愬姛锛�" + oMain.HBillNo; - return true; - } - else - { - sErrMsg = "鍗曟嵁鍙凤細" + oMain.HBillNo + ", 鍗曟嵁ID锛�" + oMain.HInterID + ";" + sErrMsg; - return false; - } + //public bool set_SaveMoveStockBill_PD(WebAPI.WebS.ClsKf_MoveStockBillMain oMain, string sHSourceType, ref string sErrMsg) + //{ + // WebS.WebService1 oWebs = new WebS.WebService1(); + // if (oWebs.set_SaveMoveStockBill_PD(oMain, sHSourceType, ref sErrMsg)) + // { + // sErrMsg = "淇濆瓨鎴愬姛锛�" + oMain.HBillNo; + // return true; + // } + // else + // { + // sErrMsg = "鍗曟嵁鍙凤細" + oMain.HBillNo + ", 鍗曟嵁ID锛�" + oMain.HInterID + ";" + sErrMsg; + // return false; + // } - } + //} public bool set_MoveStockStepOutBill(WebAPI.WebS.ClsKf_MoveStockStepOutBillMain oMain, string sHSourceType, ref string sErrMsg) { @@ -4665,6 +4665,33 @@ } + //public bool set_SavePOInStockBill_NEW_Json(WebAPI.WebS.ClsCg_POInStockBillMain oMain, ref string sErrMsg) + //{ + // //BLL.ClsKf_POStockInBill bll = new BLL.ClsKf_POStockInBill(); + // //return bll.set_SavePOStockInBill_New(oMain, sHSourceType, ref DBUtility.ClsPub.sExeReturnInfo); + // WebS.WebService1 oWebs = new WebS.WebService1(); + // if (oWebs.set_SavePOInStockBill_Json(oMain, ref sErrMsg)) + // { + // //鍒ゆ柇鏄惁鍙嶅啓鎴愬姛 + // //if (set_UpdateHStatus(oMain.HInterID, oMain.HExplanation.ToString())) + // //{ + // sErrMsg = "淇濆瓨鎴愬姛锛�" + oMain.HBillNo; + // return true; + // //} + // //else + // //{ + // // sErrMsg = "淇濆瓨鎴愬姛锛�" + oMain.HBillNo + "鐘舵�佸弽鍐欏け璐ワ紒"; + // // return true; + // //} + // } + // else + // { + // sErrMsg = "鍗曟嵁鍙凤細" + oMain.HBillNo + ", 鍗曟嵁ID锛�" + oMain.HInterID + ";" + sErrMsg; + // return false; + // } + //} + + /// <summary> /// 鐢熸垚澶栬喘鍏ュ簱鍗昁3 /// </summary> -- Gitblit v1.9.1