From 2323fd9b013ad4f7a8784e5836a6a48019903f1a Mon Sep 17 00:00:00 2001 From: xusc Date: Thu, 28 Dec 2023 13:40:49 +0800 Subject: [PATCH] .. --- WMS-BS/NFine.Web/Areas/OMAY/Views/Aps/MoProducePlan.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WMS-BS/NFine.Web/Areas/OMAY/Views/Aps/MoProducePlan.cshtml b/WMS-BS/NFine.Web/Areas/OMAY/Views/Aps/MoProducePlan.cshtml index 61ae2a5..d39b366 100644 --- a/WMS-BS/NFine.Web/Areas/OMAY/Views/Aps/MoProducePlan.cshtml +++ b/WMS-BS/NFine.Web/Areas/OMAY/Views/Aps/MoProducePlan.cshtml @@ -119,7 +119,7 @@ url: "/OMAY/Aps/GetGridJsonChengPing" + "?" + Math.random(), postData: { queryJson: JSON.stringify(queryJson) }, mtype: "POST", - height: $(window).height() - 600, + height: 400, width: $(window).width() - 300, cellEdit: true, cellsubmit: "clientArray", @@ -229,7 +229,7 @@ url: "/OMAY/Aps/GetApsPlanSelectSubItemList" + "?" + Math.random(), postData: { ids: objList.join() }, mtype: "POST", - height: $(window).height() - 600, + height: 280, width: $(window).width() - 300, colModel: [ { label: "主键", name: "ID", hidden: true, key: true },