xusc 11 months ago
parent
commit
2323fd9b01
  1. 4
      WMS-BS/NFine.Web/Areas/OMAY/Views/Aps/MoProducePlan.cshtml

4
WMS-BS/NFine.Web/Areas/OMAY/Views/Aps/MoProducePlan.cshtml

@ -119,7 +119,7 @@
url: "/OMAY/Aps/GetGridJsonChengPing" + "?" + Math.random(), url: "/OMAY/Aps/GetGridJsonChengPing" + "?" + Math.random(),
postData: { queryJson: JSON.stringify(queryJson) }, postData: { queryJson: JSON.stringify(queryJson) },
mtype: "POST", mtype: "POST",
height: $(window).height() - 600,
height: 400,
width: $(window).width() - 300, width: $(window).width() - 300,
cellEdit: true, cellEdit: true,
cellsubmit: "clientArray", cellsubmit: "clientArray",
@ -229,7 +229,7 @@
url: "/OMAY/Aps/GetApsPlanSelectSubItemList" + "?" + Math.random(), url: "/OMAY/Aps/GetApsPlanSelectSubItemList" + "?" + Math.random(),
postData: { ids: objList.join() }, postData: { ids: objList.join() },
mtype: "POST", mtype: "POST",
height: $(window).height() - 600,
height: 280,
width: $(window).width() - 300, width: $(window).width() - 300,
colModel: [ colModel: [
{ label: "主键", name: "ID", hidden: true, key: true }, { label: "主键", name: "ID", hidden: true, key: true },

Loading…
Cancel
Save