manage-client 3.2.291 → 3.2.293
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/filiale/huayin/ChargeQuery.vue +1 -1
- package/src/filiale/shanxian/BankManager.vue +1 -1
- package/src/filiale/shanxian/ChangeMeterQuery.vue +699 -0
- package/src/filiale/shanxian/ChargeQuery.vue +1344 -0
- package/src/filiale/shanxian/FillCardQuery.vue +569 -0
- package/src/filiale/shanxian/FillGasQuery.vue +588 -0
- package/src/filiale/shanxian/LostContactAnalysisList.vue +632 -0
- package/src/filiale/shanxian/OtherChargeDetailQuery.vue +74 -0
- package/src/filiale/shanxian/OtherChargeQuery.vue +684 -0
- package/src/filiale/shanxian/Paymentpie.vue +3 -3
- package/src/filiale/shanxian/RecordInfoQuery.vue +9 -4
- package/src/filiale/shanxian/SiteManager.vue +2 -2
- package/src/filiale/shanxian/UserLostContactAnalysis.vue +583 -0
- package/src/filiale/shanxian/UserQuery.vue +959 -0
- package/src/filiale/shanxian/config/exportConfig.js +10 -6
- package/src/filiale/shanxian/sale.js +12 -0
- package/src/filiale/shanxian/webmeterManage.js +8 -0
package/package.json
CHANGED
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
汇总信息
|
|
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_pregas}}
|
|
737
|
+
气量合计: {{sumsmodel.f_pregas.toFixed(2)}}
|
|
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
740
|
应交金额合计: {{sumsmodel.fee}}
|
|
@@ -60,7 +60,7 @@ export default {
|
|
|
60
60
|
set (naturedata, num1, num2, num3) {
|
|
61
61
|
this.xc = echarts.init(document.getElementById('bm'))
|
|
62
62
|
this.xc.setOption({
|
|
63
|
-
color: ['#
|
|
63
|
+
color: ['#7dabbf', '#9ac57d', '#cfcbbf'],
|
|
64
64
|
title: {
|
|
65
65
|
text: '新增用户散列图',
|
|
66
66
|
subtext: '数据查询来源',
|