manage-client 3.3.187 → 3.3.188
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/.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 +2 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/build/dev-server.js +190 -193
- package/package.json +111 -111
- package/src/filiale/kelai/GasStatistics.vue +2 -2
- package/.npmignore +0 -10
- package/build/.npmignore +0 -1
- package/package-lock.json +0 -13392
|
@@ -459,13 +459,13 @@ export default {
|
|
|
459
459
|
getCondition() {
|
|
460
460
|
let f_user_type = '1=1'
|
|
461
461
|
if(this.$refs.paged.$refs.criteria.model.f_user_type){
|
|
462
|
-
|
|
462
|
+
f_user_type = `f_user_type ='${this.$refs.paged.$refs.criteria.model.f_user_type}'`
|
|
463
463
|
}
|
|
464
464
|
return {
|
|
465
465
|
condition: this.condition,
|
|
466
466
|
startDate:`${this.$refs.paged.$refs.criteria.model.startDate}`,
|
|
467
467
|
endDate:`${this.$refs.paged.$refs.criteria.model.endDate}`,
|
|
468
|
-
f_user_type:f_user_type
|
|
468
|
+
f_user_type: f_user_type
|
|
469
469
|
}
|
|
470
470
|
},
|
|
471
471
|
getstart(){
|
package/.npmignore
DELETED
package/build/.npmignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|