更新采购订单查询、零件追溯、库存查询和采购入库页面
This commit is contained in:
@@ -1045,6 +1045,14 @@ export default {
|
||||
if (this.tableData1.length === 0) {
|
||||
this.getContractState()
|
||||
this.getSummaries()
|
||||
} else {
|
||||
this.$nextTick(function() {
|
||||
this.tableData1.forEach(function(row) {
|
||||
if (Number(row.等待入库数量) > 0) {
|
||||
this.$refs.table.toggleRowSelection(row, true)
|
||||
}
|
||||
}.bind(this))
|
||||
}.bind(this))
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user