sale-client 3.6.251 → 3.6.252

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": "sale-client",
3
- "version": "3.6.251",
3
+ "version": "3.6.252",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -274,6 +274,9 @@
274
274
  <th>
275
275
  <nobr>客户电话</nobr>
276
276
  </th>
277
+ <th>
278
+ <nobr>表号</nobr>
279
+ </th>
277
280
  <th>
278
281
  <nobr>备用电话</nobr>
279
282
  </th>
@@ -368,6 +371,9 @@
368
371
  <td style="text-align: center;">
369
372
  <nobr>{{row.f_user_phone}}</nobr>
370
373
  </td>
374
+ <td style="text-align: center;">
375
+ <nobr>{{row.f_meternumber}}</nobr>
376
+ </td>
371
377
  <td style="text-align: center;">
372
378
  <nobr>{{row.f_rent_phone}}</nobr>
373
379
  </td>
@@ -890,7 +896,7 @@
890
896
  'f_gasproperties': '用气性质', 'f_comments': '备注', 'c': '欠费期数', 'f_hand_date': '欠费区间', 'f_oughtamount': '用气量',
891
897
  'f_oughtfee': '用气金额','f_operate_date': '缴费时间', 'f_debt_money': '已交金额', 'f_oughtfee_new': '应交气费',
892
898
  'overdue': '违约金', 'f_garbage_fee': '附加费','f_last_tablebase': '上期抄表底数','f_tablebase': '本期抄表底数','f_balance': '上期余额',
893
- 'f_oughtfee_all': '合计欠费金额','f_oughtfee_col': '实际欠费金额','f_cost_type':'缴费方式'
899
+ 'f_oughtfee_all': '合计欠费金额','f_oughtfee_col': '实际欠费金额','f_cost_type':'缴费方式', 'f_meternumber':'表号'
894
900
  }
895
901
  },
896
902
  usertypes() {
@@ -330,6 +330,9 @@
330
330
  <th>
331
331
  <nobr>本期底数</nobr>
332
332
  </th>
333
+ <th>
334
+ <nobr>备注</nobr>
335
+ </th>
333
336
  <th>
334
337
  <nobr>用气量</nobr>
335
338
  </th>
@@ -448,9 +451,6 @@
448
451
  <th>
449
452
  <nobr>公司</nobr>
450
453
  </th>
451
- <th>
452
- <nobr>备注</nobr>
453
- </th>
454
454
 
455
455
  </tr>
456
456
  </template>
@@ -503,6 +503,9 @@
503
503
  <td style="text-align: center;">
504
504
  <nobr>{{row.f_tablebase}}</nobr>
505
505
  </td>
506
+ <td style="text-align: center;">
507
+ <nobr>{{row.f_comments}}</nobr>
508
+ </td>
506
509
  <td style="text-align: center;">
507
510
  <nobr>{{row.f_oughtamount}}</nobr>
508
511
  </td>
@@ -621,9 +624,6 @@
621
624
  <td style="text-align: center;">
622
625
  <nobr>{{row.f_orgname}}</nobr>
623
626
  </td>
624
- <td style="text-align: center;">
625
- <nobr>{{row.f_comments}}</nobr>
626
- </td>
627
627
 
628
628
  </template>
629
629
  <template partial='foot'></template>