Merge branch 'master' of http://121.40.234.130:8899/root/hl_one
This commit is contained in:
@@ -223,6 +223,7 @@ import StructDiv from '@/views/wms/pub/StructDialog'
|
||||
import crudProductIn from '@/views/wms/storage_manage/product/productIn/productin'
|
||||
import crudPoint from '@/views/wms/scheduler_manage/point/point'
|
||||
import AddBox from '@/views/wms/storage_manage/product/productIn/AddBox'
|
||||
import crudSectattr from '@/api/wms/basedata/st/sectattr'
|
||||
|
||||
export default {
|
||||
name: 'DivDialog',
|
||||
@@ -285,7 +286,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
open() {
|
||||
crudProductIn.getSect({ 'stor_id': this.storId }).then(res => {
|
||||
crudSectattr.getSect({ 'stor_id': this.storId }).then(res => {
|
||||
this.sects = res.content
|
||||
})
|
||||
const area_type = 'A1_RK01'
|
||||
|
||||
Reference in New Issue
Block a user