Commit 8ca2d36b authored by jingnan's avatar jingnan 👀

阿洛丁调配记录卡创建

parent 167a92b4
...@@ -119,6 +119,12 @@ export default { ...@@ -119,6 +119,12 @@ export default {
layKey: 'assignCardPaintEdit' layKey: 'assignCardPaintEdit'
} }
} }
if (this.subTypeName === 'AssignCardAlodine') {
return {
typeName: 'AssignCard',
layKey: 'assignCardAlodineEdit'
}
}
return {} return {}
} }
}, },
...@@ -157,7 +163,7 @@ export default { ...@@ -157,7 +163,7 @@ export default {
'确定', '确定',
'取消', '取消',
() => { () => {
if (['AssignCardLacquer', 'AssignCardPaint'].includes(this.subTypeName)) { if (['AssignCardLacquer', 'AssignCardPaint', 'AssignCardAlodine'].includes(this.subTypeName)) {
this.productArea = '' this.productArea = ''
this.dialogVisible = true this.dialogVisible = true
} else { } else {
...@@ -166,7 +172,7 @@ export default { ...@@ -166,7 +172,7 @@ export default {
} }
) )
} else { } else {
if (['AssignCardLacquer', 'AssignCardPaint'].includes(this.subTypeName)) { if (['AssignCardLacquer', 'AssignCardPaint', 'AssignCardAlodine'].includes(this.subTypeName)) {
this.dataCheck() this.dataCheck()
} else { } else {
this.adjustCardCreate(e, this.subTypeName) this.adjustCardCreate(e, this.subTypeName)
......
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