diff --git a/WMS-BS/NFine.Web/Areas/WMS/Controllers/ProductionIssueController.cs b/WMS-BS/NFine.Web/Areas/WMS/Controllers/ProductionIssueController.cs index e17f752..1fbb05f 100644 --- a/WMS-BS/NFine.Web/Areas/WMS/Controllers/ProductionIssueController.cs +++ b/WMS-BS/NFine.Web/Areas/WMS/Controllers/ProductionIssueController.cs @@ -42,9 +42,9 @@ namespace NFine.Web.Areas.WMS.Controllers [HttpGet] - public ActionResult GetICSMOApplyNeg(Pagination pagination) + public ActionResult GetICSMOApplyNeg(Pagination pagination, string queryJson) { - DataTable ListData = App.GetICSMOApplyNeg(ref pagination); + DataTable ListData = App.GetICSMOApplyNeg(queryJson, ref pagination); var JsonData = new { total = pagination.total,