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
|
@@ -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
|
用气金额合计: {{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
|
+
一阶气量: {{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
|
+
一阶金额合计: {{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
|
+
二阶气量合计: {{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
|
+
二阶金额合计: {{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
|
+
三阶气量合计: {{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
|
+
三阶金额合计: {{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],
|