Commit f3a60094 authored by renjintao's avatar renjintao

speed

parent 5c1f86ef
...@@ -223,7 +223,7 @@ export default { ...@@ -223,7 +223,7 @@ export default {
title: "继续", title: "继续",
msg: "确定继续执行工序:" + params.row.detailName + "?" msg: "确定继续执行工序:" + params.row.detailName + "?"
}, },
style: params.row.status == 5 ? "" : "display:none", style: params.row.status == 5? "" : "display:none",
on: { click: () => this.continue(params.row) } on: { click: () => this.continue(params.row) }
}, },
"继续" "继续"
...@@ -257,6 +257,14 @@ export default { ...@@ -257,6 +257,14 @@ export default {
{ {
value: 6, value: 6,
label: "SKJC-006" label: "SKJC-006"
},
{
value: 7,
label: "SKJC-007"
},
{
value: 8,
label: "SKJC-008"
} }
], ],
reasonList: [ reasonList: [
......
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