manage-client 3.2.270 → 3.2.271
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
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
<nobr>{{row.f_times}}</nobr>
|
|
552
552
|
</td>
|
|
553
553
|
<td style="text-align: center;">
|
|
554
|
-
<nobr>{{row.f_pregas.toFixed(
|
|
554
|
+
<nobr>{{row.f_pregas.toFixed(4)}}</nobr>
|
|
555
555
|
</td>
|
|
556
556
|
<td style="text-align: center;">
|
|
557
557
|
<nobr>{{row.fee}}</nobr>
|
|
@@ -670,31 +670,31 @@
|
|
|
670
670
|
<nobr>{{row.f_corr_operate_date}}</nobr>
|
|
671
671
|
</td>
|
|
672
672
|
<td style="text-align: center;">
|
|
673
|
-
<nobr>{{row.f_stairamount1.toFixed(
|
|
673
|
+
<nobr>{{row.f_stairamount1.toFixed(4)}}</nobr>
|
|
674
674
|
</td>
|
|
675
675
|
<td style="text-align: center;">
|
|
676
676
|
<nobr>{{row.f_stair1price}}</nobr>
|
|
677
677
|
</td>
|
|
678
678
|
<td style="text-align: center;">
|
|
679
|
-
<nobr>{{(row.f_stair1fee - 0).toFixed(
|
|
679
|
+
<nobr>{{(row.f_stair1fee - 0).toFixed(4)}}</nobr>
|
|
680
680
|
</td>
|
|
681
681
|
<td style="text-align: center;">
|
|
682
|
-
<nobr>{{row.f_stair2amount.toFixed(
|
|
682
|
+
<nobr>{{row.f_stair2amount.toFixed(4)}}</nobr>
|
|
683
683
|
</td>
|
|
684
684
|
<td style="text-align: center;">
|
|
685
685
|
<nobr>{{row.f_stair2price}}</nobr>
|
|
686
686
|
</td>
|
|
687
687
|
<td style="text-align: center;">
|
|
688
|
-
<nobr>{{(row.f_stair2fee - 0).toFixed(
|
|
688
|
+
<nobr>{{(row.f_stair2fee - 0).toFixed(4)}}</nobr>
|
|
689
689
|
</td>
|
|
690
690
|
<td style="text-align: center;">
|
|
691
|
-
<nobr>{{row.f_stair3amount.toFixed(
|
|
691
|
+
<nobr>{{row.f_stair3amount.toFixed(4)}}</nobr>
|
|
692
692
|
</td>
|
|
693
693
|
<td style="text-align: center;">
|
|
694
694
|
<nobr>{{row.f_stair3price}}</nobr>
|
|
695
695
|
</td>
|
|
696
696
|
<td style="text-align: center;">
|
|
697
|
-
<nobr>{{(row.f_stair3fee - 0).toFixed(
|
|
697
|
+
<nobr>{{(row.f_stair3fee - 0).toFixed(4)}}</nobr>
|
|
698
698
|
</td>
|
|
699
699
|
<td style="text-align: center;"><nobr>
|
|
700
700
|
<button style=" height: 28px;line-height: 16px;" class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
汇总信息
|
|
711
711
|
</td>
|
|
712
712
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
713
|
-
气量合计: {{sumsmodel.f_pregas.toFixed(
|
|
713
|
+
气量合计: {{sumsmodel.f_pregas.toFixed(4)}}
|
|
714
714
|
</td>
|
|
715
715
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
716
716
|
应收金额合计: {{sumsmodel.fee}}
|
|
@@ -728,22 +728,22 @@
|
|
|
728
728
|
优惠合计: {{sumsmodel.f_privilege_money}}
|
|
729
729
|
</td>
|
|
730
730
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
731
|
-
一阶气量合计: {{sumsmodel.f_stairamount1.toFixed(
|
|
731
|
+
一阶气量合计: {{sumsmodel.f_stairamount1.toFixed(4)}}
|
|
732
732
|
</td>
|
|
733
733
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
734
|
-
一阶气费合计: {{sumsmodel.f_stair1fee.toFixed(
|
|
734
|
+
一阶气费合计: {{sumsmodel.f_stair1fee.toFixed(4)}}
|
|
735
735
|
</td>
|
|
736
736
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
737
|
-
二阶气量合计: {{sumsmodel.f_stair2amount.toFixed(
|
|
737
|
+
二阶气量合计: {{sumsmodel.f_stair2amount.toFixed(4)}}
|
|
738
738
|
</td>
|
|
739
739
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
740
|
-
二阶气费合计: {{sumsmodel.f_stair2fee.toFixed(
|
|
740
|
+
二阶气费合计: {{sumsmodel.f_stair2fee.toFixed(4)}}
|
|
741
741
|
</td>
|
|
742
742
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
743
|
-
三阶气量合计: {{sumsmodel.f_stair3amount.toFixed(
|
|
743
|
+
三阶气量合计: {{sumsmodel.f_stair3amount.toFixed(4)}}
|
|
744
744
|
</td>
|
|
745
745
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
746
|
-
三阶气费合计: {{sumsmodel.f_stair3fee.toFixed(
|
|
746
|
+
三阶气费合计: {{sumsmodel.f_stair3fee.toFixed(4)}}
|
|
747
747
|
</td>
|
|
748
748
|
</tr>
|
|
749
749
|
</table>
|