manage-client 3.3.179 → 3.3.181

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.
Files changed (53) hide show
  1. package/build/dev-server.js +11 -7
  2. package/gradle/wrapper/gradle-wrapper.properties +5 -5
  3. package/gradlew +234 -234
  4. package/gradlew.bat +89 -89
  5. package/package.json +1 -1
  6. package/src/components/SellReport/BusinessClassify.vue +292 -292
  7. package/src/components/SellReport/GasMoneyPublicConReport.vue +258 -258
  8. package/src/components/handReport/WebGastypeMonthReport.vue +190 -190
  9. package/src/components/sale/businessquery/BusinessManage.vue +212 -212
  10. package/src/components/sale/businessquery/CardHandplanQuery.vue +546 -546
  11. package/src/components/sale/businessquery/ChargeQuery.vue +6 -0
  12. package/src/components/sale/businessquery/FMYGasQuery.vue +813 -813
  13. package/src/components/sale/businessquery/TransferQuery.vue +502 -502
  14. package/src/components/sale/businessquery/WebMeterMonthUserGasQuery.vue +471 -471
  15. package/src/components/sale/config/exportConfig.js +1245 -1245
  16. package/src/components/sale/filesquery/RecordInfoQuery.vue +1443 -1443
  17. package/src/components/webmeter/gasStatistics/GasStatistics.vue +525 -525
  18. package/src/components/webmeter/gasStatistics/NewGasStatistics.vue +541 -541
  19. package/src/components/webmeter/newwebmeter/NewException/MeterExceptionList.vue +3 -1
  20. package/src/filiale/WEINAN/InspectListGas.vue +616 -616
  21. package/src/filiale/jingyang/RechargeList.vue +346 -346
  22. package/src/filiale/jingyang/sale.js +6 -6
  23. package/src/filiale/kelai/GasStatistics.vue +536 -536
  24. package/src/filiale/liaoyuan/HandplanQuery.vue +1289 -1289
  25. package/src/filiale/lixianV3/RecordInfoQuery.vue +22 -1
  26. package/src/filiale/meihekou/AreaGeneralQuery.vue +206 -0
  27. package/src/filiale/meihekou/CardHandplanQuery.vue +664 -664
  28. package/src/filiale/meihekou/ChargeQuery.vue +1274 -1274
  29. package/src/filiale/meihekou/CollectManage.vue +3 -3
  30. package/src/filiale/meihekou/HandplanQuery.vue +1248 -1248
  31. package/src/filiale/meihekou/OtherChargeQuery.vue +4 -5
  32. package/src/filiale/meihekou/UserSellHeadDetail.vue +492 -0
  33. package/src/filiale/meihekou/config/exportConfig.js +1 -2
  34. package/src/filiale/meihekou/sale.js +5 -0
  35. package/src/filiale/ningjin/UserLostContactAnalysis.vue +623 -623
  36. package/src/filiale/qianneng/exportConfig.js +232 -232
  37. package/src/filiale/shaoguan/errorHandplanQuery.vue +386 -386
  38. package/src/filiale/taizhoukesi/ChangeMeterQuery.vue +683 -683
  39. package/src/filiale/taizhoukesi/config/exportConfig.js +2379 -2379
  40. package/src/filiale/taizhoukesi/sale.js +11 -11
  41. package/src/filiale/tongchuan/InspectListGas.vue +700 -700
  42. package/src/filiale/tongchuan/ResSelectGroupNew.vue +188 -188
  43. package/src/filiale/yangchun/ManageBusSummaryNew.vue +239 -239
  44. package/src/filiale/yangchun/RecordInfoQuery.vue +1477 -0
  45. package/src/filiale/yangchun/UserQuery.vue +980 -980
  46. package/src/filiale/yangchun/config/DefaultPrint.js +6 -6
  47. package/src/filiale/yangchun/config/exportConfig.js +1230 -1231
  48. package/src/filiale/yangchun/config/tableConfig.js +58 -58
  49. package/src/filiale/yangchun/reportManage.js +6 -6
  50. package/src/filiale/yangchun/sale.js +12 -8
  51. package/src/filiale/yangchun/webmeterManage.js +5 -5
  52. package/src/reportManage.js +768 -768
  53. package/src/saleManage.js +689 -689
