add:株洲中钨来料入库功能
This commit is contained in:
@@ -259,9 +259,12 @@ export default {
|
||||
this.sects = res.content
|
||||
})
|
||||
|
||||
const area_type = 'RKQ'
|
||||
const area_type = 'YLXCQ'
|
||||
|
||||
crudPoint.getPointList({ 'region_code': area_type }).then(res => {
|
||||
// 点位类型,因为卸货区的点位类型(出库区、入库区)会变动,因需要增加点位类型字段进行判断
|
||||
// 1-入库区,2-出库区
|
||||
const region_type = '1'
|
||||
crudPoint.getPointList({ 'region_code': area_type, 'region_type': region_type }).then(res => {
|
||||
this.pointlist = res
|
||||
})
|
||||
},
|
||||
|
||||
@@ -323,10 +323,12 @@ export default {
|
||||
crudSectattr.getSect({ 'stor_id': this.storId }).then(res => {
|
||||
this.sects = res.content
|
||||
})
|
||||
|
||||
const area_type = 'CKQ'
|
||||
crudPoint.getPointList({ 'region_code': area_type }).then(res => {
|
||||
this.pointList = res
|
||||
const area_type = 'YLXCQ'
|
||||
// 点位类型,因为卸货区的点位类型(出库区、入库区)会变动,因需要增加点位类型字段进行判断
|
||||
// 1-入库区,2-出库区
|
||||
const region_type = '2'
|
||||
crudPoint.getPointList({ 'region_code': area_type, 'region_type': region_type }).then(res => {
|
||||
this.pointlist = res
|
||||
})
|
||||
},
|
||||
close() {
|
||||
|
||||
Reference in New Issue
Block a user