rev: 初始化货位、成品出入库超限货位处理

This commit is contained in:
2023-06-14 09:53:33 +08:00
parent 5ee636414a
commit 7fa9b634be
14 changed files with 161 additions and 9 deletions

View File

@@ -320,7 +320,7 @@ export default {
crudSectattr.getSect({ 'stor_id': this.storId }).then(res => {
this.sects = res.content
})
const area_type = 'A1_RK01'
const area_type = 'A1_CPRK01'
crudPoint.getPoint({ 'area_type': area_type }).then(res => {
this.pointlist = res
})

View File

@@ -301,7 +301,7 @@ export default {
crudSectattr.getSect({ 'stor_id': this.storId }).then(res => {
this.sects = res.content
})
const area_type = 'A1_RK01'
const area_type = 'A1_FH01'
crudPoint.getPoint({ 'area_type': area_type }).then(res => {
this.pointList = res
})