@@ -1,258 +1,258 @@
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">&nbsp;&nbsp;&nbsp;公司&nbsp;&nbsp;&nbsp;</label>
29
- <right-tree @re-res="$parent.$parent.getRes"></right-tree>
30
- </div>
31
- <div class="col-sm-2 form-group">
32
- <label class="font_normal_body">&nbsp;&nbsp;&nbsp;部门&nbsp;&nbsp;&nbsp; </label>
33
- <res-select restype='department'
34
- @res-select="$parent.$parent.getdep"
35
- :parentresid ="$parent.$parent.depresid"
36
- :initresid='$parent.$parent.depid'>
37
- </res-select>
38
-
39
- </div>
40
- <div class="col-sm-2 form-group">
41
- <label class="font_normal_body">&nbsp;&nbsp;&nbsp;人员&nbsp;&nbsp;&nbsp; </label>
42
- <res-select restype='user'
43
- @res-select="$parent.$parent.getuser"
44
- :parentresid="$parent.$parent.userresid"
45
- :initresid='$parent.$parent.operatorid'>
46
- </res-select>
47
- </div>
48
- <div class="col-sm-2 form-group">
49
- <label class="font_normal_body" title="分组项一">分组项一</label>
50
- <v-select :value.sync="model.f_public_group1"
51
- v-model="model.f_public_group1"
52
- v-ref:groupone
53
- :options='$parent.$parent.group1' placeholder='请选择'
54
- close-on-select></v-select>
55
- </div>
56
- <div class="col-sm-2 form-group">
57
- <label class="font_normal_body" title="分组项二">分组项二</label>
58
- <v-select :value.sync="model.f_public_group2"
59
- v-ref:grouptwo
60
- v-model="model.f_public_group2"
61
- :options='$parent.$parent.group2' placeholder='请选择'
62
- close-on-select></v-select>
63
- </div>
64
- <div style = "float:right;">
65
- <button class="button_search" @click="$parent.$parent.searchData()">查询</button>
66
- <report-print id='gasprice' top='3cm' left='0' width='100%' height='100%' :preview="true"></report-print>
67
- <report-excel id='gasprice'></report-excel>
68
- </div>
69
- </div>
70
- </div>
71
- </criteria>
72
- <div partial='list' v-el:handcollect id='gasprice' style="overflow-y: scroll">
73
- <table class='tableprint' style="margin: 0px auto" v-if="!$parent.data.f_files_path">
74
- <thead>
75
- <tr>
76
- <th colspan='6' style="font-weight: bold; text-align: left;">
77
- <h3 style="text-align: center">用气统计报表</h3>
78
- </th>
79
- </tr>
80
- <tr>
81
- <th colspan='6' style="font-weight: normal; text-align: center;">
82
- 开始时间:{{model.model.startDate}}&nbsp;&nbsp;&nbsp;
83
- 结束时间:{{ model.model.endDate }}&nbsp;&nbsp;
84
- </th>
85
- </tr>
86
- <tr>
87
- <th colspan='6' style="font-weight: normal; text-align: center;">
88
- 打印时间:{{{$parent.printTime}}}
89
- </th>
90
- </tr>
91
- <tr>
92
- <th colspan='6' style="font-weight: normal; text-align: center;">
93
- <div>
94
- <span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
95
- <span v-show="$parent.depname.trim()!=''"> 部门:{{$parent.depname}}</span>
96
- </div>
97
- </th>
98
- </tr>
99
- </thead>
100
- <tr>
101
- <td colspan='6' style="font-weight: normal;" id="test">
102
- {{{ model.data.substring(26,model.data.length-8) }}}
103
- </td>
104
- </tr>
105
- <tfoot>
106
- <tr style="text-align: left">
107
- <th colspan='2' style="font-weight: normal; text-align: center;">
108
- 收款人:
109
- </th><th colspan='2' style="font-weight: normal; text-align: center;">
110
- 审核人:
111
- </th><th colspan='2' style="font-weight: normal; text-align: center;">
112
- 经手人:
113
- </th>
114
- </tr>
115
- </tfoot>
116
- </table>
117
- {{{ $parent.reportStr}}}
118
- </div>
119
- </criteria-paged>
120
- </div>
121
- </template>
122
-
123
- <script>
124
- import { DataModel } from 'vue-client'
125
- import co from 'co'
126
- export default {
127
- title: '用气统计报表',
128
- props: ['data'],
129
- data () {
130
- return {
131
- printTime: this.$login.toStandardTimeString(),
132
- depresid: [],
133
- userresid: [],
134
- initres: {
135
- org:[this.$login.f.orgid],
136
- dep:[],
137
- user:[]
138
- },
139
- f_public_group1: '',
140
- f_public_group2: '',
141
- f_orgid: this.$login.f.orgid,
142
- f_depid: this.$login.f.depids,
143
- f_operatorid: this.$login.f.id,
144
- operatorid: [],
145
- depid: [],
146
- orgname: '',
147
- group1Name: '',
148
- group2Name: '',
149
- depname: '',
150
- operatorname: '',
151
- orgCondtionStr: '1=1',
152
- model: new DataModel('api/af-revenue/report/PublicConReport',
153
- {startDate: 'this.model.startDate',
154
- endDate: 'this.model.endDate',
155
- f_orgid: 'this.model.f_orgid',
156
- f_public_group1: 'this.model.f_public_group1[0]',
157
- f_public_group2: 'this.model.f_public_group2[0]',
158
- group1Name: 'this.model.group1Name',
159
- group2Name: 'this.model.group2Name'
160
- }
161
- ),
162
- reportStr: null,
163
- show: false,
164
- spans: ''
165
- }
166
- },
167
- ready () {
168
- this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
169
- this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
170
- // this.$refs.paged.$refs.criteria.search()
171
- },
172
- methods: {
173
- searchData () {
174
- this.$refs.paged.$refs.criteria.search()
175
- },
176
- selfSearch (args) {
177
- this.printTime = this.$login.toStandardTimeString()
178
- this.$refs.paged.$refs.criteria.model.group1Name = this.$refs.paged.$refs.criteria.$refs.groupone.selectedItems
179
- this.$refs.paged.$refs.criteria.model.group2Name = this.$refs.paged.$refs.criteria.$refs.grouptwo.selectedItems
180
- let orgcondition = '1 = 1'
181
- if (this.f_orgid[0]) {
182
- orgcondition += ` and t1.f_orgid in ('${this.f_orgid}')`
183
- }
184
- if (this.f_depid[0]) {
185
- orgcondition += ` and t1.f_depid in ('${this.f_depid}')`
186
- }
187
- if(this.f_operatorid[0]) {
188
- orgcondition += ` and t1.f_operatorid in ('${this.f_operatorid}')`
189
- }
190
- let name1 = args.model.f_public_group1
191
- let name2 = args.model.f_public_group2
192
- if (name1 == null || name1 == '' || name2 == null || name2 == ''){
193
- alert("请选择分组项!!!")
194
- return
195
- }
196
- if (name2.toString() == name1.toString()){
197
- alert("分组项一与分组项二不能重复!!!")
198
- return
199
- }
200
- console.log(args.model.f_public_group1)
201
- this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition
202
- this.$refs.paged.search(args)
203
- },
204
- getRes (obj) {
205
- this.orgname = obj.res[0]
206
- this.depresid = obj.resids
207
- this.f_orgid = obj.resids
208
- },
209
- getdep (obj, val) {
210
- this.depname = val[0]
211
- this.userresid = obj
212
- this.f_depid = obj
213
- },
214
- getuser ( obj, val) {
215
- this.operatorname = val[0]
216
- this.f_operatorid = obj
217
- }
218
- },
219
- watch: {
220
- 'data' (val) {
221
- if (val.f_files_path) {
222
- this.getFileContent(val.f_files_path)
223
- } else {
224
- this.reportStr = null
225
- }
226
- },
227
- 'model.data' (val) {
228
- let tab = document.getElementById('test').children[0]
229
- var tds = tab.getElementsByTagName('td')
230
- var num = 0
231
- for (let td of tds) {
232
- let span = td.getAttribute('colspan')
233
- num = num + ((span ? span : 1) - 0)
234
- }
235
- this.spans = num
236
- }
237
- },
238
- computed: {
239
- group1() {
240
- return [{label:'用户类型', value:'f_user_type'},
241
- {label:'用气性质', value:'f_gasproperties'},
242
- {label:'付款方式', value:'f_payment'},
243
- {label:'气价类型', value:'f_price_name'}]
244
- },
245
- group2() {
246
- return [{label:'用户类型', value:'f_user_type'},
247
- {label:'用气性质', value:'f_gasproperties'},
248
- {label:'付款方式', value:'f_payment'},
249
- {label:'气价类型', value:'f_price_name'}]
250
- }
251
- }
252
- }
253
- </script>
254
- <style scoped>
255
- .noborder{
256
- border: none;
257
- }
258
- </style>
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">&nbsp;&nbsp;&nbsp;公司&nbsp;&nbsp;&nbsp;</label>
29
+ <right-tree @re-res="$parent.$parent.getRes"></right-tree>
30
+ </div>
31
+ <div class="col-sm-2 form-group">
32
+ <label class="font_normal_body">&nbsp;&nbsp;&nbsp;部门&nbsp;&nbsp;&nbsp; </label>
33
+ <res-select restype='department'
34
+ @res-select="$parent.$parent.getdep"
35
+ :parentresid ="$parent.$parent.depresid"
36
+ :initresid='$parent.$parent.depid'>
37
+ </res-select>
38
+
39
+ </div>
40
+ <div class="col-sm-2 form-group">
41
+ <label class="font_normal_body">&nbsp;&nbsp;&nbsp;人员&nbsp;&nbsp;&nbsp; </label>
42
+ <res-select restype='user'
43
+ @res-select="$parent.$parent.getuser"
44
+ :parentresid="$parent.$parent.userresid"
45
+ :initresid='$parent.$parent.operatorid'>
46
+ </res-select>
47
+ </div>
48
+ <div class="col-sm-2 form-group">
49
+ <label class="font_normal_body" title="分组项一">分组项一</label>
50
+ <v-select :value.sync="model.f_public_group1"
51
+ v-model="model.f_public_group1"
52
+ v-ref:groupone
53
+ :options='$parent.$parent.group1' placeholder='请选择'
54
+ close-on-select></v-select>
55
+ </div>
56
+ <div class="col-sm-2 form-group">
57
+ <label class="font_normal_body" title="分组项二">分组项二</label>
58
+ <v-select :value.sync="model.f_public_group2"
59
+ v-ref:grouptwo
60
+ v-model="model.f_public_group2"
61
+ :options='$parent.$parent.group2' placeholder='请选择'
62
+ close-on-select></v-select>
63
+ </div>
64
+ <div style = "float:right;">
65
+ <button class="button_search" @click="$parent.$parent.searchData()">查询</button>
66
+ <report-print id='gasprice' top='3cm' left='0' width='100%' height='100%' :preview="true"></report-print>
67
+ <report-excel id='gasprice'></report-excel>
68
+ </div>
69
+ </div>
70
+ </div>
71
+ </criteria>
72
+ <div partial='list' v-el:handcollect id='gasprice' style="overflow-y: scroll">
73
+ <table class='tableprint' style="margin: 0px auto" v-if="!$parent.data.f_files_path">
74
+ <thead>
75
+ <tr>
76
+ <th colspan='6' style="font-weight: bold; text-align: left;">
77
+ <h3 style="text-align: center">用气统计报表</h3>
78
+ </th>
79
+ </tr>
80
+ <tr>
81
+ <th colspan='6' style="font-weight: normal; text-align: center;">
82
+ 开始时间:{{model.model.startDate}}&nbsp;&nbsp;&nbsp;
83
+ 结束时间:{{ model.model.endDate }}&nbsp;&nbsp;
84
+ </th>
85
+ </tr>
86
+ <tr>
87
+ <th colspan='6' style="font-weight: normal; text-align: center;">
88
+ 打印时间:{{{$parent.printTime}}}
89
+ </th>
90
+ </tr>
91
+ <tr>
92
+ <th colspan='6' style="font-weight: normal; text-align: center;">
93
+ <div>
94
+ <span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
95
+ <span v-show="$parent.depname.trim()!=''"> 部门:{{$parent.depname}}</span>
96
+ </div>
97
+ </th>
98
+ </tr>
99
+ </thead>
100
+ <tr>
101
+ <td colspan='6' style="font-weight: normal;" id="test">
102
+ {{{ model.data.substring(26,model.data.length-8) }}}
103
+ </td>
104
+ </tr>
105
+ <tfoot>
106
+ <tr style="text-align: left">
107
+ <th colspan='2' style="font-weight: normal; text-align: center;">
108
+ 收款人:
109
+ </th><th colspan='2' style="font-weight: normal; text-align: center;">
110
+ 审核人:
111
+ </th><th colspan='2' style="font-weight: normal; text-align: center;">
112
+ 经手人:
113
+ </th>
114
+ </tr>
115
+ </tfoot>
116
+ </table>
117
+ {{{ $parent.reportStr}}}
118
+ </div>
119
+ </criteria-paged>
120
+ </div>
121
+ </template>
122
+
123
+ <script>
124
+ import { DataModel } from 'vue-client'
125
+ import co from 'co'
126
+ export default {
127
+ title: '用气统计报表',
128
+ props: ['data'],
129
+ data () {
130
+ return {
131
+ printTime: this.$login.toStandardTimeString(),
132
+ depresid: [],
133
+ userresid: [],
134
+ initres: {
135
+ org:[this.$login.f.orgid],
136
+ dep:[],
137
+ user:[]
138
+ },
139
+ f_public_group1: '',
140
+ f_public_group2: '',
141
+ f_orgid: this.$login.f.orgid,
142
+ f_depid: this.$login.f.depids,
143
+ f_operatorid: this.$login.f.id,
144
+ operatorid: [],
145
+ depid: [],
146
+ orgname: '',
147
+ group1Name: '',
148
+ group2Name: '',
149
+ depname: '',
150
+ operatorname: '',
151
+ orgCondtionStr: '1=1',
152
+ model: new DataModel('api/af-revenue/report/PublicConReport',
153
+ {startDate: 'this.model.startDate',
154
+ endDate: 'this.model.endDate',
155
+ f_orgid: 'this.model.f_orgid',
156
+ f_public_group1: 'this.model.f_public_group1[0]',
157
+ f_public_group2: 'this.model.f_public_group2[0]',
158
+ group1Name: 'this.model.group1Name',
159
+ group2Name: 'this.model.group2Name'
160
+ }
161
+ ),
162
+ reportStr: null,
163
+ show: false,
164
+ spans: ''
165
+ }
166
+ },
167
+ ready () {
168
+ this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
169
+ this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
170
+ // this.$refs.paged.$refs.criteria.search()
171
+ },
172
+ methods: {
173
+ searchData () {
174
+ this.$refs.paged.$refs.criteria.search()
175
+ },
176
+ selfSearch (args) {
177
+ this.printTime = this.$login.toStandardTimeString()
178
+ this.$refs.paged.$refs.criteria.model.group1Name = this.$refs.paged.$refs.criteria.$refs.groupone.selectedItems
179
+ this.$refs.paged.$refs.criteria.model.group2Name = this.$refs.paged.$refs.criteria.$refs.grouptwo.selectedItems
180
+ let orgcondition = '1 = 1'
181
+ if (this.f_orgid[0]) {
182
+ orgcondition += ` and t1.f_orgid in ('${this.f_orgid}')`
183
+ }
184
+ if (this.f_depid[0]) {
185
+ orgcondition += ` and t1.f_depid in ('${this.f_depid}')`
186
+ }
187
+ if(this.f_operatorid[0]) {
188
+ orgcondition += ` and t1.f_operatorid in ('${this.f_operatorid}')`
189
+ }
190
+ let name1 = args.model.f_public_group1
191
+ let name2 = args.model.f_public_group2
192
+ if (name1 == null || name1 == '' || name2 == null || name2 == ''){
193
+ alert("请选择分组项!!!")
194
+ return
195
+ }
196
+ if (name2.toString() == name1.toString()){
197
+ alert("分组项一与分组项二不能重复!!!")
198
+ return
199
+ }
200
+ console.log(args.model.f_public_group1)
201
+ this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition
202
+ this.$refs.paged.search(args)
203
+ },
204
+ getRes (obj) {
205
+ this.orgname = obj.res[0]
206
+ this.depresid = obj.resids
207
+ this.f_orgid = obj.resids
208
+ },
209
+ getdep (obj, val) {
210
+ this.depname = val[0]
211
+ this.userresid = obj
212
+ this.f_depid = obj
213
+ },
214
+ getuser ( obj, val) {
215
+ this.operatorname = val[0]
216
+ this.f_operatorid = obj
217
+ }
218
+ },
219
+ watch: {
220
+ 'data' (val) {
221
+ if (val.f_files_path) {
222
+ this.getFileContent(val.f_files_path)
223
+ } else {
224
+ this.reportStr = null
225
+ }
226
+ },
227
+ 'model.data' (val) {
228
+ let tab = document.getElementById('test').children[0]
229
+ var tds = tab.getElementsByTagName('td')
230
+ var num = 0
231
+ for (let td of tds) {
232
+ let span = td.getAttribute('colspan')
233
+ num = num + ((span ? span : 1) - 0)
234
+ }
235
+ this.spans = num
236
+ }
237
+ },
238
+ computed: {
239
+ group1() {
240
+ return [{label:'用户类型', value:'f_user_type'},
241
+ {label:'用气性质', value:'f_gasproperties'},
242
+ {label:'付款方式', value:'f_payment'},
243
+ {label:'气价类型', value:'f_price_name'}]
244
+ },
245
+ group2() {
246
+ return [{label:'用户类型', value:'f_user_type'},
247
+ {label:'用气性质', value:'f_gasproperties'},
248
+ {label:'付款方式', value:'f_payment'},
249
+ {label:'气价类型', value:'f_price_name'}]
250
+ }
251
+ }
252
+ }
253
+ </script>
254
+ <style scoped>
255
+ .noborder{
256
+ border: none;
257
+ }
258
+ </style>