yl
2022-08-31 2264c47cff7ab5ce52d7c158ac0eb941e7b46506
VueWebApi/DLL/BLL/ProductionManagementBLL.cs
@@ -69,9 +69,9 @@
        #endregion
        #region[MES工单删除]
        public static ToMessage DeleteMesOrder(string wocode,string m_po,string orderqty)
        public static ToMessage DeleteMesOrder(string souceid, string wocode,string m_po,string orderqty)
        {
            return ProductionManagementDAL.DeleteMesOrder(wocode,m_po, orderqty);
            return ProductionManagementDAL.DeleteMesOrder(souceid,wocode, m_po, orderqty);
        }
        #endregion