VueWebApi/DLL/BLL/ProductionManagementBLL.cs
@@ -256,6 +256,20 @@ } #endregion #region[生产管理,修改报工反审核提交] public static ToMessage MesOrderStepNoVerifySeave(string username, List<UpdateProductReport> json) { return ProductionManagementDAL.MesOrderStepNoVerifySeave(username, json); } #endregion #region[生产管理,删除报工记录] public static ToMessage MesOrderStepDeleteSeave(string username, List<UpdateProductReport> json) { return ProductionManagementDAL.MesOrderStepDeleteSeave(username, json); } #endregion