sale-client 3.4.72 → 3.4.76
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/.babelrc +5 -5
- package/.editorconfig +9 -9
- package/.gradle/5.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/5.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/{3.5/file-changes → 5.5/fileChanges}/last-build.bin +0 -0
- package/.gradle/5.5/fileContent/fileContent.lock +0 -0
- package/.gradle/5.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/{buildOutputCleanup/built.bin → 5.5/gc.properties} +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/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/checksums/checksums.lock +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/.project +11 -11
- package/README.md +38 -38
- package/build/css-loaders.js +34 -34
- package/build/dev-client.js +8 -8
- package/build/dev-server.js +157 -157
- package/build/libs/SaleClient-3.1.1-11.jar +0 -0
- package/build/release.sh +28 -28
- package/build/tmp/jar/MANIFEST.MF +2 -0
- package/build/utils.js +71 -71
- package/build/webpack.dev.conf.js +31 -31
- package/build/webpack.example.conf.js +49 -49
- package/build/webpack.test.conf.js +31 -31
- package/config/dev.env.js +6 -6
- package/config/index.js +38 -38
- package/config/prod.env.js +3 -3
- package/config/test.env.js +6 -6
- package/examples/ReadCard/index.html +11 -11
- package/package.json +1 -1
- package/release.bat +5 -5
- package/sale-client.iml +8 -8
- package/src/assets/binding.svg +1 -1
- package/src/assets/unbind.svg +1 -1
- package/src/assets//345/205/254/345/221/212.svg +1 -1
- package/src/assets//347/207/203/346/260/224/347/274/264/350/264/271.eps +116 -116
- package/src/assets//350/201/224/347/263/273/346/210/221/344/273/254.svg +1 -1
- package/src/components/FilesManage/MeterinfoTest.vue +891 -891
- package/src/components/Hello.vue +39 -39
- package/src/components/List.vue +51 -51
- package/src/components/SellGasCharge/FakaList.vue +23 -23
- package/src/components/UserFiles/admissibility.vue +46 -46
- package/src/components/charge/business/DigitalCharge.vue +6 -6
- package/src/components/charge/business/NoCardMeterCenter.vue +460 -460
- package/src/components/charge/business/OtherChargeNew.vue +9 -10
- package/src/components/charge/gasloss/gasLossOperate.vue +15 -10
- package/src/components/chargeBatch/ChargeGroupList.vue +281 -0
- package/src/components/chargeBatch/ChargeManageGroup.vue +2 -2
- package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +2 -2
- package/src/components/getNowDate.js +25 -25
- package/src/components/revenue/Common/PaymentCode.vue +3 -3
- package/src/components/revenue/HandManager/MbpeopleList.vue +6 -6
- package/src/components/revenue/HandManager/MeterBookUser.vue +33 -2
- package/src/components/revenue/HandManager/OverdueSet.vue +45 -45
- package/src/components/revenue/HandManager/OverdueSetList.vue +295 -295
- package/src/components/revenue/HandManager/OverdueSetUser.vue +93 -93
- package/src/components/revenue/bank/BankDocking.vue +62 -62
- package/src/components/revenue/base/CardServer/CardInfoModal.vue +52 -52
- package/src/components/revenue/base/rightview/carddetail/StopApplyDetail.vue +70 -70
- package/src/components/revenue/comprehen/CardManage/CardManage.vue +83 -83
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +8 -2
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/NoMessage.vue +30 -30
- package/src/components/revenue/comprehen/ComprehenOperation/ComprehenSearch.vue +13 -13
- package/src/components/revenue/comprehen/ComprehenOperation/OffGasAddGas/OffGasAddGas.vue +196 -196
- package/src/components/revenue/comprehen/ComprehenOperation/OtherGas/OtherGas.vue +344 -344
- package/src/components/revenue/comprehen/ComprehenOperation/OverCharge/OverUseCharge.vue +6 -7
- package/src/components/revenue/comprehen/Message/MessageList.vue +499 -480
- package/src/components/revenue/comprehen/TotalSplit/TotalSplitManage.vue +45 -45
- package/src/components/revenue/comprehen/batch/batchEditFiles.vue +237 -237
- package/src/components/revenue/comprehen/batch/batchEditManage.vue +131 -131
- package/src/components/revenue/comprehen/batch/batchUserList.vue +327 -327
- package/src/components/webMeter/MeterManage/WebMeterBatchOperate.vue +150 -0
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +285 -269
- package/src/components/webMeter/meterinfo/NewMeterList.vue +9 -9
- package/src/components/webMeter/webInfo/WebMeterInfo.vue +1 -1
- package/src/components/webMeter/webInfo/WebMeterList.vue +35 -12
- package/src/filiale/macheng/UserBaseInfoNew.vue +346 -0
- package/src/filiale/macheng/sale.js +2 -1
- package/src/filiale/qianneng/GasPriceList.vue +18 -7
- package/src/filiale/qianneng/MbpeopleList.vue +2 -17
- package/src/filiale/tongchuan/Message/AllUser.vue +569 -0
- package/src/filiale/tongchuan/Message/MessageManage.vue +137 -0
- package/src/filiale/tongchuan/bill/CustQueryEticket.vue +2 -2
- package/src/filiale/tongchuan/sale.js +102 -97
- package/src/filiale/wuhai/MeterinfoTest.vue +1 -2
- package/src/filiale/wuhai/OtherChargeNew.vue +590 -0
- package/src/filiale/wuhai/TransferManage.vue +403 -0
- package/src/filiale/wuhai/UserEssentialInfoTest.vue +320 -0
- package/src/filiale/wuhai/sale.js +7 -2
- package/src/main.js +23 -23
- package/src/plugins/CardListen.js +29 -29
- package/src/plugins/CardManageService.js +21 -21
- package/src/plugins/LogicService.js +477 -474
- package/src/plugins/OffGasAddGasService.js +169 -169
- package/src/plugins/SelectService.js +41 -41
- package/src/project/ProjectPage.vue +24 -24
- package/src/project/State.js +17 -17
- package/src/sale.js +1059 -1055
- package/test/e2e/custom-assertions/elementCount.js +26 -26
- package/test/e2e/nightwatch.conf.js +40 -40
- package/test/e2e/runner.js +30 -30
- package/test/e2e/specs/test.js +13 -13
- package/test/unit/.eslintrc +5 -5
- package/test/unit/context.html +20 -20
- package/test/unit/index.js +13 -13
- package/test/unit/init.js +13 -13
- package/test/unit/karma.conf.js +55 -55
- package/test/unit/specs/components/UserFiles/AreaList.spec.js +25 -25
- package/test/unit/specs/components/UserFiles/UserFiles.spec.js +22 -22
- package/test/unit/specs/components/UserFiles/UserGeneralInfo.spec.js +55 -55
- package/test/unit/specs/components/revenue/Common/ReissueBill.spec.js +29 -29
- package/test/unit/specs/components/revenue/base/CardServer/ReadCard.spec.js +23 -23
- package/test/unit/specs/components/revenue/base/UserList.spec.js +21 -21
- package/test/unit/specs/components/revenue/base/rightview/CardList.spec.js +29 -29
- package/test/unit/specs/components/revenue/todoList/ToDoListManage.spec.js +20 -20
- package/test/unit/specs/service/delete.spec.js +8 -8
- package/test/unit/specs/service/getSaleInitData.spec.js +16 -16
- package/test/unit/specs/service/uploadFile.spec.js +8 -8
- package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div id="unit" class="flex-row">
|
|
3
|
-
<div :class="{'basic-main':(!isdetail),'binary-left':isdetail}">
|
|
4
|
-
<overdue-set-list v-ref:list @openuser="openuser" ></overdue-set-list>
|
|
5
|
-
</div>
|
|
6
|
-
<div class="binary-right" style="overflow-y: scroll" v-if="isdetail " :style="{width: (isdetail) ? '50%' : 'auto'}">
|
|
7
|
-
<overdue-set-user v-ref:user :row="row"></overdue-set-user>
|
|
8
|
-
</div>
|
|
9
|
-
|
|
10
|
-
</div>
|
|
11
|
-
|
|
12
|
-
</template>
|
|
13
|
-
<script>
|
|
14
|
-
/**
|
|
15
|
-
*滞纳金规则管理组件
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
export default {
|
|
20
|
-
title: '滞纳金规则管理',
|
|
21
|
-
data () {
|
|
22
|
-
return {
|
|
23
|
-
isdetail:false,
|
|
24
|
-
row:{}
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
ready () {
|
|
28
|
-
},
|
|
29
|
-
methods: {
|
|
30
|
-
openuser(row){
|
|
31
|
-
this.row = row
|
|
32
|
-
this.isdetail = true
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
events: {
|
|
36
|
-
'close' () {
|
|
37
|
-
this.isdetail = false
|
|
38
|
-
this.row = {}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
</script>
|
|
43
|
-
<style>
|
|
44
|
-
|
|
45
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div id="unit" class="flex-row">
|
|
3
|
+
<div :class="{'basic-main':(!isdetail),'binary-left':isdetail}">
|
|
4
|
+
<overdue-set-list v-ref:list @openuser="openuser" ></overdue-set-list>
|
|
5
|
+
</div>
|
|
6
|
+
<div class="binary-right" style="overflow-y: scroll" v-if="isdetail " :style="{width: (isdetail) ? '50%' : 'auto'}">
|
|
7
|
+
<overdue-set-user v-ref:user :row="row"></overdue-set-user>
|
|
8
|
+
</div>
|
|
9
|
+
|
|
10
|
+
</div>
|
|
11
|
+
|
|
12
|
+
</template>
|
|
13
|
+
<script>
|
|
14
|
+
/**
|
|
15
|
+
*滞纳金规则管理组件
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
export default {
|
|
20
|
+
title: '滞纳金规则管理',
|
|
21
|
+
data () {
|
|
22
|
+
return {
|
|
23
|
+
isdetail:false,
|
|
24
|
+
row:{}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
ready () {
|
|
28
|
+
},
|
|
29
|
+
methods: {
|
|
30
|
+
openuser(row){
|
|
31
|
+
this.row = row
|
|
32
|
+
this.isdetail = true
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
events: {
|
|
36
|
+
'close' () {
|
|
37
|
+
this.isdetail = false
|
|
38
|
+
this.row = {}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
</script>
|
|
43
|
+
<style>
|
|
44
|
+
|
|
45
|
+
</style>
|