feat: 解包上料
This commit is contained in:
@@ -169,18 +169,6 @@ export default {
|
||||
this.storlist = res
|
||||
})
|
||||
},
|
||||
queryMaterials() {
|
||||
this.queryFlag = !this.queryFlag
|
||||
if (this.queryFlag) {
|
||||
this.queryInfo = '库存顺序'
|
||||
this.crud.url = 'api/pdmBdWorkorder/materials'
|
||||
this.crud.toQuery()
|
||||
} else {
|
||||
this.queryInfo = '物料顺序'
|
||||
this.crud.url = 'api/mdBaseMaterial'
|
||||
this.crud.toQuery()
|
||||
}
|
||||
},
|
||||
handleSelectionChange(val, row) {
|
||||
if (val.length > 1) {
|
||||
this.$refs.table.clearSelection()
|
||||
|
||||
Reference in New Issue
Block a user