manage-client 3.3.188 → 3.3.190

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.
@@ -33,6 +33,9 @@
33
33
  <tabs header="物联网表结算分析" v-if="permission('物联网表结算分析')">
34
34
  <webmeter-settlement-analysis v-if="show.includes('物联网表结算分析')"></webmeter-settlement-analysis>
35
35
  </tabs>
36
+ <tabs header="物联用户月度结算查询" v-if="permission('物联用户月度结算查询')">
37
+ <webhand-month-gas v-if="show.includes('物联用户月度结算查询')"></webhand-month-gas>
38
+ </tabs>
36
39
  </tab-button>
37
40
 
38
41
  </template>
@@ -32,7 +32,7 @@
32
32
  @res-select="getRes"
33
33
  :initresid="model.id">
34
34
  </res-select>
35
- <button class="button_search button_spacing" @click="changePage()">下一页</button>
35
+ <button class="button_search button_spacing" @click="changePage()">下一页</button>
36
36
  </div>
37
37
  </div>
38
38
  </div>
@@ -67,7 +67,7 @@
67
67
  </div>
68
68
  </div>
69
69
  <div style="height: 97%;" v-if="showPage === 2">
70
- <iframe src="http://119.187.112.234:9528/#/delink?link=Y8I%2FK%2FiIq6HlCQCQx8xG%2FeAj2GQ%2Fg1nl7jXauckQJhZrEPV%2BRkyF3HthpF4LVC8pS6MDn5%2BLiEM7mYEgROEQtQ&user=qDn45GDQ0K0EVNcpZy2VoQxHult9RhbeRPXLrq%2BCQz152dmng0uyBYBWn7EjcF2YwD44XdF0gda5h6oFHwJqkg"
70
+ <iframe src="http://119.187.112.234:9528/#/delink?link=Xun1W4ColEjaBrsR7uQqq%2FlLRaqpur8ZLnbuwSovQJxkK%2F%2Bqs7bEbonCchQM%2BGwmojs%2BbvtBuc9zdBl3miXOZQ&user=yrh0a7xtbSypdtka86RCIhSxZUjIWE688Z%2BWgADSW%2BqCmrEPVvMXYtymOZkdto39pSXjNdw%2BOe25pTYGZkNuMw"
71
71
  width="100%" height="100%" style="border: none;" ></iframe>
72
72
  <!-- <div class="flex-row" style="flex: 1;height: 96%">-->
73
73
  <!-- <div style="flex: 1">-->
@@ -261,6 +261,12 @@
261
261
  <th><nobr>最后抄表日期</nobr></th>
262
262
  <th><nobr>用气量</nobr></th>
263
263
  <th><nobr>用气金额</nobr></th>
264
+ <th><nobr>一阶气量</nobr></th>
265
+ <th><nobr>一阶金额</nobr></th>
266
+ <th><nobr>二阶气量</nobr></th>
267
+ <th><nobr>二阶金额</nobr></th>
268
+ <th><nobr>三阶气量</nobr></th>
269
+ <th><nobr>三阶金额</nobr></th>
264
270
  <th><nobr>欠费月数</nobr></th>
265
271
  <th><nobr>欠费条数</nobr></th>
266
272
  <th><nobr>欠费月平均气量</nobr></th>
@@ -291,6 +297,14 @@
291
297
  <th style="text-align: center;"><nobr>{{row.end_time}}</nobr></th>
292
298
  <th style="text-align: center;"><nobr>{{row.f_oughtamount}}</nobr></th>
293
299
  <th style="text-align: center;"><nobr>{{row.f_oughtfee}}</nobr></th>
300
+
301
+ <th style="text-align: center;"><nobr>{{row.f_stair_gas1}}</nobr></th>
302
+ <th style="text-align: center;"><nobr>{{row.f_stair_money1}}</nobr></th>
303
+ <th style="text-align: center;"><nobr>{{row.f_stair_gas2}}</nobr></th>
304
+ <th style="text-align: center;"><nobr>{{row.f_stair_money2}}</nobr></th>
305
+ <th style="text-align: center;"><nobr>{{row.f_stair_gas3}}</nobr></th>
306
+ <th style="text-align: center;"><nobr>{{row.f_stair_money3}}</nobr></th>
307
+
294
308
  <th style="text-align: center;"><nobr>{{row.qianfei_month_num}}</nobr></th>
