Commit 7194532c authored by renjintao's avatar renjintao

aps/plane

parent 858f96a8
...@@ -245,43 +245,12 @@ export default { ...@@ -245,43 +245,12 @@ export default {
easy: true, easy: true,
high: true, high: true,
}, },
{
key: "stage",
title: this.l("stage"),
align: "left",
easy: true,
high: true,
code: "plan.order.stage",
},
{
key: "materialName",
title: this.l("materialName"),
align: "left",
easy: true,
high: true,
},
{ {
key: "quantity", key: "quantity",
title: this.l("quantity"), title: this.l("quantity"),
align: "right", align: "right",
high: true, high: true,
}, },
{
key: "routingMethod",
title: this.l("routingMethod"),
align: "left",
easy: true,
high: true,
code: "plan.order.routingMethod",
},
{
key: "materialWeight",
title: this.l("materialWeight"),
align: "left",
high: true,
hide: true,
},
{ {
key: "productCode", key: "productCode",
title: this.l("productCode"), title: this.l("productCode"),
......
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