Commit 2b380503 authored by tanjunxin's avatar tanjunxin

fix: 生产工单细节优化

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