质检情况查询

This commit is contained in:
Vergil
2020-04-03 17:11:18 +08:00
parent f75a2dc784
commit 988ed4f097
2 changed files with 3 additions and 6 deletions

View File

@@ -908,11 +908,9 @@ export default {
if (this.qualityInspectionValue !== '' && this.qualityInspectionValue !== null) { this.check7 = 1 } else { this.check7 = 0 }
if (this.personNum !== '' && this.personNum !== null) { this.check8 = 1 } else { this.check8 = 0 }
selecttable(this.check1, this.machineNumberValue, this.check2, this.groupNumberValue, this.check3, this.SpareParts, this.check4, this.QualityTypeValue, this.check5, this.startTime, this.check6, this.endTime, this.check7, this.qualityInspectionValue, this.check8, this.personNum, this.pageCurrent, this.pageSize).then(response => {
console.log(response.data.rows, 111)
this.tableData1 = response.data.rows
this.tableData1 = response.data.result
this.loading = false
this.total = response.data.total
console.log(this.tableData1)
this.total = parseInt(response.data.output[0].ItemCount)
})
},
viewPicture(row) {