manage-client 3.2.142 → 3.2.145

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.
Files changed (40) hide show
  1. package/build/dev-server.js +1 -1
  2. package/package.json +1 -1
  3. package/src/components/SellReport/UserFillmoney.vue +1 -1
  4. package/src/components/sale/businessquery/AccountQuery/AccountListManage.vue +2 -2
  5. package/src/components/sale/businessquery/AccountQuery/OverdueList.vue +4 -4
  6. package/src/components/sale/businessquery/ArrearsQuery.vue +10 -10
  7. package/src/components/sale/businessquery/ChargeQuery.vue +2 -2
  8. package/src/components/sale/businessquery/GroupChargeQuery.vue +2 -2
  9. package/src/components/sale/businessquery/HandplanQuery.vue +1 -1
  10. package/src/components/sale/businessquery/InspectListGas.vue +238 -246
  11. package/src/components/sale/businessquery/ProceedsOper.vue +4 -4
  12. package/src/components/sale/businessquery/SellOrgnameQuery.vue +2 -2
  13. package/src/components/sale/businessquery/SellPeopleQuery.vue +2 -2
  14. package/src/components/sale/businessquery/UserSellHeadDetail.vue +4 -4
  15. package/src/components/sale/config/exportConfig.js +12 -12
  16. package/src/components/sale/filesquery/UserQuery.vue +6 -0
  17. package/src/components/sale/filesquery/filequerydetail/ChargeQueryDetail.vue +1 -1
  18. package/src/components/webmeter/DrillData/LostContactAnalysisList.vue +2 -1
  19. package/src/components/webmeter/DrillData/UserGasEform.vue +1 -1
  20. package/src/components/webmeter/DrillData/UserLostContactAnalysis.vue +2 -1
  21. package/src/components/webmeter/recharge/RechargeList.vue +1 -1
  22. package/src/filiale/WEINAN/manage/ChangeMeterQuery.vue +26 -26
  23. package/src/filiale/dongguan/components/SellReport/BankManager.vue +146 -0
  24. package/src/filiale/dongguan/components/SellReport/SiteManager.vue +147 -0
  25. package/src/filiale/dongguan/components/WebReport/BussinessType.vue +137 -0
  26. package/src/filiale/dongguan/components/WebReport/Paymentpie.vue +157 -0
  27. package/src/filiale/dongguan/reportManage.js +21 -0
  28. package/src/filiale/kelai/UserQuery.vue +963 -0
  29. package/src/filiale/kelai/exportConfig.js +1062 -0
  30. package/src/filiale/kelai/sale.js +8 -0
  31. package/src/filiale/qianneng/ArrearsQuery.vue +2 -2
  32. package/src/filiale/qianneng/ChargeQuery.vue +2 -2
  33. package/src/filiale/qianneng/HandplanQuery.vue +1 -1
  34. package/src/filiale/qianneng/exportConfig.js +3 -3
  35. package/src/filiale/rongcheng/exportConfig.js +2 -2
  36. package/.gradle/4.4/fileContent/fileContent.lock +0 -0
  37. package/.gradle/4.4/taskHistory/taskHistory.bin +0 -0
  38. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  39. package/build/libs/ManageClient-3.1.0-17.jar +0 -0
  40. package/build/tmp/jar/MANIFEST.MF +0 -2
@@ -81,7 +81,7 @@ var proxyTable = {
81
81
  target: 'http://127.0.0.1:8080'
82
82
  },
83
83
  '/rs': {
84
- target: bendi
84
+ target: fuwu
85
85
  }
86
86
  }
87
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.2.142",
3
+ "version": "3.2.145",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -91,7 +91,7 @@
91
91
  <nobr>应收金额</nobr>
92
92
  </th>
93
93
  <th>
94
- <nobr>滞纳金</nobr>
94
+ <nobr>违约金</nobr>
95
95
  </th>
96
96
  <th>
97
97
  <nobr>本期结余</nobr>
@@ -7,8 +7,8 @@
7
7
  <tabs header="气费预收款情况汇总" v-if="permission('气费预收款情况汇总')">
8
8
  <pre-gas-list v-if="show.includes('气费预收款情况汇总')"></pre-gas-list>
9
9
  </tabs>
10
- <tabs header="滞纳金情况汇总" v-if="permission('滞纳金情况汇总')">
11
- <overdue-list v-if="show.includes('滞纳金情况汇总')"></overdue-list>
10
+ <tabs header="违约金情况汇总" v-if="permission('违约金情况汇总')">
11
+ <overdue-list v-if="show.includes('违约金情况汇总')"></overdue-list>
12
12
  </tabs>
13
13
  <tabs header="气费收款情况汇总" v-if="permission('气费收款情况汇总')">
14
14
  <sellinggas-list v-if="show.includes('气费收款情况汇总')"></sellinggas-list>
@@ -49,11 +49,11 @@
49
49
  :header="$parent.$parent.other"
50
50
  sqlurl="rs/logic/exportfile"
51
51
  sql-name="getOverdueList"
