opt:优化

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-07-14 08:54:39 +08:00
parent 31262adb24
commit 98fa774daa
60 changed files with 3709 additions and 807 deletions

View File

@@ -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

View File

@@ -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) {