Commit 529fbdd3 authored by tanjunxin's avatar tanjunxin

fix: 生产工单生产补单按钮细节优化

parent 2b380503
......@@ -1250,8 +1250,10 @@ export default {
if (['cutting', 'prototype','reback' ].indexOf(item.workorderType) > -1) {
this.combinationDisable = true
}
if (['reback', 'prototype', 'product'].indexOf(item.workorderType) > -1) {
if (['reback', 'prototype'].indexOf(item.workorderType) > -1) {
this.combination = true
} else {
this.combination = false
}
})
},
......
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