opt:优化
This commit is contained in:
@@ -259,7 +259,7 @@ export default {
|
||||
this.sects = res.content
|
||||
})
|
||||
|
||||
const area_type = 'NBJ01'
|
||||
const area_type = 'RKQ'
|
||||
|
||||
crudPoint.getPointList({ 'region_code': area_type }).then(res => {
|
||||
this.pointlist = res
|
||||
|
||||
@@ -324,7 +324,7 @@ export default {
|
||||
this.sects = res.content
|
||||
})
|
||||
|
||||
const area_type = 'NBJ01'
|
||||
const area_type = 'CKQ'
|
||||
crudPoint.getPointList({ 'region_code': area_type }).then(res => {
|
||||
this.pointList = res
|
||||
})
|
||||
@@ -356,16 +356,16 @@ export default {
|
||||
},
|
||||
sectQueryChange(val) {
|
||||
if (val.length === 1) {
|
||||
this.mstrow.stor_id = val[0]
|
||||
this.mstrow.sect_id = ''
|
||||
this.mstrow.stor_code = val[0]
|
||||
this.mstrow.sect_code = ''
|
||||
}
|
||||
if (val.length === 0) {
|
||||
this.mstrow.sect_id = ''
|
||||
this.mstrow.stor_id = ''
|
||||
this.mstrow.sect_code = ''
|
||||
this.mstrow.stor_code = ''
|
||||
}
|
||||
if (val.length === 2) {
|
||||
this.mstrow.stor_id = val[0]
|
||||
this.mstrow.sect_id = val[1]
|
||||
this.mstrow.stor_code = val[0]
|
||||
this.mstrow.sect_code = val[1]
|
||||
}
|
||||
},
|
||||
tabledisabled(row) {
|
||||
|
||||
Reference in New Issue
Block a user