manage-client 3.3.2 → 3.3.5
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/build/dev-server.js +180 -180
- package/package.json +1 -1
- package/src/components/sale/businessquery/GroupChargeQuery.vue +481 -481
- package/src/components/sale/businessquery/NewAreaGeneralQuery.vue +633 -633
- package/src/components/webmeter/recharge/RechargeList.vue +346 -346
- package/src/filiale/gehua/GroupChargeQuery.vue +486 -486
- package/src/filiale/huayin/ChargeQuery.vue +1305 -1305
- package/src/filiale/macheng/config/exportConfig.js +1 -1
- package/src/filiale/rongcheng/AreaBuildingDetailInfo.vue +281 -281
- package/src/filiale/rongcheng/AreaBuildingInfoSummary.vue +301 -301
- package/src/filiale/rongcheng/exportConfig.js +536 -536
- package/src/filiale/rongcheng/sale.js +22 -22
- package/src/filiale/shanxian/CancellationQuery.vue +426 -0
- package/src/filiale/shanxian/ChangeUserQuery.vue +395 -0
- package/src/filiale/shanxian/DeviceQuery.vue +586 -0
- package/src/filiale/shanxian/DisableQuery.vue +528 -0
- package/src/filiale/shanxian/EnableQuery.vue +461 -0
- package/src/filiale/shanxian/FMYGasQuery.vue +731 -0
- package/src/filiale/shanxian/FillCardQuery.vue +569 -569
- package/src/filiale/shanxian/FillGasQuery.vue +588 -588
- package/src/filiale/shanxian/FmyGasDeviceQuery.vue +68 -33
- package/src/filiale/shanxian/InspectListUserNew.vue +18 -16
- package/src/filiale/shanxian/LostContactAnalysisList.vue +633 -632
- package/src/filiale/shanxian/MeterQuery.vue +968 -0
- package/src/filiale/shanxian/MonthGasQuery.vue +481 -0
- package/src/filiale/shanxian/NewQueryInstruct.vue +457 -0
- package/src/filiale/shanxian/OtherChargeQuery.vue +684 -684
- package/src/filiale/shanxian/ReverseQuery.vue +454 -0
- package/src/filiale/shanxian/TransferQuery.vue +469 -0
- package/src/filiale/shanxian/UserGasAll.vue +15 -14
- package/src/filiale/shanxian/UserLostContactAnalysis.vue +584 -583
- package/src/filiale/shanxian/UserQuery.vue +960 -959
- package/src/filiale/shanxian/config/exportConfig.js +100 -100
- package/src/filiale/shanxian/newwebmeter/TotalExceptionByMeter.vue +608 -0
- package/src/filiale/shanxian/sale.js +46 -26
- package/src/filiale/shanxian/webmeterManage.js +4 -0
- package/src/filiale/wenxi/ChangeMeterQuery.vue +704 -704
- package/src/filiale/wenxi/ChangeUserQuery.vue +371 -371
- package/src/filiale/wenxi/ChargeQuery.vue +1260 -1260
- package/src/filiale/wenxi/FmyGasDeviceQuery.vue +944 -944
- package/src/filiale/wenxi/GasDeviceQuery.vue +1041 -1041
- package/src/filiale/wenxi/GasStatistics.vue +515 -515
- package/src/filiale/wenxi/GetNoMetereadData.vue +374 -374
- package/src/filiale/wenxi/HandplanQuery.vue +1370 -1370
- package/src/filiale/wenxi/ManageUserTypeSell.vue +173 -173
- package/src/filiale/wenxi/MeterQuery.vue +937 -964
- package/src/filiale/wenxi/NewGasStatistics.vue +522 -522
- package/src/filiale/wenxi/RecordInfoQuery.vue +1213 -1213
- package/src/filiale/wenxi/WebHandQuery.vue +475 -475
- package/src/filiale/wenxi/config/exportConfig.js +916 -916
- package/src/filiale/wenxi/sale.js +24 -24
- package/src/filiale/wenxi/webmeterManage.js +13 -13
- package/src/filiale/xinkang/EchartsBox.vue +139 -139
- package/src/filiale/xinkang/ManageBrandHouseCount.vue +347 -347
- package/src/filiale/xinkang/NewGasStatistics.vue +526 -526
- package/src/filiale/xinkang/exportConfig.js +1998 -1998
- package/src/filiale/xinkang/meterFaultChangeSummary.vue +196 -196
- package/src/filiale/xinkang/reportManage.js +15 -15
- package/src/filiale/xinkang/sale.js +13 -13
- package/src/filiale/xinkang/webmeterManage.js +9 -9
- package/src/filiale/zhongyi/GasStatistics.vue +521 -521
- package/src/main.js +66 -72
- package/lib/package_2022-12-01-14-30-50.json +0 -109
|
@@ -1,196 +1,196 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="basic-main" style="height: 100%">
|
|
3
|
-
<div class="form-group" >
|
|
4
|
-
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
|
|
5
|
-
<div class="row">
|
|
6
|
-
<div class="col-sm-3 form-group" >
|
|
7
|
-
<label class="font_normal_body" for="startDate">开始日期:</label>
|
|
8
|
-
<datepicker id="startDate" placeholder="开始日期" style="width: 60%"
|
|
9
|
-
v-model="model.startDate"
|
|
10
|
-
:value.sync="model.startDate"
|
|
11
|
-
:disabled-days-of-Week="[]"
|
|
12
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
13
|
-
:show-reset-button="reset">
|
|
14
|
-
</datepicker>
|
|
15
|
-
</div>
|
|
16
|
-
<div class="col-sm-3 form-group" >
|
|
17
|
-
<label class="font_normal_body" for="endDate">结束日期:</label>
|
|
18
|
-
<datepicker id="endDate" placeholder="结束日期" style="width: 60%"
|
|
19
|
-
v-model="model.endDate"
|
|
20
|
-
:value.sync="model.endDate"
|
|
21
|
-
:disabled-days-of-Week="[]"
|
|
22
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
23
|
-
:show-reset-button="reset">
|
|
24
|
-
</datepicker>
|
|
25
|
-
</div>
|
|
26
|
-
<div class="col-sm-3 form-group" >
|
|
27
|
-
<label class="font_normal_body" for="org">公  司:</label>
|
|
28
|
-
<right-tree id="org" @re-res="getRes"></right-tree>
|
|
29
|
-
</div>
|
|
30
|
-
<div class="col-sm-3 form-group">
|
|
31
|
-
<label class="font_normal_body" for="dep" >部  门:</label>
|
|
32
|
-
<res-select id="dep" restype='department'
|
|
33
|
-
@res-select="getdep"
|
|
34
|
-
:parentresid="depresid"
|
|
35
|
-
:initresid='queryData.depid' >
|
|
36
|
-
</res-select>
|
|
37
|
-
|
|
38
|
-
</div>
|
|
39
|
-
<div class="col-sm-3 form-group">
|
|
40
|
-
<label class="font_normal_body">气表品牌</label>
|
|
41
|
-
<v-select :value.sync="model.f_meter_brand"
|
|
42
|
-
v-model="model.f_meter_brand"
|
|
43
|
-
:options="meterbrands" value-single
|
|
44
|
-
close-on-select></v-select>
|
|
45
|
-
</div>
|
|
46
|
-
<div class="col-sm-3 form-group">
|
|
47
|
-
<label class="font_normal_body">换表类型</label>
|
|
48
|
-
<v-select :value.sync="queryData2.f_changetables_reason"
|
|
49
|
-
v-model="queryData2.f_changetables_reason"
|
|
50
|
-
:options="reasons" multiple>
|
|
51
|
-
</v-select>
|
|
52
|
-
</div>
|
|
53
|
-
<div class="col-sm-2 form-group" style="float:right;">
|
|
54
|
-
<button class="button_search" @click="searchData()">查询</button>
|
|
55
|
-
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':criteriaShow,
|
|
56
|
-
'button_shrink_bottom':!criteriaShow}" @click="hidden()"></div>
|
|
57
|
-
</div>
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
<div style="width:100%;height: 100%;margin-top: 2%" class="div-iframe">
|
|
61
|
-
<iframe class="iframe_style" style="width:100%;height:100% ;border: medium none;" :src="url" v-if="isShow"></iframe>
|
|
62
|
-
</div>
|
|
63
|
-
</div>
|
|
64
|
-
</div>
|
|
65
|
-
</template>
|
|
66
|
-
|
|
67
|
-
<script>
|
|
68
|
-
let readySomething = async function (self) {
|
|
69
|
-
await self.$MagLoadParams.loadParam()
|
|
70
|
-
self.initParams()
|
|
71
|
-
}
|
|
72
|
-
export default {
|
|
73
|
-
title: '客户类型分项汇总表',
|
|
74
|
-
data () {
|
|
75
|
-
return {
|
|
76
|
-
orgCondtionStr: '1=1',
|
|
77
|
-
model: {
|
|
78
|
-
startDate: '',
|
|
79
|
-
endDate: '',
|
|
80
|
-
f_meter_brand: ''
|
|
81
|
-
},
|
|
82
|
-
isShow: false,
|
|
83
|
-
url: '',
|
|
84
|
-
urlPrefix: 'http://139.9.204.64:8080/report/jmreport/shareView/825973291077713920',
|
|
85
|
-
queryData: {
|
|
86
|
-
f_orgid: [],
|
|
87
|
-
f_depid: [],
|
|
88
|
-
f_payment: []
|
|
89
|
-
},
|
|
90
|
-
queryData2: {
|
|
91
|
-
f_changetables_reason: []
|
|
92
|
-
},
|
|
93
|
-
orgname: '',
|
|
94
|
-
depresid: [],
|
|
95
|
-
userresid: [],
|
|
96
|
-
depname: '',
|
|
97
|
-
operatorname: '',
|
|
98
|
-
operatorid: [],
|
|
99
|
-
depid: [],
|
|
100
|
-
criteriaShow: false,
|
|
101
|
-
meterbrands: [],
|
|
102
|
-
reasons: this.$appdata.getParam('换表原由') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('换表原由')] : [],
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
ready () {
|
|
106
|
-
this.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
|
|
107
|
-
this.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
|
|
108
|
-
// this.$refs.paged.$refs.criteria.search()
|
|
109
|
-
readySomething(this).then(() => {
|
|
110
|
-
this.$emit('ready')
|
|
111
|
-
}).catch((error) => {
|
|
112
|
-
this.$emit('error', error)
|
|
113
|
-
})
|
|
114
|
-
this.searchData()
|
|
115
|
-
},
|
|
116
|
-
methods: {
|
|
117
|
-
initParams () {
|
|
118
|
-
// 初始化气表品牌
|
|
119
|
-
let brandArr = []
|
|
120
|
-
this.$MagGetSaleParam.getGasbrand().forEach((item) => {
|
|
121
|
-
let temp = {}
|
|
122
|
-
temp.label = item.label
|
|
123
|
-
temp.value = item.value.f_meter_brand
|
|
124
|
-
brandArr.push(temp)
|
|
125
|
-
})
|
|
126
|
-
this.meterbrands = [{label: '全部', value: ''}, ...brandArr]
|
|
127
|
-
},
|
|
128
|
-
dataHand (obj) {
|
|
129
|
-
let queryData = ''
|
|
130
|
-
queryData = this.orgCondtionStr
|
|
131
|
-
for (let key in obj) {
|
|
132
|
-
if (obj[key] !== null && obj[key] !== '' && obj[key] !== undefined && obj[key].length > 0) {
|
|
133
|
-
if (Array.isArray(obj[key])) {
|
|
134
|
-
let stringValue = ''
|
|
135
|
-
for (var i = 0; i < obj[key].length; i++) {
|
|
136
|
-
if (i === obj[key].length - 1) {
|
|
137
|
-
stringValue = stringValue + "'" + obj[key][i] + "'"
|
|
138
|
-
} else {
|
|
139
|
-
stringValue = stringValue + "'" + obj[key][i] + "',"
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
queryData = queryData + ' and t.' + key + ' in (' + stringValue + ')'
|
|
143
|
-
} else {
|
|
144
|
-
queryData = queryData + ' and t.' + key + ' = ' + "'" + obj[key] + "'"
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
return queryData
|
|
149
|
-
},
|
|
150
|
-
searchData () {
|
|
151
|
-
let condition = this.dataHand(this.queryData)
|
|
152
|
-
let f_changetables_reason = this.dataHand(this.queryData2)
|
|
153
|
-
// 重置url
|
|
154
|
-
this.url = ''
|
|
155
|
-
// encodeURIComponent是将该参数中的特殊符号进行编码,后端会进行解码
|
|
156
|
-
this.url = this.urlPrefix + '?condition=' + encodeURIComponent(condition) +
|
|
157
|
-
'&startDate=' + encodeURIComponent(this.model.startDate) +
|
|
158
|
-
'&endDate=' + encodeURIComponent(this.model.endDate) +
|
|
159
|
-
'&f_meter_brand=' + encodeURIComponent(this.model.f_meter_brand) +
|
|
160
|
-
'&f_changetables_reason=' + encodeURIComponent(f_changetables_reason)
|
|
161
|
-
console.log('报表===>' + this.url)
|
|
162
|
-
this.isShow = true
|
|
163
|
-
},
|
|
164
|
-
load () {
|
|
165
|
-
this.isShow = true
|
|
166
|
-
},
|
|
167
|
-
getRes (obj) {
|
|
168
|
-
this.orgname = obj.res[0]
|
|
169
|
-
this.depresid = obj.resids
|
|
170
|
-
this.userresid = obj.resids
|
|
171
|
-
this.queryData.f_orgid = obj.resids
|
|
172
|
-
},
|
|
173
|
-
getdep (obj, val) {
|
|
174
|
-
this.depname = val[0]
|
|
175
|
-
this.userresid = obj
|
|
176
|
-
this.queryData.f_depid = obj
|
|
177
|
-
},
|
|
178
|
-
hidden () {
|
|
179
|
-
this.criteriaShow = !this.criteriaShow
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
computed: {
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
</script>
|
|
186
|
-
<style scoped>
|
|
187
|
-
.noborder{
|
|
188
|
-
border: none;
|
|
189
|
-
}
|
|
190
|
-
.span{
|
|
191
|
-
height: 0;
|
|
192
|
-
}
|
|
193
|
-
.iframe_style{
|
|
194
|
-
border: medium none;
|
|
195
|
-
}
|
|
196
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="basic-main" style="height: 100%">
|
|
3
|
+
<div class="form-group" >
|
|
4
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
|
|
5
|
+
<div class="row">
|
|
6
|
+
<div class="col-sm-3 form-group" >
|
|
7
|
+
<label class="font_normal_body" for="startDate">开始日期:</label>
|
|
8
|
+
<datepicker id="startDate" placeholder="开始日期" style="width: 60%"
|
|
9
|
+
v-model="model.startDate"
|
|
10
|
+
:value.sync="model.startDate"
|
|
11
|
+
:disabled-days-of-Week="[]"
|
|
12
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
13
|
+
:show-reset-button="reset">
|
|
14
|
+
</datepicker>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="col-sm-3 form-group" >
|
|
17
|
+
<label class="font_normal_body" for="endDate">结束日期:</label>
|
|
18
|
+
<datepicker id="endDate" placeholder="结束日期" style="width: 60%"
|
|
19
|
+
v-model="model.endDate"
|
|
20
|
+
:value.sync="model.endDate"
|
|
21
|
+
:disabled-days-of-Week="[]"
|
|
22
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
23
|
+
:show-reset-button="reset">
|
|
24
|
+
</datepicker>
|
|
25
|
+
</div>
|
|
26
|
+
<div class="col-sm-3 form-group" >
|
|
27
|
+
<label class="font_normal_body" for="org">公  司:</label>
|
|
28
|
+
<right-tree id="org" @re-res="getRes"></right-tree>
|
|
29
|
+
</div>
|
|
30
|
+
<div class="col-sm-3 form-group">
|
|
31
|
+
<label class="font_normal_body" for="dep" >部  门:</label>
|
|
32
|
+
<res-select id="dep" restype='department'
|
|
33
|
+
@res-select="getdep"
|
|
34
|
+
:parentresid="depresid"
|
|
35
|
+
:initresid='queryData.depid' >
|
|
36
|
+
</res-select>
|
|
37
|
+
|
|
38
|
+
</div>
|
|
39
|
+
<div class="col-sm-3 form-group">
|
|
40
|
+
<label class="font_normal_body">气表品牌</label>
|
|
41
|
+
<v-select :value.sync="model.f_meter_brand"
|
|
42
|
+
v-model="model.f_meter_brand"
|
|
43
|
+
:options="meterbrands" value-single
|
|
44
|
+
close-on-select></v-select>
|
|
45
|
+
</div>
|
|
46
|
+
<div class="col-sm-3 form-group">
|
|
47
|
+
<label class="font_normal_body">换表类型</label>
|
|
48
|
+
<v-select :value.sync="queryData2.f_changetables_reason"
|
|
49
|
+
v-model="queryData2.f_changetables_reason"
|
|
50
|
+
:options="reasons" multiple>
|
|
51
|
+
</v-select>
|
|
52
|
+
</div>
|
|
53
|
+
<div class="col-sm-2 form-group" style="float:right;">
|
|
54
|
+
<button class="button_search" @click="searchData()">查询</button>
|
|
55
|
+
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':criteriaShow,
|
|
56
|
+
'button_shrink_bottom':!criteriaShow}" @click="hidden()"></div>
|
|
57
|
+
</div>
|
|
58
|
+
</div>
|
|
59
|
+
</div>
|
|
60
|
+
<div style="width:100%;height: 100%;margin-top: 2%" class="div-iframe">
|
|
61
|
+
<iframe class="iframe_style" style="width:100%;height:100% ;border: medium none;" :src="url" v-if="isShow"></iframe>
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
</template>
|
|
66
|
+
|
|
67
|
+
<script>
|
|
68
|
+
let readySomething = async function (self) {
|
|
69
|
+
await self.$MagLoadParams.loadParam()
|
|
70
|
+
self.initParams()
|
|
71
|
+
}
|
|
72
|
+
export default {
|
|
73
|
+
title: '客户类型分项汇总表',
|
|
74
|
+
data () {
|
|
75
|
+
return {
|
|
76
|
+
orgCondtionStr: '1=1',
|
|
77
|
+
model: {
|
|
78
|
+
startDate: '',
|
|
79
|
+
endDate: '',
|
|
80
|
+
f_meter_brand: ''
|
|
81
|
+
},
|
|
82
|
+
isShow: false,
|
|
83
|
+
url: '',
|
|
84
|
+
urlPrefix: 'http://139.9.204.64:8080/report/jmreport/shareView/825973291077713920',
|
|
85
|
+
queryData: {
|
|
86
|
+
f_orgid: [],
|
|
87
|
+
f_depid: [],
|
|
88
|
+
f_payment: []
|
|
89
|
+
},
|
|
90
|
+
queryData2: {
|
|
91
|
+
f_changetables_reason: []
|
|
92
|
+
},
|
|
93
|
+
orgname: '',
|
|
94
|
+
depresid: [],
|
|
95
|
+
userresid: [],
|
|
96
|
+
depname: '',
|
|
97
|
+
operatorname: '',
|
|
98
|
+
operatorid: [],
|
|
99
|
+
depid: [],
|
|
100
|
+
criteriaShow: false,
|
|
101
|
+
meterbrands: [],
|
|
102
|
+
reasons: this.$appdata.getParam('换表原由') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('换表原由')] : [],
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
ready () {
|
|
106
|
+
this.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
|
|
107
|
+
this.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
|
|
108
|
+
// this.$refs.paged.$refs.criteria.search()
|
|
109
|
+
readySomething(this).then(() => {
|
|
110
|
+
this.$emit('ready')
|
|
111
|
+
}).catch((error) => {
|
|
112
|
+
this.$emit('error', error)
|
|
113
|
+
})
|
|
114
|
+
this.searchData()
|
|
115
|
+
},
|
|
116
|
+
methods: {
|
|
117
|
+
initParams () {
|
|
118
|
+
// 初始化气表品牌
|
|
119
|
+
let brandArr = []
|
|
120
|
+
this.$MagGetSaleParam.getGasbrand().forEach((item) => {
|
|
121
|
+
let temp = {}
|
|
122
|
+
temp.label = item.label
|
|
123
|
+
temp.value = item.value.f_meter_brand
|
|
124
|
+
brandArr.push(temp)
|
|
125
|
+
})
|
|
126
|
+
this.meterbrands = [{label: '全部', value: ''}, ...brandArr]
|
|
127
|
+
},
|
|
128
|
+
dataHand (obj) {
|
|
129
|
+
let queryData = ''
|
|
130
|
+
queryData = this.orgCondtionStr
|
|
131
|
+
for (let key in obj) {
|
|
132
|
+
if (obj[key] !== null && obj[key] !== '' && obj[key] !== undefined && obj[key].length > 0) {
|
|
133
|
+
if (Array.isArray(obj[key])) {
|
|
134
|
+
let stringValue = ''
|
|
135
|
+
for (var i = 0; i < obj[key].length; i++) {
|
|
136
|
+
if (i === obj[key].length - 1) {
|
|
137
|
+
stringValue = stringValue + "'" + obj[key][i] + "'"
|
|
138
|
+
} else {
|
|
139
|
+
stringValue = stringValue + "'" + obj[key][i] + "',"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
queryData = queryData + ' and t.' + key + ' in (' + stringValue + ')'
|
|
143
|
+
} else {
|
|
144
|
+
queryData = queryData + ' and t.' + key + ' = ' + "'" + obj[key] + "'"
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
return queryData
|
|
149
|
+
},
|
|
150
|
+
searchData () {
|
|
151
|
+
let condition = this.dataHand(this.queryData)
|
|
152
|
+
let f_changetables_reason = this.dataHand(this.queryData2)
|
|
153
|
+
// 重置url
|
|
154
|
+
this.url = ''
|
|
155
|
+
// encodeURIComponent是将该参数中的特殊符号进行编码,后端会进行解码
|
|
156
|
+
this.url = this.urlPrefix + '?condition=' + encodeURIComponent(condition) +
|
|
157
|
+
'&startDate=' + encodeURIComponent(this.model.startDate) +
|
|
158
|
+
'&endDate=' + encodeURIComponent(this.model.endDate) +
|
|
159
|
+
'&f_meter_brand=' + encodeURIComponent(this.model.f_meter_brand) +
|
|
160
|
+
'&f_changetables_reason=' + encodeURIComponent(f_changetables_reason)
|
|
161
|
+
console.log('报表===>' + this.url)
|
|
162
|
+
this.isShow = true
|
|
163
|
+
},
|
|
164
|
+
load () {
|
|
165
|
+
this.isShow = true
|
|
166
|
+
},
|
|
167
|
+
getRes (obj) {
|
|
168
|
+
this.orgname = obj.res[0]
|
|
169
|
+
this.depresid = obj.resids
|
|
170
|
+
this.userresid = obj.resids
|
|
171
|
+
this.queryData.f_orgid = obj.resids
|
|
172
|
+
},
|
|
173
|
+
getdep (obj, val) {
|
|
174
|
+
this.depname = val[0]
|
|
175
|
+
this.userresid = obj
|
|
176
|
+
this.queryData.f_depid = obj
|
|
177
|
+
},
|
|
178
|
+
hidden () {
|
|
179
|
+
this.criteriaShow = !this.criteriaShow
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
computed: {
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
</script>
|
|
186
|
+
<style scoped>
|
|
187
|
+
.noborder{
|
|
188
|
+
border: none;
|
|
189
|
+
}
|
|
190
|
+
.span{
|
|
191
|
+
height: 0;
|
|
192
|
+
}
|
|
193
|
+
.iframe_style{
|
|
194
|
+
border: medium none;
|
|
195
|
+
}
|
|
196
|
+
</style>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
// 分公司特殊组件页面注册
|
|
2
|
-
import Vue from 'vue'
|
|
3
|
-
|
|
4
|
-
export default function () {
|
|
5
|
-
// 抄表户数预备户数
|
|
6
|
-
Vue.component('households-type', (resolve) => { require(['./HouseholdsType'], resolve) })
|
|
7
|
-
// 数据采集(抄表总户数,未抄表失联,其他异常的户数)
|
|
8
|
-
Vue.component('data-acquisition-type', (resolve) => { require(['./DataAcquisitionType'], resolve) })
|
|
9
|
-
// 首页图表
|
|
10
|
-
Vue.component('echarts-box', (resolve) => { require(['./EchartsBox'], resolve) })
|
|
11
|
-
// 新增用户散列图
|
|
12
|
-
Vue.component('bank-manager', (resolve) => { require(['./BankManager'], resolve) })
|
|
13
|
-
// 换表故障统计报表
|
|
14
|
-
Vue.component('change-meter-fault-summary', (resolve) => { require(['./meterFaultChangeSummary'], resolve) })
|
|
15
|
-
}
|
|
1
|
+
// 分公司特殊组件页面注册
|
|
2
|
+
import Vue from 'vue'
|
|
3
|
+
|
|
4
|
+
export default function () {
|
|
5
|
+
// 抄表户数预备户数
|
|
6
|
+
Vue.component('households-type', (resolve) => { require(['./HouseholdsType'], resolve) })
|
|
7
|
+
// 数据采集(抄表总户数,未抄表失联,其他异常的户数)
|
|
8
|
+
Vue.component('data-acquisition-type', (resolve) => { require(['./DataAcquisitionType'], resolve) })
|
|
9
|
+
// 首页图表
|
|
10
|
+
Vue.component('echarts-box', (resolve) => { require(['./EchartsBox'], resolve) })
|
|
11
|
+
// 新增用户散列图
|
|
12
|
+
Vue.component('bank-manager', (resolve) => { require(['./BankManager'], resolve) })
|
|
13
|
+
// 换表故障统计报表
|
|
14
|
+
Vue.component('change-meter-fault-summary', (resolve) => { require(['./meterFaultChangeSummary'], resolve) })
|
|
15
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
// 分公司特殊组件页面注册
|
|
2
|
-
import Vue from 'vue'
|
|
3
|
-
|
|
4
|
-
export default function () {
|
|
5
|
-
// 卡表抄表查询
|
|
6
|
-
Vue.component('charge-query', (resolve) => { require(['./ChargeQuery'], resolve) })
|
|
7
|
-
Vue.component('transfer-query', (resolve) => { require(['./TransferQuery'], resolve) })
|
|
8
|
-
// 综合档案查询
|
|
9
|
-
Vue.component('record-info-query', (resolve) => { require(['./RecordInfoQuery'], resolve) })
|
|
10
|
-
Vue.component('user-query', (resolve) => { require(['./UserQuery'], resolve) })
|
|
11
|
-
// 表品牌户数统计
|
|
12
|
-
Vue.component('brand-house-count', (resolve) => { require(['./ManageBrandHouseCount'], resolve) })
|
|
13
|
-
}
|
|
1
|
+
// 分公司特殊组件页面注册
|
|
2
|
+
import Vue from 'vue'
|
|
3
|
+
|
|
4
|
+
export default function () {
|
|
5
|
+
// 卡表抄表查询
|
|
6
|
+
Vue.component('charge-query', (resolve) => { require(['./ChargeQuery'], resolve) })
|
|
7
|
+
Vue.component('transfer-query', (resolve) => { require(['./TransferQuery'], resolve) })
|
|
8
|
+
// 综合档案查询
|
|
9
|
+
Vue.component('record-info-query', (resolve) => { require(['./RecordInfoQuery'], resolve) })
|
|
10
|
+
Vue.component('user-query', (resolve) => { require(['./UserQuery'], resolve) })
|
|
11
|
+
// 表品牌户数统计
|
|
12
|
+
Vue.component('brand-house-count', (resolve) => { require(['./ManageBrandHouseCount'], resolve) })
|
|
13
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
|
|
3
|
-
export default function () {
|
|
4
|
-
// 物联网表用气量统计表
|
|
5
|
-
Vue.component('use-gas-statistics', (resolve) => { require(['./GasStatistics'], resolve) })
|
|
6
|
-
// 物联网表用气量统计表新
|
|
7
|
-
Vue.component('new-use-gas-statistics', (resolve) => { require(['./NewGasStatistics'], resolve) })
|
|
8
|
-
}
|
|
9
|
-
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
|
|
3
|
+
export default function () {
|
|
4
|
+
// 物联网表用气量统计表
|
|
5
|
+
Vue.component('use-gas-statistics', (resolve) => { require(['./GasStatistics'], resolve) })
|
|
6
|
+
// 物联网表用气量统计表新
|
|
7
|
+
Vue.component('new-use-gas-statistics', (resolve) => { require(['./NewGasStatistics'], resolve) })
|
|
8
|
+
}
|
|
9
|
+
|