yl
2022-09-02 59043b0e6f2f492550c1ffd9c06d8f008b96e3bd
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