From 5b035e05592d5819001c822df77ba126e99612f0 Mon Sep 17 00:00:00 2001 From: "1005539536@qq.com" <58543wxm> Date: Mon, 23 May 2022 14:17:24 +0800 Subject: [PATCH] 1 --- .../Controllers/WMSCreateItemLotController.cs | 20 +++++++++++++++++++ .../WMS/Views/WMSCreateItemLot/From.cshtml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/WMS-BS/NFine.Web/Areas/WMS/Controllers/WMSCreateItemLotController.cs b/WMS-BS/NFine.Web/Areas/WMS/Controllers/WMSCreateItemLotController.cs index e5033ea..34bd430 100644 --- a/WMS-BS/NFine.Web/Areas/WMS/Controllers/WMSCreateItemLotController.cs +++ b/WMS-BS/NFine.Web/Areas/WMS/Controllers/WMSCreateItemLotController.cs @@ -749,5 +749,25 @@ where a.ID IN (" + keyValue.TrimEnd(',') + ") and a.WorkPoint in ('" + WorkPoin }; return Content(JsonData.ToJson()); } + + + //领料申请退料 + [HttpGet] + [HandlerAjaxOnly] + public ActionResult GetGridJsonLLSQTL(Pagination pagination, string queryJson) + { + DataTable ListData = App.GetGridJsonLLSQTL(queryJson, ref pagination); + var JsonData = new + + { + total = pagination.total, + page = pagination.page, + records = pagination.records, + rows = ListData, + }; + return Content(JsonData.ToJson()); + } + + } } \ No newline at end of file diff --git a/WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/From.cshtml b/WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/From.cshtml index 9859fb1..5e373a2 100644 --- a/WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/From.cshtml +++ b/WMS-BS/NFine.Web/Areas/WMS/Views/WMSCreateItemLot/From.cshtml @@ -15,7 +15,7 @@ var DNCode = $.request("DNCode"); var ODNCode = $.request("ODNCode"); var RCVCode = $.request("RCVCode"); - + var LLApplyNegCode = $.request("LLApplyNegCode"); debugger; var WorkPoints = '@NFine.Code.OperatorProvider.Provider.GetCurrent().Location' $(function () {