Commit 4c66c716 authored by chenzj's avatar chenzj

补数工单允许下达

parent 1bcc3b36
...@@ -801,7 +801,7 @@ export default { ...@@ -801,7 +801,7 @@ export default {
}, },
handleCommandClick() { handleCommandClick() {
this.currentData = this.selectedRows[0] this.currentData = this.selectedRows[0]
if ((this.selectedRows[0].workorderType == 'prototype' || this.selectedRows[0].workorderType == 'cutting') && this.selectedRows[0].status === "PUBLISHED") { if ((this.selectedRows[0].workorderType == 'prototype' || this.selectedRows[0].workorderType == 'cutting' || this.selectedRows[0].workorderType == 'complements') && this.selectedRows[0].status === "PUBLISHED") {
this.commandVisible = true this.commandVisible = true
} else { } else {
this.$message.warning('请选择工单类型为打样工单、切料工单、状态为已发布的数据') this.$message.warning('请选择工单类型为打样工单、切料工单、状态为已发布的数据')
......
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