sale-client 3.4.76 → 3.4.80

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 (97) hide show
  1. package/.babelrc +5 -5
  2. package/.editorconfig +9 -9
  3. package/.gradle/{5.5/fileChanges → 3.5/file-changes}/last-build.bin +0 -0
  4. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  5. package/.gradle/{5.5/gc.properties → buildOutputCleanup/built.bin} +0 -0
  6. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  7. package/.gradle/buildOutputCleanup/cache.properties.lock +1 -0
  8. package/.project +11 -11
  9. package/README.md +38 -38
  10. package/build/css-loaders.js +34 -34
  11. package/build/dev-client.js +8 -8
  12. package/build/dev-server.js +2 -2
  13. package/build/release.sh +28 -28
  14. package/build/utils.js +71 -71
  15. package/build/webpack.dev.conf.js +31 -31
  16. package/build/webpack.example.conf.js +49 -49
  17. package/build/webpack.test.conf.js +31 -31
  18. package/config/dev.env.js +6 -6
  19. package/config/index.js +38 -38
  20. package/config/prod.env.js +3 -3
  21. package/config/test.env.js +6 -6
  22. package/examples/ReadCard/index.html +11 -11
  23. package/package.json +2 -2
  24. package/release.bat +5 -5
  25. package/sale-client.iml +8 -8
  26. package/src/assets/binding.svg +1 -1
  27. package/src/assets/unbind.svg +1 -1
  28. package/src/assets//345/205/254/345/221/212.svg +1 -1
  29. package/src/assets//347/207/203/346/260/224/347/274/264/350/264/271.eps +116 -116
  30. package/src/assets//350/201/224/347/263/273/346/210/221/344/273/254.svg +1 -1
  31. package/src/components/Hello.vue +39 -39
  32. package/src/components/List.vue +51 -51
  33. package/src/components/SellGasCharge/FakaList.vue +23 -23
  34. package/src/components/UserFiles/admissibility.vue +46 -46
  35. package/src/components/common/userinfo_detail/UserBaseInfoNew.vue +346 -346
  36. package/src/components/getNowDate.js +25 -25
  37. package/src/components/revenue/HandManager/MeterBookUser.vue +1 -0
  38. package/src/components/revenue/bank/BankDocking.vue +62 -62
  39. package/src/components/revenue/base/CardServer/CardInfoModal.vue +52 -52
  40. package/src/components/revenue/base/rightview/carddetail/StopApplyDetail.vue +70 -70
  41. package/src/components/revenue/comprehen/CardManage/CardManage.vue +83 -83
  42. package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/NoMessage.vue +30 -30
  43. package/src/components/revenue/comprehen/ComprehenOperation/ComprehenSearch.vue +13 -13
  44. package/src/components/revenue/comprehen/Message/MessageList.vue +499 -499
  45. package/src/components/revenue/comprehen/TotalSplit/TotalSplitManage.vue +45 -45
  46. package/src/components/webMeter/meterinfo/NewMeterList.vue +26 -26
  47. package/src/components/webMeter/webInfo/WebMeterList.vue +26 -9
  48. package/src/filiale/rongcheng/FilesManageNew/UserGeneralInfoTest.vue +1 -1
  49. package/src/filiale/tongchuan/Message/AllUser.vue +569 -569
  50. package/src/filiale/tongchuan/Message/MessageManage.vue +137 -137
  51. package/src/filiale/tongchuan/sale.js +102 -102
  52. package/src/main.js +23 -23
  53. package/src/plugins/CardListen.js +29 -29
  54. package/src/plugins/CardManageService.js +21 -21
  55. package/src/plugins/LogicService.js +477 -477
  56. package/src/plugins/SelectService.js +41 -41
  57. package/src/project/ProjectPage.vue +24 -24
  58. package/src/project/State.js +17 -17
  59. package/test/e2e/custom-assertions/elementCount.js +26 -26
  60. package/test/e2e/nightwatch.conf.js +40 -40
  61. package/test/e2e/runner.js +30 -30
  62. package/test/e2e/specs/test.js +13 -13
  63. package/test/unit/.eslintrc +5 -5
  64. package/test/unit/context.html +20 -20
  65. package/test/unit/index.js +13 -13
  66. package/test/unit/init.js +13 -13
  67. package/test/unit/karma.conf.js +55 -55
  68. package/test/unit/specs/components/UserFiles/AreaList.spec.js +25 -25
  69. package/test/unit/specs/components/UserFiles/UserFiles.spec.js +22 -22
  70. package/test/unit/specs/components/UserFiles/UserGeneralInfo.spec.js +55 -55
  71. package/test/unit/specs/components/revenue/Common/ReissueBill.spec.js +29 -29
  72. package/test/unit/specs/components/revenue/base/CardServer/ReadCard.spec.js +23 -23
  73. package/test/unit/specs/components/revenue/base/UserList.spec.js +21 -21
  74. package/test/unit/specs/components/revenue/base/rightview/CardList.spec.js +29 -29
  75. package/test/unit/specs/components/revenue/todoList/ToDoListManage.spec.js +20 -20
  76. package/test/unit/specs/service/delete.spec.js +8 -8
  77. package/test/unit/specs/service/getSaleInitData.spec.js +16 -16
  78. package/test/unit/specs/service/uploadFile.spec.js +8 -8
  79. package/.gradle/5.5/executionHistory/executionHistory.bin +0 -0
  80. package/.gradle/5.5/executionHistory/executionHistory.lock +0 -0
  81. package/.gradle/5.5/fileContent/fileContent.lock +0 -0
  82. package/.gradle/5.5/fileHashes/fileHashes.bin +0 -0
  83. package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
  84. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  85. package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
  86. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  87. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  88. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  89. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  90. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  91. package/.gradle/7.1/gc.properties +0 -0
  92. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  93. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  94. package/.gradle/checksums/checksums.lock +0 -0
  95. package/.gradle/vcs-1/gc.properties +0 -0
  96. package/build/libs/SaleClient-3.1.1-11.jar +0 -0
  97. package/build/tmp/jar/MANIFEST.MF +0 -2
