feat: 解包上料

This commit is contained in:
2025-07-22 18:47:59 +08:00
parent c68d22c00d
commit 077cb10318
10 changed files with 434 additions and 16 deletions

View File

@@ -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()