From 0dc38a2e38568bdf42f8385dd9355c8f3de4c025 Mon Sep 17 00:00:00 2001 From: zzr99 <1940172413@qq.com> Date: 星期三, 05 一月 2022 17:34:00 +0800 Subject: [PATCH] 委外发料单+设备器具点检保养规程完善 --- DAL/WMS/ClsKF_PonderationBillMain_Temp_Ctl.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/DAL/WMS/ClsKF_PonderationBillMain_Temp_Ctl.cs b/DAL/WMS/ClsKF_PonderationBillMain_Temp_Ctl.cs index 938647e..433fb22 100644 --- a/DAL/WMS/ClsKF_PonderationBillMain_Temp_Ctl.cs +++ b/DAL/WMS/ClsKF_PonderationBillMain_Temp_Ctl.cs @@ -1045,6 +1045,20 @@ } } + //鍒犻櫎鍗曟嵁淇℃伅 + public bool DeleteBill(Int64 sHInterID,string HBillNo,string HBillType,string HBarCode) + { + try + { + oCn.RunProc("Delete from " + MvarItemKey + " where HInterID=" + sHInterID.ToString() + " and HBillNo='" + HBillNo.ToString() + "'and HBillType='" + HBillType + "'and HBarCode='" + HBarCode + "'", ref DBUtility.ClsPub.sExeReturnInfo); + return true; + } + catch (Exception e) + { + throw (e); + } + } + //鏂板 public bool AddNew_sQty_FIFO(string sQty, ref string sReturn) { -- Gitblit v1.9.1