去console

This commit is contained in:
Vergil
2020-03-27 10:49:39 +08:00
parent ba367fa90e
commit c5e90c6a47

View File

@@ -438,7 +438,6 @@ export default {
} }
}, },
tableRowClassName1({ row }) { tableRowClassName1({ row }) {
console.log(row)
if (parseInt(row.报废数量) > parseInt(row.补投数量)) { if (parseInt(row.报废数量) > parseInt(row.补投数量)) {
return 'baofei' return 'baofei'
} }
@@ -477,7 +476,6 @@ export default {
this.remark1 = '' this.remark1 = ''
this.remark2 = '' this.remark2 = ''
this.PCNumber = parseInt(row.批次数量) this.PCNumber = parseInt(row.批次数量)
console.log(this.Number, 111)
this.title = row.零件名称 this.title = row.零件名称
this.dialogeditVisible = true this.dialogeditVisible = true
this.form.input1 = row.零件图号 this.form.input1 = row.零件图号