52
- template-name='滞纳金情况导出'
52
+ template-name='违约金情况导出'
53
53
  :choose-col="true"></export-excel>
54
54
  <print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
55
55
  :defaultfield="$parent.$parent.defaultfield"
56
- titletable="滞纳金情况"
56
+ titletable="违约金情况"
57
57
  :sumsmodel="$parent.$parent.sumsmodel"></print-data>
58
58
 
59
59
  <div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
@@ -81,7 +81,7 @@
81
81
  <tr><th rowspan=2><nobr>月份</nobr></th>
82
82
  <th rowspan=2><nobr>期初余额</nobr></th>
83
83
  <th rowspan=2><nobr>本期发生额</nobr></th>
84
- <th colspan="4"><nobr>本期实收滞纳金额</nobr></th>
84
+ <th colspan="4"><nobr>本期实收违约金额</nobr></th>
85
85
  <th rowspan=2>
86
86
  <nobr>小计</nobr>
87
87
  </th>
@@ -190,7 +190,7 @@
190
190
  self.defaultfield = [...self.defaultfield, ...self.config.defaultPrint]
191
191
  }
192
192
  export default {
193
- title: '滞纳金情况汇总',
193
+ title: '违约金情况汇总',
194
194
  data() {
195
195
  return {
196
196
  data: {},
@@ -8,20 +8,20 @@
8
8
  <div class="row">
9
9
  <div class="col-sm-2 form-group">
10
10
 
11
- <label for="startDate1" class="font_normal_body" title="归属日期">开始日期</label>
12
- <datepicker id="startDate1" placeholder="开始日期" style="width:60%"
13
- v-model="model.startDate1"
14
- :value.sync="model.startDate1"
11
+ <label for="startDate" class="font_normal_body" title="归属日期">开始日期</label>
12
+ <datepicker id="startDate" placeholder="开始日期" style="width:60%"
13
+ v-model="model.startDate"
14
+ :value.sync="model.startDate"
15
15
  :format="'yyyy-MM-dd HH:mm:ss'"
16
16
  :show-reset-button="true"
17
17
  >
18
18
  </datepicker>
19
19
  </div>
20
20
  <div class="col-sm-2 form-group">
21
- <label for="endDate1" class="font_normal_body" title="归属日期">结束日期</label>
22
- <datepicker id="endDate1" placeholder="结束日期" style="width:60%"
23
- v-model="model.endDate1"
24
- :value.sync="model.endDate1"
21
+ <label for="endDate" class="font_normal_body" title="归属日期">结束日期</label>
22
+ <datepicker id="endDate" placeholder="结束日期" style="width:60%"
23
+ v-model="model.endDate"
24
+ :value.sync="model.endDate"
25
25
  :format="'yyyy-MM-dd HH:mm:ss'"
26
26
  :show-reset-button="true"
27
27
  >
@@ -341,7 +341,7 @@
341
341
  <nobr>应交气费</nobr>
342
342
  </th>
343
343
  <th>
344
- <nobr>滞纳金</nobr>
344
+ <nobr>违约金</nobr>
345
345
  </th>
346
346
  <th>
347
347
  <nobr>附加费</nobr>
@@ -502,7 +502,7 @@
502
502
  气费金额合计:&emsp;{{sumsmodel.f_oughtfee_new}}
503
503
  </td>
504
504
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
505
- 滞纳金合计:&emsp;{{sumsmodel.overdue}}
505
+ 违约金合计:&emsp;{{sumsmodel.overdue}}
506
506
  </td>
507
507
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
508
508
  附加费合计:&emsp;{{sumsmodel.f_garbage_fee}}
@@ -390,7 +390,7 @@
390
390
  <nobr>金额</nobr>
391
391
  </th>
392
392
  <th>
393
- <nobr>滞纳金</nobr>
393
+ <nobr>违约金</nobr>
394
394
  </th>
395
395
  <th>
396
396
  <nobr>燃气费</nobr>
@@ -740,7 +740,7 @@
740
740
  应交金额合计:&emsp;{{sumsmodel.fee}}
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
- 滞纳金合计:&emsp;{{sumsmodel.f_delaypay}}
743
+ 违约金合计:&emsp;{{sumsmodel.f_delaypay}}
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
746
  燃气费合计:&emsp;{{sumsmodel.f_preamount}}
@@ -117,10 +117,10 @@
117
117
  <nobr>气费</nobr>
118
118
  </th>
119
119
  <th>
120
- <nobr>应交滞纳金</nobr>
120
+ <nobr>应交违约金</nobr>
121
121
  </th>
122
122
  <th>
123
- <nobr>实交滞纳金</nobr>
123
+ <nobr>实交违约金</nobr>
124
124
  </th>
125
125
  <th>
126
126
  <nobr>上期余额</nobr>
@@ -358,7 +358,7 @@
358
358
  <nobr>用气量</nobr>
359
359
  </th>
360
360
  <th>
361
- <nobr>滞纳金</nobr>
361
+ <nobr>违约金</nobr>
362
362
  </th>
363
363
  <th>
364
364
  <nobr>用气金额</nobr>