manage-client 4.0.79 → 4.0.80
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/components/SellReport/siyang/NonResidentGas.vue +30 -1
- package/src/components/SellReport/siyang/SYManageBusSummary.vue +239 -0
- package/src/filiale/xinjiangdexin/LostContactAnalysisListIndex.vue +30 -51
- package/src/reportManage.js +4 -0
- package/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.5/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
package/package.json
CHANGED
|
@@ -61,6 +61,21 @@
|
|
|
61
61
|
<report-print id='gasprice' top='3cm' left='0' width='100%' height='100%' :preview="true"></report-print>
|
|
62
62
|
<report-excel id='gasprice'></report-excel>
|
|
63
63
|
</div>
|
|
64
|
+
<div class="col-sm-2">
|
|
65
|
+
<label class="font_normal_body">客户类型</label>
|
|
66
|
+
<v-select :value.sync="model.f_user_type"
|
|
67
|
+
@change="$parent.$parent.userTypeChange()"
|
|
68
|
+
:options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
|
|
69
|
+
condition="f_user_type = '{}'"
|
|
70
|
+
close-on-select></v-select>
|
|
71
|
+
</div>
|
|
72
|
+
<div class="col-sm-2" >
|
|
73
|
+
<label class="font_normal_body">用气性质:</label>
|
|
74
|
+
<v-select :value.sync="model.f_gasproperties" v-model="model.f_gasproperties"
|
|
75
|
+
:options='$parent.$parent.gasproperties' placeholder='请选择'
|
|
76
|
+
condition="f_gasproperties = '{}'"
|
|
77
|
+
close-on-select></v-select>
|
|
78
|
+
</div>
|
|
64
79
|
</div>
|
|
65
80
|
</criteria>
|
|
66
81
|
<div partial='list' v-el:handcollect id='gasprice' style="overflow-y: scroll">
|
|
@@ -138,6 +153,7 @@
|
|
|
138
153
|
f_operatorid: this.$login.f.id,
|
|
139
154
|
operatorid: [],
|
|
140
155
|
depid: [],
|
|
156
|
+
gasproperties: [],
|
|
141
157
|
orgname: '',
|
|
142
158
|
depname: '',
|
|
143
159
|
operatorname: '',
|
|
@@ -155,6 +171,16 @@
|
|
|
155
171
|
console.log(this.$login.f)
|
|
156
172
|
},
|
|
157
173
|
methods: {
|
|
174
|
+
userTypeChange () {
|
|
175
|
+
this.gasproperties = []
|
|
176
|
+
if (this.$refs.paged.$refs.criteria.model !== null) {
|
|
177
|
+
this.$refs.paged.$refs.criteria.model.f_gasproperties = ''
|
|
178
|
+
this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.criteria.model.f_user_type[0])
|
|
179
|
+
}
|
|
180
|
+
else {
|
|
181
|
+
this.gasproperties = [{label: '全部', value: ''}]
|
|
182
|
+
}
|
|
183
|
+
},
|
|
158
184
|
searchData () {
|
|
159
185
|
this.$refs.paged.$refs.criteria.search()
|
|
160
186
|
},
|
|
@@ -203,8 +229,11 @@
|
|
|
203
229
|
}
|
|
204
230
|
},
|
|
205
231
|
computed: {
|
|
206
|
-
metertype() {
|
|
232
|
+
metertype () {
|
|
207
233
|
return [...this.$appdata.getParam('气表类型查询')]
|
|
234
|
+
},
|
|
235
|
+
usertypes () {
|
|
236
|
+
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
208
237
|
}
|
|
209
238
|
}
|
|
210
239
|
}
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="basic-main" style="height: 100%">
|
|
3
|
+
<criteria-paged :model="model" :pager='false' v-ref:paged>
|
|
4
|
+
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:criteria>
|
|
5
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
|
|
6
|
+
<div class="row">
|
|
7
|
+
<div class="col-sm-2 form-group" >
|
|
8
|
+
<label class="font_normal_body" for="startDate">开始日期:</label>
|
|
9
|
+
<datepicker id="startDate" placeholder="开始日期" style="width: 60%"
|
|
10
|
+
v-model="model.startDate"
|
|
11
|
+
:value.sync="model.startDate"
|
|
12
|
+
:disabled-days-of-Week="[]"
|
|
13
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
14
|
+
:show-reset-button="reset">
|
|
15
|
+
</datepicker>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="col-sm-2 form-group" >
|
|
18
|
+
<label class="font_normal_body" for="endDate">结束日期:</label>
|
|
19
|
+
<datepicker id="endDate" placeholder="结束日期" style="width: 60%"
|
|
20
|
+
v-model="model.endDate"
|
|
21
|
+
:value.sync="model.endDate"
|
|
22
|
+
:disabled-days-of-Week="[]"
|
|
23
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
24
|
+
:show-reset-button="reset">
|
|
25
|
+
</datepicker>
|
|
26
|
+
</div><!--
|
|
27
|
+
<div class="col-sm-2 form-group">
|
|
28
|
+
<label class="font_normal_body"> 公司 </label>
|
|
29
|
+
<right-tree @re-res="$parent.$parent.getRes" style="width: 60%"></right-tree>
|
|
30
|
+
</div>
|
|
31
|
+
<div class="col-sm-2 form-group">
|
|
32
|
+
<label class="font_normal_body"> 部门 </label>
|
|
33
|
+
<res-select restype='department'
|
|
34
|
+
is-mul="false"
|
|
35
|
+
@res-select="$parent.$parent.getdep"
|
|
36
|
+
:parentresid="$parent.$parent.depresid"
|
|
37
|
+
:initresid='$parent.$parent.depid'>
|
|
38
|
+
</res-select>
|
|
39
|
+
|
|
40
|
+
</div>
|
|
41
|
+
<div class="col-sm-2 form-group">
|
|
42
|
+
<label class="font_normal_body"> 人员 </label>
|
|
43
|
+
<res-select restype='user'
|
|
44
|
+
is-mul="false"
|
|
45
|
+
@res-select="$parent.$parent.getuser"
|
|
46
|
+
:parentresid="$parent.$parent.userresid"
|
|
47
|
+
:initresid='$parent.$parent.operatorid'>
|
|
48
|
+
</res-select>
|
|
49
|
+
</div>
|
|
50
|
+
-->
|
|
51
|
+
<res-select-group :show-component="$parent.$parent.resshow" :selectin="true" :initres="$parent.$parent.initres" :cascade =true @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
52
|
+
</div>
|
|
53
|
+
<div class="span" style = "float:right;">
|
|
54
|
+
<button class="button_search" @click="$parent.$parent.searchData()">查询</button>
|
|
55
|
+
<report-print id='gasprice' top='3cm' left='0' width='100%' height='100%' :preview="true"></report-print>
|
|
56
|
+
<report-excel id='gasprice'></report-excel>
|
|
57
|
+
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,
|
|
58
|
+
'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
|
59
|
+
</div>
|
|
60
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
61
|
+
<div class="col-sm-2 form-group">
|
|
62
|
+
<label class="font_normal_body">用户类型</label>
|
|
63
|
+
<v-select :value.sync="$parent.$parent.f_user_type"
|
|
64
|
+
v-model="$parent.$parent.f_user_type"
|
|
65
|
+
:options='$parent.$parent.user_type' placeholder='请选择'
|
|
66
|
+
condition="f_user_type = '{}'"
|
|
67
|
+
close-on-select></v-select>
|
|
68
|
+
</div>
|
|
69
|
+
<!--<div class="col-sm-2 form-group">-->
|
|
70
|
+
<!--<label class="font_normal_body">收费状态</label>-->
|
|
71
|
+
<!--<v-select :value.sync="$parent.$parent.f_state" multiple-->
|
|
72
|
+
<!--v-model="$parent.$parent.f_state"-->
|
|
73
|
+
<!--:options='$parent.$parent.charge_state' placeholder='请选择'-->
|
|
74
|
+
<!--condition="f_state in {}"-->
|
|
75
|
+
<!--close-on-select></v-select>-->
|
|
76
|
+
<!--</div>-->
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
</criteria>
|
|
80
|
+
<div partial='list' v-el:handcollect id='gasprice' style="overflow-y: scroll">
|
|
81
|
+
<table class='tableprint' style="margin: 0px auto">
|
|
82
|
+
<thead>
|
|
83
|
+
<tr>
|
|
84
|
+
<th :colspan='$parent.spans' style="font-weight: normal; text-align: left;">
|
|
85
|
+
<h3 style="text-align: center">收费结账报表</h3>
|
|
86
|
+
</th>
|
|
87
|
+
</tr>
|
|
88
|
+
<tr>
|
|
89
|
+
<th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
|
|
90
|
+
开始时间:{{model.model.startDate}}
|
|
91
|
+
结束时间:{{ model.model.endDate }} <br/>
|
|
92
|
+
<!--打印时间:{{{$parent.printTime}}}-->
|
|
93
|
+
打印时间:{{$parent.printTime}}
|
|
94
|
+
<!--收费员:{{// $parent.operatorname}}-->
|
|
95
|
+
</th>
|
|
96
|
+
</tr>
|
|
97
|
+
<tr>
|
|
98
|
+
<th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
|
|
99
|
+
<div>
|
|
100
|
+
<span style="font-weight: normal;text-align: center;margin:5px 15px" v-show="$parent.orgname">公司:{{$parent.orgname}}</span>
|
|
101
|
+
<span v-show="$parent.depname"> 部门:{{$parent.depname}}</span>
|
|
102
|
+
<span style="font-weight: normal;text-align: center;margin:5px 15px" v-show="$parent.operatorname">人员:{{$parent.operatorname}}</span>
|
|
103
|
+
</div>
|
|
104
|
+
</th>
|
|
105
|
+
</tr>
|
|
106
|
+
</thead>
|
|
107
|
+
<tr>
|
|
108
|
+
<td :colspan='$parent.spans' class="noborder">
|
|
109
|
+
{{{ model.data.substring(26,model.data.length-8) }}}
|
|
110
|
+
</td>
|
|
111
|
+
</tr>
|
|
112
|
+
<tfoot>
|
|
113
|
+
<tr style="text-align: left">
|
|
114
|
+
<th :colspan='Math.floor($parent.spans/3)'>财务审核:</th>
|
|
115
|
+
<th :colspan='Math.floor($parent.spans/3)'>收款审核:</th>
|
|
116
|
+
<th :colspan='Math.floor($parent.spans/3)'>收款员:</th>
|
|
117
|
+
</tr>
|
|
118
|
+
</tfoot>
|
|
119
|
+
</table>
|
|
120
|
+
{{{ $parent.reportStr}}}
|
|
121
|
+
</div>
|
|
122
|
+
</criteria-paged>
|
|
123
|
+
</div>
|
|
124
|
+
</template>
|
|
125
|
+
|
|
126
|
+
<script>
|
|
127
|
+
import { DataModel } from 'vue-client'
|
|
128
|
+
import co from 'co'
|
|
129
|
+
|
|
130
|
+
export default {
|
|
131
|
+
title: '收费结账报表',
|
|
132
|
+
props: ['data'],
|
|
133
|
+
data () {
|
|
134
|
+
return {
|
|
135
|
+
printTime: this.$login.toStandardTimeString(),
|
|
136
|
+
depresid: [],
|
|
137
|
+
userresid: [],
|
|
138
|
+
f_orgid: this.$login.f.orgid,
|
|
139
|
+
f_depid: this.$login.f.depids,
|
|
140
|
+
// f_operatorid: this.$login.f.id,
|
|
141
|
+
operatorid: [],
|
|
142
|
+
depid: [],
|
|
143
|
+
orgname: '',
|
|
144
|
+
depname: '',
|
|
145
|
+
criteriaShow: false,
|
|
146
|
+
operatorname: '',
|
|
147
|
+
orgCondtionStr: '1=1',
|
|
148
|
+
f_user_type: '',
|
|
149
|
+
f_state:['有效'],
|
|
150
|
+
model: new DataModel('api/af-revenue/report/sy_getMoneyAll', {startDate: 'this.model.startDate', endDate: 'this.model.endDate',
|
|
151
|
+
f_orgid: 'this.model.f_orgid'}),
|
|
152
|
+
reportStr: null,
|
|
153
|
+
resshow:['company','department','operator'],
|
|
154
|
+
spans: 0,
|
|
155
|
+
initres: {
|
|
156
|
+
org: [this.$login.f.orgid],
|
|
157
|
+
dep: [],
|
|
158
|
+
user: []
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
ready () {
|
|
163
|
+
this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
|
|
164
|
+
this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
|
|
165
|
+
console.log(this.$login.f)
|
|
166
|
+
},
|
|
167
|
+
methods: {
|
|
168
|
+
searchData () {
|
|
169
|
+
this.$refs.paged.$refs.criteria.search()
|
|
170
|
+
},
|
|
171
|
+
selfSearch (args) {
|
|
172
|
+
this.printTime = this.$login.toStandardTimeString()
|
|
173
|
+
let orgcondition = '1=1'
|
|
174
|
+
let orgstr = this.orgCondtionStr
|
|
175
|
+
orgcondition = orgcondition + orgstr
|
|
176
|
+
console.log('23231312321:',this.f_user_type)
|
|
177
|
+
if(this.f_user_type && this.f_user_type[0]) {
|
|
178
|
+
orgcondition += ` and f_user_type = '${ this.f_user_type} '`
|
|
179
|
+
}
|
|
180
|
+
/* if (this.f_orgid && this.f_orgid[0]) {
|
|
181
|
+
orgcondition += ` and f_orgid in ('${this.f_orgid}')`
|
|
182
|
+
}
|
|
183
|
+
if (this.f_depid && this.f_depid[0]) {
|
|
184
|
+
orgcondition += ` and f_depid in ('${this.f_depid}')`
|
|
185
|
+
}
|
|
186
|
+
if(this.f_operatorid && this.f_operatorid[0]) {
|
|
187
|
+
orgcondition += ` and f_operatorid in ('${this.f_operatorid}')`
|
|
188
|
+
}*/
|
|
189
|
+
this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition
|
|
190
|
+
this.$refs.paged.search(args)
|
|
191
|
+
},
|
|
192
|
+
|
|
193
|
+
hidden() {
|
|
194
|
+
this.criteriaShow = !this.criteriaShow
|
|
195
|
+
},
|
|
196
|
+
getRes (condition, obj) {
|
|
197
|
+
this.orgCondtionStr = condition
|
|
198
|
+
this.orgname = obj.orgnames[0]
|
|
199
|
+
this.depname = obj.depnames[0]
|
|
200
|
+
console.log(obj,"========")
|
|
201
|
+
this.operatorname = obj.operatornames[0]
|
|
202
|
+
},
|
|
203
|
+
getdep (obj, val) {
|
|
204
|
+
this.depname = val[0]
|
|
205
|
+
this.userresid = obj
|
|
206
|
+
this.f_depid = obj
|
|
207
|
+
},
|
|
208
|
+
getuser ( obj, val) {
|
|
209
|
+
this.operatorname = val[0]
|
|
210
|
+
this.f_operatorid = obj
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
watch: {
|
|
214
|
+
'model.data' (val) {
|
|
215
|
+
let len=0
|
|
216
|
+
let a=val.split('</tr>')
|
|
217
|
+
for(let i=0;i<a.length;i++){
|
|
218
|
+
if(a[i].split('</td>').length-1>len){
|
|
219
|
+
len=a[i].split('</td>').length-1
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
this.spans = len
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
computed: {
|
|
226
|
+
charge_state() {
|
|
227
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('收费状态')]
|
|
228
|
+
},
|
|
229
|
+
user_type () {
|
|
230
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
</script>
|
|
235
|
+
<style scoped>
|
|
236
|
+
.noborder{
|
|
237
|
+
border: none;
|
|
238
|
+
}
|
|
239
|
+
</style>
|
|
@@ -157,39 +157,6 @@
|
|
|
157
157
|
</datepicker>
|
|
158
158
|
</div>
|
|
159
159
|
|
|
160
|
-
|
|
161
|
-
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
162
|
-
<label class="font_normal_body">最长失联</label>
|
|
163
|
-
<div class="row">
|
|
164
|
-
<input type="text" style="width:27%" class="input_search" v-model="model.max_interval_day1"
|
|
165
|
-
condition="max_interval_day >= {} " placeholder="">
|
|
166
|
-
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
167
|
-
<input type="text" style="width:27%" class="input_search" v-model="model.max_interval_day2"
|
|
168
|
-
condition="max_interval_day <= {} " placeholder="">
|
|
169
|
-
</div>
|
|
170
|
-
</div>
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
174
|
-
<label class="font_normal_body">合计失联</label>
|
|
175
|
-
<div class="row">
|
|
176
|
-
<input type="text" style="width:27%" class="input_search" v-model="model.SLdays1"
|
|
177
|
-
condition="SLdays >= {} " placeholder="">
|
|
178
|
-
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
179
|
-
<input type="text" style="width:27%" class="input_search" v-model="model.SLdays2"
|
|
180
|
-
condition="SLdays <= {} " placeholder="">
|
|
181
|
-
</div>
|
|
182
|
-
</div>
|
|
183
|
-
<div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
|
|
184
|
-
<label class="font_normal_body">最新失联</label>
|
|
185
|
-
<div class="row">
|
|
186
|
-
<input type="text" style="width:27%" class="input_search" v-model="model.new_days1"
|
|
187
|
-
condition="new_days >= {} " placeholder="">
|
|
188
|
-
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
189
|
-
<input type="text" style="width:27%" class="input_search" v-model="model.new_days2"
|
|
190
|
-
condition="new_days <= {} " placeholder="">
|
|
191
|
-
</div>
|
|
192
|
-
</div>
|
|
193
160
|
<div class="col-sm-2 form-group">
|
|
194
161
|
<label class="font_normal_body">是否通气</label>
|
|
195
162
|
<v-select
|
|
@@ -231,21 +198,23 @@
|
|
|
231
198
|
<th style="text-align:center">
|
|
232
199
|
<nobr>启用日期</nobr>
|
|
233
200
|
</th>
|
|
234
|
-
|
|
235
201
|
<th style="text-align:center">
|
|
236
|
-
<nobr
|
|
202
|
+
<nobr>失联开始时间</nobr>
|
|
203
|
+
</th>
|
|
204
|
+
<th style="text-align:center">
|
|
205
|
+
<nobr>失联结束时间</nobr>
|
|
237
206
|
</th>
|
|
238
207
|
<th style="text-align:center">
|
|
239
|
-
<nobr
|
|
208
|
+
<nobr>失联天数</nobr>
|
|
240
209
|
</th>
|
|
241
210
|
<th style="text-align:center">
|
|
242
|
-
<nobr
|
|
211
|
+
<nobr>失联备注</nobr>
|
|
243
212
|
</th>
|
|
244
213
|
<th style="text-align:center">
|
|
245
|
-
<nobr
|
|
214
|
+
<nobr>失联原因</nobr>
|
|
246
215
|
</th>
|
|
247
216
|
<th style="text-align:center">
|
|
248
|
-
<nobr
|
|
217
|
+
<nobr>失联措施</nobr>
|
|
249
218
|
</th>
|
|
250
219
|
<th style="text-align:center">
|
|
251
220
|
<nobr>气表厂家</nobr>
|
|
@@ -277,18 +246,25 @@
|
|
|
277
246
|
<td style="text-align:center">{{row.f_gasproperties}}</td>
|
|
278
247
|
<td style="text-align:center"><nobr>{{row.f_meternumber}}</nobr></td>
|
|
279
248
|
<td style="text-align:center"><nobr>{{row.f_startuse_date}}</nobr></td>
|
|
280
|
-
|
|
281
|
-
<td style="text-align:center">{{row.ybdays}}</td>
|
|
282
|
-
<td style="text-align:center">{{row.sbdays}}</td>
|
|
283
249
|
<td style="text-align:center">
|
|
284
|
-
<nobr>{{row.
|
|
250
|
+
<nobr>{{row.f_lost_begin_date}}</nobr>
|
|
251
|
+
</td>
|
|
252
|
+
<td style="text-align:center">
|
|
253
|
+
<nobr>{{row.f_lost_end_date}}</nobr>
|
|
254
|
+
</td>
|
|
255
|
+
<td style="text-align:center">
|
|
256
|
+
<nobr>{{row.f_lost_contact_days}}</nobr>
|
|
285
257
|
</td>
|
|
286
258
|
<td style="text-align:center">
|
|
287
|
-
<nobr>{{row.
|
|
259
|
+
<nobr>{{row.f_remark}}</nobr>
|
|
288
260
|
</td>
|
|
289
261
|
<td style="text-align:center">
|
|
290
|
-
<nobr>{{row.
|
|
262
|
+
<nobr>{{row.f_reason}}</nobr>
|
|
291
263
|
</td>
|
|
264
|
+
<td style="text-align:center">
|
|
265
|
+
<nobr>{{row.f_measures}}</nobr>
|
|
266
|
+
</td>
|
|
267
|
+
|
|
292
268
|
<td style="text-align:center">
|
|
293
269
|
<nobr>{{row.f_meter_brand}}</nobr>
|
|
294
270
|
</td>
|
|
@@ -363,14 +339,17 @@
|
|
|
363
339
|
"f_gasproperties":"用气性质",
|
|
364
340
|
"f_meternumber":"表号",
|
|
365
341
|
"f_startuse_date":"启用日期",
|
|
366
|
-
"ybdays":"应报天数",
|
|
367
|
-
"sbdays":"实报天数",
|
|
368
|
-
"max_interval_day":"最长失联天数",
|
|
369
|
-
"sldays":"累计失联天数",
|
|
370
|
-
"new_days":"最新失联天数",
|
|
371
342
|
"f_meter_brand":"气表厂家",
|
|
372
343
|
"f_orgname":"组织机构",
|
|
373
|
-
"f_depname":"部门"
|
|
344
|
+
"f_depname":"部门",
|
|
345
|
+
"f_lost_contact_days":"失联天数",
|
|
346
|
+
"f_lost_begin_date":"失联开始时间",
|
|
347
|
+
"f_lost_end_date":"失联结束时间",
|
|
348
|
+
"f_remark":"失联备注",
|
|
349
|
+
"f_reason":"失联原因",
|
|
350
|
+
"f_measures":"失联措施"
|
|
351
|
+
|
|
352
|
+
},
|
|
374
353
|
reportStr: null,
|
|
375
354
|
show: false,
|
|
376
355
|
showdetail:false,
|
package/src/reportManage.js
CHANGED
|
@@ -862,6 +862,10 @@ export default function () {
|
|
|
862
862
|
Vue.component('sy_non-resident-gas', (resolve) => {
|
|
863
863
|
require(['./components/SellReport/siyang/NonResidentGas'], resolve)
|
|
864
864
|
})
|
|
865
|
+
// 收费结账报表
|
|
866
|
+
Vue.component('sy_manage-bus-summary', (resolve) => {
|
|
867
|
+
require(['./components/SellReport/siyang/SYManageBusSummary'], resolve)
|
|
868
|
+
})
|
|
865
869
|
// 用户数量统计报表
|
|
866
870
|
Vue.component('manage-metertype-number', (resolve) => {
|
|
867
871
|
require(['./components/SellReport/ManageMetertypeNumber'], resolve)
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|