manage-client 4.1.27 → 4.1.28

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.
File without changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.1.27",
3
+ "version": "4.1.28",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -637,10 +637,10 @@
637
637
  <nobr>{{row.f_tablebase }}</nobr>
638
638
  </td>
639
639
  <td style="text-align: center;">
640
- <nobr>{{row.f_pregas}}</nobr>
640
+ <nobr>{{(row.f_pregas - 0).toFixed(2)}}</nobr>
641
641
  </td>
642
642
  <td style="text-align: center;">
643
- <nobr>{{row.fee}}</nobr>
643
+ <nobr>{{(row.fee - 0).toFixed(2)}}</nobr>
644
644
  </td>
645
645
  <!-- &lt;!&ndash;用气量&ndash;&gt;-->
646
646
  <!-- <td style="text-align: center;">-->
@@ -658,7 +658,7 @@
658
658
  <nobr>{{row.f_delaypay}}</nobr>
659
659
  </td>
660
660
  <td style="text-align: center;">
661
- <nobr>{{row.f_preamount}}</nobr>
661
+ <nobr>{{(row.f_preamount - 0).toFixed(2)}}</nobr>
662
662
  </td>
663
663
  <td style="text-align: center;">
664
664
  <nobr>{{row.f_charge_money}}</nobr>
@@ -667,11 +667,11 @@
667
667
  <nobr>{{row.f_yucun}}</nobr>
668
668
  </td>
669
669
  <td style="text-align: center;">
670
- <nobr v-if="row.f_meter_type === '物联网表'">{{row.f_balance_amount}}</nobr>
671
- <nobr v-else>{{row.f_balance}}</nobr>
670
+ <nobr v-if="row.f_meter_type === '物联网表'">{{(row.f_balance_amount - 0).toFixed(2)}}</nobr>
671
+ <nobr v-else>{{(row.f_balance - 0).toFixed(2)}}</nobr>
672
672
  </td>
673
673
  <td style="text-align: center;">
674
- <nobr>{{row.f_collection}}</nobr>
674
+ <nobr>{{(row.f_collection - 0).toFixed(2)}}</nobr>
675
675
  </td>
676
676
  <!--<td style="text-align: center;">-->
677
677
  <!--<nobr>{{row.f_rest_date}}</nobr>-->
@@ -685,8 +685,8 @@
685
685
 
686
686
 
687
687
  <td style="text-align: center;">
688
- <nobr v-if="row.f_meter_type === '物联网表'">{{row.f_curbalance_amount}}</nobr>
689
- <nobr v-else>{{row.f_curbalance}}</nobr>
688
+ <nobr v-if="row.f_meter_type === '物联网表'">{{(row.f_curbalance_amount - 0).toFixed(2)}}</nobr>
689
+ <nobr v-else>{{(row.f_curbalance - 0).toFixed(2)}}</nobr>
690
690
  </td>
691
691
  <td style="text-align: center;">
692
692
  <nobr>{{row.f_payment}}</nobr>
@@ -765,7 +765,7 @@
765
765
  <nobr>{{row.f_corr_operate_date}}</nobr>
766
766
  </td>
767
767
  <td style="text-align: center;">
768
- <nobr>{{row.f_stairamount1}}</nobr>
768
+ <nobr>{{(row.f_stairamount1 - 0).toFixed(2)}}</nobr>
769
769
  </td>
770
770
  <td style="text-align: center;">
771
771
  <nobr>{{row.f_stair1price}}</nobr>
@@ -774,7 +774,7 @@
774
774
  <nobr>{{(row.f_stair1fee - 0).toFixed(2)}}</nobr>
775
775
  </td>
776
776
  <td style="text-align: center;">
777
- <nobr>{{row.f_stair2amount}}</nobr>
777
+ <nobr>{{(row.f_stair2amount - 0).toFixed(2)}}</nobr>
778
778
  </td>
779
779
  <td style="text-align: center;">
780
780
  <nobr>{{row.f_stair2price}}</nobr>
@@ -783,7 +783,7 @@
783
783
  <nobr>{{(row.f_stair2fee - 0).toFixed(2)}}</nobr>
784
784
  </td>
785
785
  <td style="text-align: center;">
786
- <nobr>{{row.f_stair3amount}}</nobr>
786
+ <nobr>{{(row.f_stair3amount - 0).toFixed(2)}}</nobr>
787
787
  </td>
788
788
  <td style="text-align: center;">
789
789
  <nobr>{{row.f_stair3price}}</nobr>
@@ -814,43 +814,43 @@
814
814
  汇总信息
815
815
  </td>
816
816
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
817
- 气量合计:&emsp;{{sumsmodel.f_pregas}}
817
+ 气量合计:&emsp;{{(sumsmodel.f_pregas - 0).toFixed(2)}}
818
818
  </td>
819
819
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
820
- 应交金额合计:&emsp;{{sumsmodel.fee}}
820
+ 应交金额合计:&emsp;{{(sumsmodel.fee - 0).toFixed(2)}}
821
821
  </td>
822
822
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
823
823
  违约金合计:&emsp;{{sumsmodel.f_delaypay}}
824
824
  </td>
825
825
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
826
- 燃气费合计:&emsp;{{sumsmodel.f_preamount}}
826
+ 燃气费合计:&emsp;{{(sumsmodel.f_preamount - 0).toFixed(2)}}
827
827
  </td>
828
828
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
829
829
  预存金额合计:&emsp;{{sumsmodel.f_yucun}}
830
830
  </td>
831
831
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
832
- 收款合计:&emsp;{{sumsmodel.f_collection}}
832
+ 收款合计:&emsp;{{(sumsmodel.f_collection - 0).toFixed(2)}}
833
833
  </td>
834
834
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
835
835
  优惠合计:&emsp;{{sumsmodel.f_privilege_money}}
836
836
  </td>
837
837
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
838
- 一阶气量合计:&emsp;{{sumsmodel.f_stairamount1}}
838
+ 一阶气量合计:&emsp;{{(sumsmodel.f_stairamount1 -0).toFixed(2)}}
839
839
  </td>
840
840
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
841
- 一阶气费合计:&emsp;{{sumsmodel.f_stair1fee}}
841
+ 一阶气费合计:&emsp;{{(sumsmodel.f_stair1fee - 0).toFixed(2)}}
842
842
  </td>
843
843
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
844
- 二阶气量合计:&emsp;{{sumsmodel.f_stair2amount}}
844
+ 二阶气量合计:&emsp;{{(sumsmodel.f_stair2amount - 0).toFixed(2)}}
845
845
  </td>
846
846
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
847
- 二阶气费合计:&emsp;{{sumsmodel.f_stair2fee}}
847
+ 二阶气费合计:&emsp;{{(sumsmodel.f_stair2fee - 0).toFixed(2)}}
848
848
  </td>
849
849
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
850
- 三阶气量合计:&emsp;{{sumsmodel.f_stair3amount}}
850
+ 三阶气量合计:&emsp;{{(sumsmodel.f_stair3amount - 0).toFixed(2)}}
851
851
  </td>
852
852
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
853
- 三阶气费合计:&emsp;{{sumsmodel.f_stair3fee}}
853
+ 三阶气费合计:&emsp;{{(sumsmodel.f_stair3fee - 0).toFixed(2)}}
854
854
  </td>
855
855
  </tr>
856
856
  </table>