CLOUDWEB/WebService1.asmx.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
CLOUDWEB/WebService1.asmx.cs
@@ -33700,10 +33700,10 @@ //删除出入库条码临时表 扫描记录 [WebMethod] public bool DeleteMould(long HInterID,string HBillNo, ref string sErrMsg) public bool DeleteMould(long HInterID, long HItemID, string HBillType, ref string sErrMsg) { DAL.ClsKF_PonderationBillMain_Temp_Ctl_Mould dal = new DAL.ClsKF_PonderationBillMain_Temp_Ctl_Mould(); if (dal.DeleteMould(HInterID, HBillNo)) if (dal.DeleteMould(HInterID, HItemID, HBillType)) { sErrMsg = "删除成功!"; return true;