@@ -1,51 +1,51 @@
1
- <template>
2
- <div class="flex">
3
- <div class="auto">
4
- <ul class="nav nav-tabs">
5
- <li role="presentation" @click="h1()" id="1"><a href="#">档案</a></li>
6
- <li role="presentation" @click="h2()" id="2"><a href="#">小区-地址</a></li>
7
- <li role="presentation" @click="h3()" id="3"><a href="#">单位-地址</a></li>
8
- </ul>
9
- </div>
10
- <div style="margin-top:10px;" id="hh" class="span">
11
- <route :comp="{name: 'civil-search'}" v-if = "r1"></route>
12
- <route :comp="{name: 'Address-search'}" v-if = "r2"></route>
13
- <route :comp="{name: 'unit-search'}" v-if = "r3"></route>
14
- </div>
15
- </div>
16
- </template>
17
- <script>
18
- /**
19
- *档案管理查询列表
20
- */
21
- export default {
22
- title: '档案管理',
23
- data () {
24
- return {
25
- r1: true,
26
- r2: false,
27
- r3: false
28
- }
29
- },
30
- methods: {
31
- h1 () {
32
- this.r1 = true
33
- this.r2 = false
34
- this.r3 = false
35
- this.r4 = false
36
- },
37
- h2 () {
38
- this.r1 = false
39
- this.r2 = true
40
- this.r3 = false
41
- this.r4 = false
42
- },
43
- h3 () {
44
- this.r1 = false
45
- this.r2 = false
46
- this.r3 = true
47
- this.r4 = false
48
- }
49
- }
50
- }
51
- </script>
1
+ <template>
2
+ <div class="flex">
3
+ <div class="auto">
4
+ <ul class="nav nav-tabs">
5
+ <li role="presentation" @click="h1()" id="1"><a href="#">档案</a></li>
6
+ <li role="presentation" @click="h2()" id="2"><a href="#">小区-地址</a></li>
7
+ <li role="presentation" @click="h3()" id="3"><a href="#">单位-地址</a></li>
8
+ </ul>
9
+ </div>
10
+ <div style="margin-top:10px;" id="hh" class="span">
11
+ <route :comp="{name: 'civil-search'}" v-if = "r1"></route>
12
+ <route :comp="{name: 'Address-search'}" v-if = "r2"></route>
13
+ <route :comp="{name: 'unit-search'}" v-if = "r3"></route>
14
+ </div>
15
+ </div>
16
+ </template>
17
+ <script>
18
+ /**
19
+ *档案管理查询列表
20
+ */
21
+ export default {
22
+ title: '档案管理',
23
+ data () {
24
+ return {
25
+ r1: true,
26
+ r2: false,
27
+ r3: false
28
+ }
29
+ },
30
+ methods: {
31
+ h1 () {
32
+ this.r1 = true
33
+ this.r2 = false
34
+ this.r3 = false
35
+ this.r4 = false
36
+ },
37
+ h2 () {
38
+ this.r1 = false
39
+ this.r2 = true
40
+ this.r3 = false
41
+ this.r4 = false
42
+ },
43
+ h3 () {
44
+ this.r1 = false
45
+ this.r2 = false
46
+ this.r3 = true
47
+ this.r4 = false
48
+ }
49
+ }
50
+ }
51
+ </script>
@@ -1,23 +1,23 @@
1
- <template>
2
- <div class="flex">
3
- <user-work defbtn="发卡售气" :no-read="true" :no-batch="true"></user-work>
4
- </div>
5
- </template>
6
-
7
- <script>
8
- // import { PagedList } from 'vue-client'
9
- export default {
10
- title: '发卡售气',
11
- data () {
12
- return {
13
- // btns: ['补卡管理', '发卡售气', '换表管理', '过户', '表具停用', '表具启用', '超用收费', '其他收费'],
14
- // operatebtn: ['冲正', '票据补打']
15
- }
16
- }
17
- }
18
- </script>
19
- <style lang="less">
20
- #tooltip div{
21
- height: auto;
22
- }
23
- </style>
1
+ <template>
2
+ <div class="flex">
3
+ <user-work defbtn="发卡售气" :no-read="true" :no-batch="true"></user-work>
4
+ </div>
5
+ </template>
6
+
7
+ <script>
8
+ // import { PagedList } from 'vue-client'
9
+ export default {
10
+ title: '发卡售气',
11
+ data () {
12
+ return {
13
+ // btns: ['补卡管理', '发卡售气', '换表管理', '过户', '表具停用', '表具启用', '超用收费', '其他收费'],
14
+ // operatebtn: ['冲正', '票据补打']
15
+ }
16
+ }
17
+ }
18
+ </script>
19
+ <style lang="less">
20
+ #tooltip div{
21
+ height: auto;
22
+ }
23
+ </style>
@@ -1,46 +1,46 @@
1
- <template>
2
- <div class="auto">
3
- <div class="row" style="display: flex;justify-content: center;" v-if="billshow" id="testbill">
4
- {{{ admiss.data}}}
5
- </div>
6
- <div style="text-align:right;height:auto;margin-top:30px;margin-right:50px;">
7
- <report-print id='testbill' v-if="billshow" top='55mm' left='60mm' width='100%' height='80%' style='td,th{font-size: 10pt!important;border: 0;font-size: 19px;} tdright {text-align:right}'
8
- :notrepeat="true" v-if= 'bill.data && clean.f_bill_id'></report-print>
9
- <button class="btn btn-default" @click="clean()">取消</button>
10
- </div>
11
- </div>
12
- </template>
13
- <script>
14
- /**
15
- *票据补打
16
- */
17
- import { DataModel } from 'vue-client'
18
- export default {
19
- title: '机表发卡',
20
- data () {
21
- return {
22
- admiss: new DataModel('rs/report/machineCard_bill2'),
23
- billshow: false
24
- }
25
- },
26
- props: ['data'],
27
- watch: {
28
- 'data' (val) {
29
- if (val) {
30
- console.log(val, val)
31
- this.billshow = true
32
- }
33
- }
34
- },
35
- methods: {
36
- clean () {
37
- this.$dispatch('hiddenModal')
38
- }
39
- },
40
- events: {
41
- 'print-success' () {
42
- this.$dispatch('hiddenModal')
43
- }
44
- }
45
- }
46
- </script>
1
+ <template>
2
+ <div class="auto">
3
+ <div class="row" style="display: flex;justify-content: center;" v-if="billshow" id="testbill">
4
+ {{{ admiss.data}}}
5
+ </div>
6
+ <div style="text-align:right;height:auto;margin-top:30px;margin-right:50px;">
7
+ <report-print id='testbill' v-if="billshow" top='55mm' left='60mm' width='100%' height='80%' style='td,th{font-size: 10pt!important;border: 0;font-size: 19px;} tdright {text-align:right}'
8
+ :notrepeat="true" v-if= 'bill.data && clean.f_bill_id'></report-print>
9
+ <button class="btn btn-default" @click="clean()">取消</button>
10
+ </div>
11
+ </div>
12
+ </template>
13
+ <script>
14
+ /**
15
+ *票据补打
16
+ */
17
+ import { DataModel } from 'vue-client'
18
+ export default {
19
+ title: '机表发卡',
20
+ data () {
21
+ return {
22
+ admiss: new DataModel('rs/report/machineCard_bill2'),
23
+ billshow: false
24
+ }
25
+ },
26
+ props: ['data'],
27
+ watch: {
28
+ 'data' (val) {
29
+ if (val) {
30
+ console.log(val, val)
31
+ this.billshow = true
32
+ }
33
+ }
34
+ },
35
+ methods: {
36
+ clean () {
37
+ this.$dispatch('hiddenModal')
38
+ }
39
+ },
40
+ events: {
41
+ 'print-success' () {
42
+ this.$dispatch('hiddenModal')
43
+ }
44
+ }
45
+ }
46
+ </script>