manage-client 3.3.176 → 3.3.178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/filiale/kelai/GasStatistics.vue +536 -525
- package/src/filiale/meihekou/ChargeQuery.vue +10 -1
- package/src/filiale/meihekou/HandplanQuery.vue +8 -0
- package/src/filiale/taizhoukesi/ChangeMeterQuery.vue +683 -0
- package/src/filiale/taizhoukesi/config/exportConfig.js +2 -0
- package/src/filiale/taizhoukesi/sale.js +4 -0
- package/src/filiale/tongchuan/ResSelectGroupNew.vue +7 -0
- package/.gradle/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
|
@@ -655,6 +655,8 @@ export default {
|
|
|
655
655
|
'f_changemeter_fee': '换表费',
|
|
656
656
|
'f_meternumber_old': '旧表号',
|
|
657
657
|
'f_meternumber': '新表号',
|
|
658
|
+
'f_ladder_sync': '旧阶梯累计',
|
|
659
|
+
'f_stair_use': '旧阶梯用量',
|
|
658
660
|
'f_meter_brand_old': '旧气表品牌',
|
|
659
661
|
'f_meter_brand': '新气表品牌',
|
|
660
662
|
'f_remanent_gas': '补气量',
|
|
@@ -115,6 +115,13 @@
|
|
|
115
115
|
userid: this.$login.f.id
|
|
116
116
|
}, {resolveMsg: null, rejectMsg: '获取片区出错!!!'})
|
|
117
117
|
let arr = getAllArea.data.filter((res) => {
|
|
118
|
+
if(Array.isArray(val)){
|
|
119
|
+
for (let i = 0; i <val.length ; i++) {
|
|
120
|
+
if(res.parentid == val[i]){
|
|
121
|
+
return true
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
118
125
|
return res.parentid == val
|
|
119
126
|
})
|
|
120
127
|
console.log('过滤之后的片区', arr)
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|