Commit 070339be authored by renjintao's avatar renjintao

monitoring

parent bead90d6
......@@ -84,7 +84,6 @@ export default {
key: "mesCode",
title: this.l("mesCode"),
align: "left",
width: 230,
render: (h, params) => {
return h("div", [
params.row.mesCode,
......@@ -175,7 +174,6 @@ export default {
align: "left",
easy: true,
high: true,
width: 130
},
{
......@@ -244,7 +242,8 @@ export default {
align: "left",
code: "mes_xingchi_plan.order_material.routingType",
easy: true,
high: true
high: true,
width: 100,
},
{
title: this.l("jindu"),
......@@ -323,7 +322,7 @@ export default {
}
},
params.row.finishCount //完成
params.row.finishCount //完成
)
]
)
......@@ -333,7 +332,8 @@ export default {
{
key: "remark",
title: this.l("remark"),
align: "center"
align: "center",
hide:true
},
{
title: "暂停记录",
......@@ -432,7 +432,7 @@ export default {
row.startCount == 0 &&
row.unstartCount == 0
) {
this.$Message.error("数据错误");
this.$Message.error("进度数据错误");
} else {
this.result = [];
this.loading = true;
......@@ -445,6 +445,8 @@ export default {
this.result = r.result;
this.loading = false;
}
}).catch(err=>{
this.$Message.error("连接错误");
});
}
},
......
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