Commit b0d21c0f authored by chenzj's avatar chenzj

补数工单走正常逻辑

parent e53bdf3e
......@@ -1168,7 +1168,7 @@ export default {
this.multiple = !this.selectedRows.length
this.combinationDisable = false
this.selectedRows.forEach(item => {
if (['complements', 'prototype'].indexOf(item.workorderType) > -1) {
if (['cutting', 'prototype'].indexOf(item.workorderType) > -1) {
this.combinationDisable = true
}
if (['reback', 'prototype'].indexOf(item.workorderType) > -1) {
......
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