This commit is contained in:
2022-12-02 11:36:02 +08:00
21 changed files with 53 additions and 73 deletions

View File

@@ -153,6 +153,7 @@ import { crud } from '@crud/crud'
import checkoutbill from '@/views/wms/st/outbill/checkoutbill'
import crudStorattr from '@/views/wms/basedata/st/stor/storattr'
import crudRawAssist from '@/views/wms/st/inbill/rawassist'
import crudUserStor from '@/views/wms/basedata/st/userStor/userStor'
export default {
name: 'ViewDialog',
@@ -195,10 +196,9 @@ export default {
created() {
checkoutbill.getInvTypes().then(res => {
this.billtypelist = res
}),
// 查询原材料库的仓库
crudStorattr.getStor({ 'is_materialstore': '1' }).then(res => {
this.storlist = res.content
})
crudUserStor.getUserStor().then(res => {
this.storlist = res
})
},
methods: {