rev: 成品入库分配修改

This commit is contained in:
2023-05-15 11:53:40 +08:00
parent 535b1a6b8c
commit 9aeff869a6
7 changed files with 86 additions and 20 deletions

View File

@@ -223,6 +223,7 @@ import StructDiv from '@/views/wms/pub/StructDialog'
import crudProductIn from '@/views/wms/storage_manage/product/productIn/productin'
import crudPoint from '@/api/wms/sch/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'