去console
This commit is contained in:
@@ -438,7 +438,6 @@ export default {
|
||||
}
|
||||
},
|
||||
tableRowClassName1({ row }) {
|
||||
console.log(row)
|
||||
if (parseInt(row.报废数量) > parseInt(row.补投数量)) {
|
||||
return 'baofei'
|
||||
}
|
||||
@@ -477,7 +476,6 @@ export default {
|
||||
this.remark1 = ''
|
||||
this.remark2 = ''
|
||||
this.PCNumber = parseInt(row.批次数量)
|
||||
console.log(this.Number, 111)
|
||||
this.title = row.零件名称
|
||||
this.dialogeditVisible = true
|
||||
this.form.input1 = row.零件图号
|
||||
|
||||
Reference in New Issue
Block a user