备件库存查询

This commit is contained in:
2022-06-28 15:57:03 +08:00
parent 5c7537009b
commit 645cf8cfe5
8 changed files with 679 additions and 3 deletions

View File

@@ -236,9 +236,9 @@ export default {
}
},
created() {
crudSectattr.getSect().then(res => {
this.sects = res.content
})
// crudSectattr.getSect().then(res => {
// this.sects = res.content
// })
crudSectattr.getSect({ 'is_materialstore': '1' }).then(res => {
this.sects = res.content
})