manage-client 4.0.25 → 4.0.26

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.0.25",
3
+ "version": "4.0.26",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -257,6 +257,9 @@
257
257
  <th>
258
258
  <nobr>抄表员</nobr>
259
259
  </th>
260
+ <th>
261
+ <nobr>表册名称</nobr>
262
+ </th>
260
263
  <th>
261
264
  <nobr>表册片区</nobr>
262
265
  </th>
@@ -362,6 +365,9 @@
362
365
  <td style="text-align: center;">
363
366
  <nobr>{{row.f_inputtor}}</nobr>
364
367
  </td>
368
+ <td style="text-align: center;">
369
+ <nobr>{{row.f_book_name}}</nobr>
370
+ </td>
365
371
  <td style="text-align: center;">
366
372
  <nobr>{{row.f_book_slice_area}}</nobr>
367
373
  </td>
@@ -458,6 +464,30 @@
458
464
  style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
459
465
  用气金额合计:&emsp;{{sumsmodel.f_oughtfee}}
460
466
  </td>
467
+ <td
468
+ style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
469
+ 一阶气量:&emsp;{{sumsmodel.f_stairamount1}}
470
+ </td>
471
+ <td
472
+ style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
473
+ 一阶金额合计:&emsp;{{sumsmodel.f_stair1fee}}
474
+ </td>
475
+ <td
476
+ style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
477
+ 二阶气量合计:&emsp;{{sumsmodel.f_stairamount2}}
478
+ </td>
479
+ <td
480
+ style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
481
+ 二阶金额合计:&emsp;{{sumsmodel.f_stair2fee}}
482
+ </td>
483
+ <td
484
+ style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
485
+ 三阶气量合计:&emsp;{{sumsmodel.f_stairamount3}}
486
+ </td>
487
+ <td
488
+ style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
489
+ 三阶金额合计:&emsp;{{sumsmodel.f_stair3fee}}
490
+ </td>
461
491
  </tr>
462
492
  </table>
463
493
  </div>
@@ -501,7 +531,13 @@ import exportConfig from './config/exportConfig'
501
531
  f_preamount: 0,
502
532
  f_collection: 0,
503
533
  f_oughtamount: 0,
504
- f_oughtfee: 0
534
+ f_oughtfee: 0,
535
+ f_stairamount1: 0,
536
+ f_stair1fee: 0,
537
+ f_stairamount2: 0,
538
+ f_stair2fee: 0,
539
+ f_stairamount3: 0,
540
+ f_stair3fee: 0
505
541
  }),
506
542
  initres: {
507
543
  org: [this.$login.f.orgid],
@@ -1035,6 +1035,7 @@ export default {
1035
1035
  "f_meter_brand": "气表品牌",
1036
1036
  "f_meter_classify": "气表类型",
1037
1037
  "f_inputtor": "抄表员",
1038
+ 'f_book_name': '表册名称',
1038
1039
  "f_book_slice_area": "表册片区",
1039
1040
  "f_hand_number": "抄表次数",
1040
1041
  "f_date": "抄表区间",
@@ -231,6 +231,7 @@ export default {
231
231
  'f_olduserinfo_code': '档案编号',
232
232
  'f_user_name': '客户名称',
233
233
  'f_user_phone': '客户电话',
234
+ 'f_idnumber': '身份证号',
234
235
  'f_address': '客户地址',
235
236
  'f_zones': '片区',
236
237
  'f_is_mgq': '是否煤改气',