Commit a0f20397 authored by “lixuyan”'s avatar “lixuyan”

装配执行已完工禁用状态修改

parent 68be93d0
......@@ -239,7 +239,7 @@
class="gooey-menu-item"
:disabled="editor.statusCode !== 'Not' || editor.countRecord || isOK"
:content="editor.statusCode === 'Not' ? '工序完工' : '已完工'"
@click="!isOK && !editor.countRecord && completeDioge()"
@click="!isOK && !editor.countRecord&&editor.statusCode === 'Not' && completeDioge()"
>
<el-badge :value="12" class="item" hidden>
<svg class="icon" aria-hidden="true">
......
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