Commit 8525f257 authored by renjintao's avatar renjintao

eccute

parent 5467ec07
...@@ -67,10 +67,11 @@ export default { ...@@ -67,10 +67,11 @@ export default {
"Tooltip", "Tooltip",
{ {
props: { props: {
content: params.row.insert_flag == 1 ? "取消插单" : "进行插单", content:
placement: "top", params.row.insert_flag == 1 ? "取消插单" : "进行插单",
placement: "top"
}, },
class:'ico', class: "ico"
}, },
[ [
h("Icon", { h("Icon", {
...@@ -80,7 +81,7 @@ export default { ...@@ -80,7 +81,7 @@ export default {
? "ios-flag" ? "ios-flag"
: "ios-flag-outline", : "ios-flag-outline",
size: 20, size: 20,
color: params.row.insert_flag == 1 ? "#2680EB" : "#aaa", color: params.row.insert_flag == 1 ? "#2680EB" : "#aaa"
}, },
on: { on: {
click: () => this.changeFlag(params.row.id, params.index) click: () => this.changeFlag(params.row.id, params.index)
...@@ -123,21 +124,24 @@ export default { ...@@ -123,21 +124,24 @@ export default {
key: "put_into_qty", key: "put_into_qty",
title: this.l("put_into_qty"), title: this.l("put_into_qty"),
align: "left", align: "left",
high: true high: true,
hide: true
}, },
{ {
key: "plan_start", key: "plan_start",
title: this.l("plan_start"), title: this.l("plan_start"),
align: "center", align: "center",
high: true, high: true,
width: 140 width: 140,
hide: true
}, },
{ {
key: "plan_finish", key: "plan_finish",
title: this.l("plan_finish"), title: this.l("plan_finish"),
align: "center", align: "center",
high: true, high: true,
width: 140 width: 140,
hide: true
}, },
{ {
key: "setup_time", key: "setup_time",
...@@ -250,6 +254,13 @@ export default { ...@@ -250,6 +254,13 @@ export default {
easy: true, easy: true,
high: true high: true
}, },
{
key:"multipleEquipIds",
title:this.l("multipleEquipIds"),
align:"left",
easy:true,
high:true,
},
{ {
key: "notes", key: "notes",
title: this.l("notes"), title: this.l("notes"),
......
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