This commit is contained in:
2022-07-01 09:14:57 +08:00
parent 4d9d6fbe8f
commit 8c86db4f8f
21 changed files with 1919 additions and 209 deletions

View File

@@ -206,9 +206,9 @@ export default {
}
},
created() {
checkoutbill.getInvTypes().then(res => {
crudRawAssist.getType({}).then(res => {
this.billtypelist = res
}),
})
// 查询原材料库的仓库
crudStorattr.getStor({ 'is_materialstore': '1' }).then(res => {
this.storlist = res.content