add:原材料库存修改

This commit is contained in:
zhangzhiqiang
2023-09-18 10:12:12 +08:00
parent 928770aa9b
commit 4f2e8b3e2f
52 changed files with 168 additions and 75 deletions

View File

@@ -445,7 +445,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
debugger
this.crud.delAllLoading = true
this.crud.doDelete(datas)
}).catch(() => {
@@ -583,7 +583,7 @@ export default {
},
// 切换部门
handleNodeClick(data) {
debugger
this.query.dept_id = data.dept_id
this.query.needAll = true
this.crud.toQuery()