yxj
2022-06-18 2ed4bb69863081a969d5805e37f8b6b9255b8f62
Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-WEBS
1个文件已修改
32 ■■■■■ 已修改文件
CLOUDWEB/WebService1.asmx.cs 32 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CLOUDWEB/WebService1.asmx.cs
@@ -29920,6 +29920,38 @@
            }
        }
        //AGV配送单列表界面,返回AGV配送单信息
        [WebMethod]
        public DataSet GetAGVBillList_New(string sHMaker, Int64 sHOWNERID)
        {
            SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
            DataSet Ds = oCn.RunProcReturn("exec h_p_AGVBillList_New '" + sHMaker + "'," + sHOWNERID.ToString(), "h_p_AGVBillList_New");
            if (Ds == null || Ds.Tables[0].Rows.Count == 0)
            {
                return null;
            }
            else
            {
                return Ds;
            }
        }
        //AGV配送单列表界面查询按钮  根据单号过滤信息
        [WebMethod]
        public DataSet GetAGVBillList_BillNoQuery(string sBillNo)
        {
            SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
            DataSet Ds = oCn.RunProcReturn("exec h_p_Kf_ICStockBillQueryList '" + sBillNo + "'", "h_p_Kf_ICStockBillQueryList");
            if (Ds == null || Ds.Tables[0].Rows.Count == 0)
            {
                return null;
            }
            else
            {
                return Ds;
            }
        }
        //已上传列表界面,撤销功能,删除WMS表和本地出入库单记录,并更新TEMP表中的上传字段 HRelationInterID=0