采购件采购查询

This commit is contained in:
chenjianan
2019-03-16 17:28:27 +08:00
parent ce0ed5ce23
commit 35b27f6fdf

View File

@@ -267,6 +267,7 @@ export default {
this.searchTable2()
},
searchTable1() { // 查询标准件和外购件
this.total1 = 0
let check1, check2
this.machineNumberValue ? check1 = 1 : check1 = 0
this.groupNumberValue ? check2 = 1 : check2 = 0
@@ -276,6 +277,7 @@ export default {
})
},
searchTable2() { // 查询基本件
this.total2 = 0
let check1, check2
this.machineNumberValue ? check1 = 1 : check1 = 0
this.groupNumberValue ? check2 = 1 : check2 = 0