退料接收判断
This commit is contained in:
parent
3e1db1b125
commit
9d072eea63
|
|
@ -669,12 +669,14 @@ export default {
|
|||
this.dialogData.typeMange = row.manageType
|
||||
this.dialogData.typeName = row.typeName
|
||||
this.dialogData.typeCode = row.typeCode
|
||||
if(row.maTypeDetails){
|
||||
row.maTypeDetails.forEach(item => {
|
||||
this.$set(item, 'qualifiedNum', undefined)
|
||||
this.$set(item, 'serviceNum', undefined)
|
||||
this.$set(item, 'scrapNum', undefined)
|
||||
})
|
||||
this.dialogData.maTypeDetails = row.maTypeDetails
|
||||
}
|
||||
this.numList = [row]
|
||||
// this.getNumList()
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue