manage-client 3.3.238 → 3.3.240
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 +1 -1
- package/src/components/sale/config/exportConfig.js +4 -1
- package/src/components/webmeter/report/ReportList.vue +19 -0
- package/src/filiale/hantou/RecordInfoQuery.vue +1512 -0
- package/src/filiale/hantou/sale.js +4 -0
- package/src/filiale/qingtongxia/RecordInfoQuery.vue +2 -2
- package/src/filiale/qingtongxia/config/exportConfig.js +1 -1
- package/src/filiale/yangchun/ChangeMeterQuery.vue +6 -0
- package/src/filiale/yangchun/ChargeQuery.vue +1454 -0
- package/src/filiale/yangchun/HandplanQuery.vue +18 -0
- package/src/filiale/yangchun/config/exportConfig.js +9 -2
- package/src/filiale/yangchun/sale.js +8 -0
- package/src/main.js +1 -1
- package/src/filiale/kelai/WebmeterQuery.vue +0 -77
|
@@ -385,8 +385,8 @@
|
|
|
385
385
|
<th><nobr>抄表册编号</nobr></th>
|
|
386
386
|
|
|
387
387
|
<th><nobr>抄表册顺序</nobr></th>
|
|
388
|
+
<th><nobr>系统剩余金额</nobr></th>
|
|
388
389
|
<th><nobr>表剩余金额</nobr></th>
|
|
389
|
-
<th><nobr>用户系统余额</nobr></th>
|
|
390
390
|
<!-- <th><nobr>首次购气日期</nobr></th>-->
|
|
391
391
|
<th><nobr>写卡次数</nobr></th>
|
|
392
392
|
<th><nobr>补卡次数</nobr></th>
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
|
|
489
489
|
<td style="text-align: center;"><nobr>{{row.f_meter_book_sort}}</nobr></td>
|
|
490
490
|
<td style="text-align: center;"><nobr>{{row.f_balance_amount}}</nobr></td>
|
|
491
|
-
<td style="text-align: center;"><nobr>{{row.
|
|
491
|
+
<td style="text-align: center;"><nobr>{{row.f_jval}}</nobr></td>
|
|
492
492
|
<!-- <td style="text-align: center;"><nobr>{{row.f_min_operate_date}}</nobr></td>-->
|
|
493
493
|
<td style="text-align: center;"><nobr>{{row.f_times}}</nobr></td>
|
|
494
494
|
<td style="text-align: center;"><nobr>{{row.f_fillcard_times}}</nobr></td>
|
|
@@ -137,7 +137,7 @@ export default{
|
|
|
137
137
|
'f_book_inputtor': '档案抄表员',
|
|
138
138
|
'f_install_person': '安装人', 'f_gas_person': '通气人',
|
|
139
139
|
'f_meter_book_num': '抄表册编号', 'f_meter_book_sort': '抄表册顺序',
|
|
140
|
-
'f_balance_amount': '表剩余金额', '
|
|
140
|
+
'f_balance_amount': '表剩余金额', 'f_times': '写卡次数',
|
|
141
141
|
'f_fillcard_times': '补卡次数', 'f_sendsuccess': '表同步状态', 'f_isband': '微信绑定', 'f_cost_type': '缴费类型'
|
|
142
142
|
, 'f_bank_accopen': '银行户名', 'f_bank_name': '银行名称', 'f_bank_account': '银行账号',
|
|
143
143
|
'f_bank_idnumber': '银行身份证号', 'f_bank_pay_number': '缴费编号', 'f_userfiles_address': '用气点名'
|
|
@@ -245,6 +245,9 @@
|
|
|
245
245
|
<th>
|
|
246
246
|
<nobr>新表号</nobr>
|
|
247
247
|
</th>
|
|
248
|
+
<th>
|
|
249
|
+
<nobr>旧表底数</nobr>
|
|
250
|
+
</th>
|
|
248
251
|
<th>
|
|
249
252
|
<nobr>新表初始底数</nobr>
|
|
250
253
|
</th>
|
|
@@ -339,6 +342,9 @@
|
|
|
339
342
|
<td style="text-align: center;">
|
|
340
343
|
<nobr>{{row.f_meternumber}}</nobr>
|
|
341
344
|
</td>
|
|
345
|
+
<td style="text-align: center;">
|
|
346
|
+
<nobr>{{row.f_meter_base_old}}</nobr>
|
|
347
|
+
</td>
|
|
342
348
|
<td style="text-align: center;">
|
|
343
349
|
<nobr>{{row.f_initial_base}}</nobr>
|
|
344
350
|
</td>
|