manage-client 4.1.92 → 4.1.93

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.1.92",
3
+ "version": "4.1.93",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -194,10 +194,10 @@
194
194
  <th style="text-align:center"><nobr>上报日期</nobr></th>
195
195
  <th style="text-align:center" title="安装户数=正常户数+停用户数+未注册户数"><nobr>安装户数</nobr></th>
196
196
 
197
- <th style="text-align:center" title="停用户数:表具状态为停用的用户数"><nobr>停用户数</nobr></th>
198
- <th style="text-align:center" title="在用户数:表具状态为正常的用户数"><nobr>在用户数</nobr></th>
197
+ <!-- <th style="text-align:center" title="停用户数:表具状态为停用的用户数"><nobr>停用户数</nobr></th>-->
198
+ <!-- <th style="text-align:center" title="在用户数:表具状态为正常的用户数"><nobr>在用户数</nobr></th>-->
199
199
 
200
- <th style="text-align:center" title="用户使用率=在用户数/正常户数"><nobr>用户使用率</nobr></th>
200
+ <!-- <th style="text-align:center" title="用户使用率=在用户数/正常户数"><nobr>用户使用率</nobr></th>-->
201
201
  <th style="text-align:center"><nobr>抄表成功户数</nobr></th>
202
202
  <th style="text-align:center"><nobr>总用气量</nobr></th>
203
203
  <th style="text-align:center"><nobr>总用气金额</nobr></th>
@@ -214,10 +214,10 @@
214
214
  <td style="text-align:center;width: 170px;"><nobr>{{row.f_insert_date}}</nobr></td>
215
215
  <td style="text-align:center">{{row.anzhuang}}</td>
216
216
 
217
- <th style="text-align:center">{{row.c0}}</th>
218
- <td style="text-align:center"><nobr>{{row.c}}</nobr></td>
217
+ <!-- <th style="text-align:center">{{row.c0}}</th>-->
218
+ <!-- <td style="text-align:center"><nobr>{{row.c}}</nobr></td>-->
219
219
 
220
- <td style="text-align:center"><nobr>{{row.user_bv}}%</nobr></td>
220
+ <!-- <td style="text-align:center"><nobr>{{row.user_bv}}%</nobr></td>-->
221
221
  <!--<td style="text-align:center"><nobr>{{row.f_gas}}</nobr></td>-->
222
222
  <td style="text-align:center">{{row.c1}}</td>
223
223
  <td style="text-align:center">{{row.f_gas_all}}</td>
@@ -300,8 +300,6 @@
300
300
  "rownumber":"序号",
301
301
  "f_insert_date":"上报日期",
302
302
  "anzhuang":"安装户数",
303
- "c0":"停用户数",
304
- "c":"在用户数","user_bv":"用户使用率",
305
303
  "c1":"抄表成功户数",
306
304
  "f_gas_all":"总用气量",
307
305
  "f_fee_all":"总用气金额",
@@ -284,6 +284,9 @@
284
284
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
285
285
  期间充值金额:&emsp;{{sumsmodel.f_collection}}
286
286
  </td>
287
+ <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
288
+ 期末余额:&emsp;{{sumsmodel.f_curbalance}}
289
+ </td>
287
290
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
288
291
  一阶气量合计:&emsp;{{sumsmodel.f_stairamount1}}
289
292
  </td>
@@ -357,6 +360,7 @@
357
360
  f_oughtamount: 0,
358
361
  f_oughtfee: 0,
359
362
  f_collection:0,
363
+ f_curbalance: 0,
360
364
  f_stairamount1:0,
361
365
  f_stair1fee:0,
362
366
  f_stairamount2:0,