manage-client 3.2.209 → 3.2.211
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/.gradle/4.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.1/fileChanges/last-build.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/build/dev-server.js +4 -4
- package/package.json +1 -1
- package/src/filiale/WEINAN/CancellationQuery.vue +528 -486
- package/src/filiale/WEINAN/ChargeQuery.vue +800 -800
- package/src/filiale/WEINAN/EnableQuery.vue +456 -456
- package/src/filiale/WEINAN/UserAddress.vue +655 -0
- package/src/filiale/WEINAN/UserAddressChange.vue +58 -0
- package/src/filiale/WEINAN/config/exportConfig.js +824 -824
- package/src/filiale/WEINAN/sale.js +52 -48
- package/src/filiale/huayin/ChangeMeterQuery.vue +657 -0
- package/src/filiale/huayin/ChargeQuery.vue +1305 -0
- package/src/filiale/huayin/config/DefaultPrint.js +6 -0
- package/src/filiale/huayin/config/exportConfig.js +1084 -0
- package/src/filiale/huayin/sale.js +8 -0
- package/src/filiale/qianneng/BusinessManage.vue +3 -0
- package/src/filiale/qianneng/OtherChargeQuery.vue +10 -1
- package/src/filiale/qianneng/WebHandplanQuery.vue +992 -0
- package/src/filiale/qianneng/WebmeterQuery.vue +67 -0
- package/src/filiale/qianneng/exportConfig.js +9 -1
- package/src/filiale/qianneng/sale.js +2 -0
- package/src/filiale/qianneng/webmeterManage.js +3 -1
- package/src/filiale/rizhao/ChargeQuery.vue +3 -3
- package/src/filiale/shangluo/UserQuery.vue +932 -0
- package/src/filiale/shangluo/sale.js +11 -0
- package/src/filiale/shanxian/BankManager.vue +146 -0
- package/src/filiale/shanxian/BussinessType.vue +137 -0
- package/src/filiale/shanxian/InspectListUserNew.vue +466 -0
- package/src/filiale/shanxian/InspectManage.vue +50 -0
- package/src/filiale/shanxian/reportManage.js +4 -0
- package/src/filiale/shanxian/sale.js +3 -1
- package/yarn-error.log +0 -7659
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
<tabs header="机表抄表查询" v-if="permission('机表抄表查询')">
|
|
14
14
|
<handplan-query v-if="show.includes('机表抄表查询')" @deal-msg="dealMsg" :data="data"></handplan-query>
|
|
15
15
|
</tabs>
|
|
16
|
+
<tabs header="物联网表抄表查询" v-if="permission('物联网表抄表查询')">
|
|
17
|
+
<web-handplan-query v-if="show.includes('物联网表抄表查询')" @deal-msg="dealMsg" :data="data"></web-handplan-query>
|
|
18
|
+
</tabs>
|
|
16
19
|
<tabs header="免费送气查询" v-if="permission('免费送气查询')">
|
|
17
20
|
<privilege-query v-if="show.includes('免费送气查询')" @deal-msg="dealMsg" :data="data"></privilege-query>
|
|
18
21
|
</tabs>
|
|
@@ -239,6 +239,9 @@
|
|
|
239
239
|
<th>
|
|
240
240
|
<nobr>收入</nobr>
|
|
241
241
|
</th>
|
|
242
|
+
<th>
|
|
243
|
+
<nobr>违约金</nobr>
|
|
244
|
+
</th>
|
|
242
245
|
<th>
|
|
243
246
|
<nobr>付款方式</nobr>
|
|
244
247
|
</th>
|
|
@@ -324,6 +327,9 @@
|
|
|
324
327
|
<td style="text-align: center;">
|
|
325
328
|
<nobr>{{row.f_newcurbalance}}</nobr>
|
|
326
329
|
</td>
|
|
330
|
+
<td style="text-align: center;">
|
|
331
|
+
<nobr>{{row.f_old_overdue}}</nobr>
|
|
332
|
+
</td>
|
|
327
333
|
<td style="text-align: center;">
|
|
328
334
|
<nobr>{{row.f_payment}}</nobr>
|
|
329
335
|
</td>
|
|
@@ -369,6 +375,9 @@
|
|
|
369
375
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
370
376
|
应收合计: {{sumsmodel.f_money}}
|
|
371
377
|
</td>
|
|
378
|
+
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
379
|
+
违约金合计: {{sumsmodel.f_old_overdue}}
|
|
380
|
+
</td>
|
|
372
381
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
373
382
|
收款合计: {{sumsmodel.f_collection}}
|
|
374
383
|
</td>
|
|
@@ -437,7 +446,7 @@
|
|
|
437
446
|
data: {},
|
|
438
447
|
other:[],
|
|
439
448
|
footer:[],
|
|
440
|
-
model: new PagedList('rs/sql/otherChargeQuery', 20, {}, {f_money: 0, f_collection: 0,
|
|
449
|
+
model: new PagedList('rs/sql/otherChargeQuery', 20, {}, {f_money: 0, f_old_overdue: 0, f_collection: 0,
|
|
441
450
|
f_newbalance: 0, f_newcurbalance: 0, hushu:0}),
|
|
442
451
|
criteriaShow: false,
|
|
443
452
|
orgCondtionStr: '',
|