295
309
  <th style="text-align: center;"><nobr>{{row.qianfei_num}}</nobr></th>
296
310
  <th style="text-align: center;"><nobr>{{row.qianfei_avg_gas}}</nobr></th>
@@ -304,6 +318,14 @@
304
318
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">汇总信息</td>
305
319
  <td style="display: inline-block;width: auto;border-right: 1px solid #f2f6fa;padding: 0px 10px 0px 10px;font-weight: bold">总用气量:&emsp;&emsp;{{sumsmodel.f_oughtamount}}</td>
306
320
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">总用气金额:&emsp;&emsp;{{sumsmodel.f_oughtfee}}</td>
321
+
322
+ <td style="display: inline-block;width: auto;border-right: 1px solid #f2f6fa;padding: 0px 10px 0px 10px;font-weight: bold">一阶气量:&emsp;&emsp;{{sumsmodel.f_stair_gas1}}</td>
323
+ <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">一阶金额:&emsp;&emsp;{{sumsmodel.f_stair_money1}}</td>
324
+ <td style="display: inline-block;width: auto;border-right: 1px solid #f2f6fa;padding: 0px 10px 0px 10px;font-weight: bold">二阶气量:&emsp;&emsp;{{sumsmodel.f_stair_gas2}}</td>
325
+ <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">二阶金额:&emsp;&emsp;{{sumsmodel.f_stair_money2}}</td>
326
+ <td style="display: inline-block;width: auto;border-right: 1px solid #f2f6fa;padding: 0px 10px 0px 10px;font-weight: bold">三阶气量:&emsp;&emsp;{{sumsmodel.f_stair_gas3}}</td>
327
+ <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">三阶金额:&emsp;&emsp;{{sumsmodel.f_stair_money3}}</td>
328
+
307
329
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">总欠费条数:&emsp;&emsp;{{sumsmodel.qianfei_num}}</td>
308
330
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">总欠费气量:&emsp;{{sumsmodel.f_totalowe_gas}}</td>
309
331
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">总欠费金额:&emsp;{{sumsmodel.f_totalowe_fee}}</td>
@@ -348,6 +370,12 @@
348
370
  model: new PagedList('api/af-revenue/sql/getGasInspection', 50,{mycondition:'this.model.model.mycondition'},{
349
371
  f_oughtamount:0,
350
372
  f_oughtfee:0,
373
+ f_stair_gas1:0,
374
+ f_stair_money1:0,
375
+ f_stair_gas2:0,
376
+ f_stair_money2:0,
377
+ f_stair_gas3:0,
378
+ f_stair_money3:0,
351
379
  qianfei_num:0,
352
380
  f_totalowe_gas:0,
353
381
  f_totalowe_fee:0
@@ -622,6 +650,12 @@
622
650
  'f_meter_base': '表底数',
623
651
  'f_oughtamount': '用气量',
624
652
  'f_oughtfee': '用气金额',
653
+ 'f_stair_gas1': '一阶气量',
654
+ 'f_stair_money1': '一阶金额',
655
+ 'f_stair_gas2': '二阶气量',
656
+ 'f_stair_money2': '二阶金额',
657
+ 'f_stair_gas3': '三阶气量',
658
+ 'f_stair_money3': '三阶金额',
625
659
  'qianfei_month_num': '欠费月数',
626
660
  'qianfei_num': '欠费条数',
627
661
  'qianfei_avg_gas': '欠费月平均气量',
@@ -123,5 +123,8 @@ export default function () {
123
123
 
124
124
  // 石泉异常分析单页面
125
125
  Vue.component('total-exception-by-meter-sq', (resolve) => { require(['./components/webmeter/newwebmeter/NewException/TotalExceptionByMeterShiQuan'], resolve) })
126
+
127
+ // 物联用户月度结算查询
128
+ Vue.component('webhand-month-gas', (resolve) => { require(['./components/webmeter/newwebmeter/WebhandMonthGas.vue'], resolve) })
126
129
  }
127
130
 
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Wed Apr 17 11:12:27 CST 2024
2
- gradle.version=7.4
Binary file
File without changes