Commit 1c945fd6 authored by renjintao's avatar renjintao

plan

parent 166767db
...@@ -259,13 +259,6 @@ export default { ...@@ -259,13 +259,6 @@ export default {
high: true, high: true,
hide: true, hide: true,
}, },
// {
// key: "spareQty",
// title: this.l("spareQty"),
// align: "left",
// high: true,
// hide: true,
// },
{ {
key: "isPreschedule", key: "isPreschedule",
title: this.l("isPreschedule"), title: this.l("isPreschedule"),
...@@ -275,6 +268,13 @@ export default { ...@@ -275,6 +268,13 @@ export default {
code: "aps.plan.ispreschedule", code: "aps.plan.ispreschedule",
}, },
// { // {
// key: "spareQty",
// title: this.l("spareQty"),
// align: "left",
// high: true,
// hide: true,
// },
// {
// key: "demandStart", // key: "demandStart",
// title: this.l("demandStart"), // title: this.l("demandStart"),
// align: "left", // align: "left",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment