ch
2022-01-02 b097dfc5a8879c198f4f2f9c32b28cfe4c7fc829
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)
        {