代码更新

This commit is contained in:
2022-12-02 11:12:00 +08:00
parent 350c71ede4
commit 76679ba2a2
17 changed files with 36 additions and 70 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: {

View File

@@ -155,6 +155,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',
@@ -196,10 +197,9 @@ export default {
created() {
checkoutbill.getInvTypes().then(res => {
this.billtypelist = res
}),
// 查询原材料库的仓库
crudStorattr.getStor({ 'is_productstore': '1' }).then(res => {
this.storlist = res.content
})
crudUserStor.getUserStor().then(res => {
this.storlist = res
})
},
methods: {