sale-client 3.4.127 → 3.4.128

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 (74) hide show
  1. package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
  2. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  3. package/.gradle/5.2.1/gc.properties +0 -0
  4. package/.gradle/6.1.1/executionHistory/executionHistory.bin +0 -0
  5. package/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
  6. package/.gradle/6.1.1/fileChanges/last-build.bin +0 -0
  7. package/.gradle/6.1.1/fileHashes/fileHashes.bin +0 -0
  8. package/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
  9. package/.gradle/6.1.1/gc.properties +0 -0
  10. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  11. package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
  12. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  13. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  14. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  15. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  16. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  17. package/.gradle/7.1/gc.properties +0 -0
  18. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  19. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  20. package/.gradle/checksums/checksums.lock +0 -0
  21. package/.gradle/vcs-1/gc.properties +0 -0
  22. package/build/dev-server.js +7 -4
  23. package/package.json +1 -1
  24. package/src/components/FilesManage/FileUserFiles.vue +4 -1
  25. package/src/components/FilesManage/UserGeneralInfoTest.vue +642 -642
  26. package/src/components/FilesManageNew/FileUserFiles.vue +1 -1
  27. package/src/components/charge/business/CardChangeFill.vue +612 -612
  28. package/src/components/charge/business/CardMeterCenter.vue +1 -1
  29. package/src/components/charge/business/ChangeMeterAddGas.vue +559 -559
  30. package/src/components/charge/business/IOTMeterCenter.vue +800 -800
  31. package/src/components/charge/business/NoCardMeterCenter.vue +0 -1
  32. package/src/components/charge/business/PriceChangeCompensation/CompensationManage.vue +26 -26
  33. package/src/components/charge/business/PriceChangeCompensation/SurplusRecordDetail.vue +72 -72
  34. package/src/components/charge/business/machine/MachineMeterCenter.vue +721 -721
  35. package/src/components/charge/business/refund/IOTRefund.vue +237 -237
  36. package/src/components/charge/gasloss/gasLossOperate.vue +357 -357
  37. package/src/components/revenue/HandManager/MeterBookManage.vue +153 -153
  38. package/src/components/revenue/base/leftview/Mulitinfo.vue +74 -74
  39. package/src/components/revenue/base/leftview/SafeCheck.vue +311 -311
  40. package/src/components/revenue/base/rightview/CardList.vue +3 -0
  41. package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchCancellation.vue +243 -243
  42. package/src/components/revenue/comprehen/ComprehenOperation/MeterDisable/DisableManage.vue +93 -93
  43. package/src/components/revenue/comprehen/ComprehenOperation/MeterEnable/EnableManage.vue +184 -184
  44. package/src/components/revenue/comprehen/Maintenance/revenue/MeterOperatemain.vue +6 -1
  45. package/src/components/revenue/comprehen/Message/MessageList.vue +587 -587
  46. package/src/components/revenue/comprehen/StairPrice/GasPriceList.vue +5 -5
  47. package/src/components/revenue/machineHandManage/machineHand.vue +1773 -1773
  48. package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +686 -686
  49. package/src/filiale/macheng/FilesManageNew/UserGeneralInfoTest.vue +596 -596
  50. package/src/filiale/meihekou/MeterinfoTest.vue +626 -626
  51. package/src/filiale/qianneng/FilesManage/FileUserFiles.vue +1 -1
  52. package/src/filiale/qianneng/GasPriceList.vue +5 -5
  53. package/src/filiale/qianneng/MachineCharge.vue +169 -169
  54. package/src/filiale/qianneng/OtherChargeNew.vue +10 -11
  55. package/src/filiale/qianneng/machine/MachineMeterCenter.vue +721 -721
  56. package/src/filiale/rongchuang/Userinfo.vue +176 -176
  57. package/src/filiale/rongchuang/sale.js +43 -43
  58. package/src/filiale/tongchuan/MeterinfoTest.vue +892 -892
  59. package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/AutomaticPurse.vue +298 -298
  60. package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/CardHandRecord.vue +267 -267
  61. package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/ChangeMeterQueryUser.vue +240 -240
  62. package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/ChangeRecord.vue +235 -235
  63. package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/ChargeQueryUser.vue +372 -372
  64. package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/DeveiceRecord.vue +251 -251
  65. package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/FillCardQueryUser.vue +209 -209
  66. package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/HandQueryUser.vue +365 -365
  67. package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +252 -252
  68. package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/OtherChargeQueryUser.vue +250 -250
  69. package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/RecordQueryUser.vue +249 -249
  70. package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/TransferQueryUser.vue +222 -222
  71. package/src/filiale/tongchuan/sale.js +107 -107
  72. package/src/main.js +1 -1
  73. package/src/plugins/FileManageService.js +366 -366
  74. package/src/sale.js +5 -2
File without changes
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ #Fri Jan 21 16:32:44 CST 2022
2
+ gradle.version=5.2.1
Binary file
File without changes
@@ -6,13 +6,13 @@ var proxyMiddleware = require('http-proxy-middleware')
6
6
 
7
7
  var app = express()
8
8
  var compiler = webpack(config)
9
- // var proxy = httpProxy.createProxyServer()
9
+ // var proxy = httpProxy.createProxyServer()c
10
10
 
11
11
  // Define HTTP proxies to your custom API backend
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
- var bendi = 'http://127.0.0.1:8080/',bendi1 = 'http://119.146.1.106:8300/'
13
+ var bendi = 'http://192.168.50.4:8400/',bendi1 = 'http://119.146.1.106:8300/'
14
14
  // 公司测试服务
15
- var fuwu = 'http://192.168.2.10:8400/'
15
+ var fuwu = 'http://192.168.50.4:8400/'
16
16
  //铜川正式
17
17
  // var fuwu = 'http://61.134.55.234:9999/'
18
18
  //铜川测试
@@ -93,10 +93,13 @@ var proxyTable = {
93
93
  '/rs/vue': {
94
94
  target: fuwu
95
95
  },
96
+ '/rs/logic/address_updateuseraddress': {
97
+ target: fuwu
98
+ },
96
99
  '/rs': {
97
100
  // target: 'http://192.168.30.63:8081/'
98
101
  // target: 'http://127.0.0.1:8078'
99
- target: fuwu
102
+ target:fuwu
100
103
  }
101
104
  }
102
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.4.127",
3
+ "version": "3.4.128",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -286,7 +286,7 @@
286
286
  </div>
287
287
  </div>
288
288
  </criteria>
289
- <data-grid :model="model" class="list_area table_sy" v-ref:grid partial='list'>
289
+ <data-grid :model="model" class="list_area table_sy" @dblclick="$parent.modifyUser" v-ref:grid partial='list'>
290
290
  <template partial='head'>
291
291
  <tr>
292
292
  <th>
@@ -658,6 +658,9 @@ let loadParamGem = async function (self) {
658
658
  search () {
659
659
  this.$refs.paged.$refs.criteria.search()
660
660
  },
661
+ // selectdata () {
662
+ //
663
+ // },
661
664
  modifyUser (row) {
662
665
  this.isOper = true
663
666
  this.createFile = true