sale-client 3.5.115 → 3.5.117

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 (27) 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/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  5. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  6. package/.gradle/vcs-1/gc.properties +0 -0
  7. package/build/dev-server.js +5 -5
  8. package/package.json +1 -1
  9. package/src/components/FilesManage/UserGeneralInfoTest.vue +706 -706
  10. package/src/filiale/alashan/MeterinfoTest.vue +618 -619
  11. package/src/filiale/gehua/CardChangeFill.vue +605 -605
  12. package/src/filiale/gehua/ChangeMeter.vue +968 -0
  13. package/src/filiale/gehua/sale.js +30 -28
  14. package/src/filiale/meihekou/batch/batchEditManage.vue +132 -132
  15. package/src/filiale/meihekou/batch/batchUserList.vue +456 -456
  16. package/src/filiale/meihekou/sale.js +45 -45
  17. package/src/filiale/qianneng/revenue/machineHandManage/machineHandAudit.vue +1 -0
  18. package/src/filiale/shangluo/LimitGas.vue +210 -0
  19. package/src/filiale/shangluo/sale.js +3 -1
  20. package/src/filiale/tongchuan/ChargeManage.vue +1 -1
  21. package/src/filiale/tongchuan/ChargeOper.vue +30 -5
  22. package/src/filiale/tongchuan/common/userinfo_detail/UserInfoDetailManageNew.vue +179 -179
  23. package/src/filiale/tongchuan/common/userinfo_detail/iot_detail/MeterParamIot.vue +86 -86
  24. package/src/filiale/tongchuan/common/userinfo_detail/iot_detail/WatchCollection.vue +115 -115
  25. package/src/filiale/xinkang/WebMeterBatchOperationValve.vue +783 -783
  26. package/src/filiale/zhongyi/MeterReadAudit.vue +347 -347
  27. package/src/main.js +1 -1
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Nov 10 15:53:56 CST 2022
2
+ gradle.version=5.2.1
File without changes
@@ -12,8 +12,8 @@ var compiler = webpack(config)
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
13
  var bendi = 'http://121.36.106.17:8400', bendi1 = 'http://121.36.106.17:8400/'
14
14
  // 公司测试服务
15
- // var fuwu = 'http://192.168.50.4:8400'
16
- var fuwu = 'http://192.168.50.4:8400/'
15
+ var fuwu = 'http://192.168.50.4:8400'
16
+ //var fuwu = 'http://39.99.85.14:8400'
17
17
  // var fuwu = 'http://121.36.106.17:8400/'
18
18
  // 铜川正式
19
19
  // var fuwu = 'http://61.134.55.234:9999/'
@@ -121,13 +121,13 @@ var proxyTable = {
121
121
  target: fuwu
122
122
  },
123
123
  '/rs/report': {
124
- target: 'http://121.36.106.17:8400/'
124
+ target: 'http://localhost:8083'
125
125
  },
126
126
  '/rs/vue': {
127
127
  target: fuwu
128
128
  },
129
129
  '/webmeter': {
130
- target: 'http://192.168.50.4:8450'
130
+ target: fuwu
131
131
  },
132
132
  '/rs': {
133
133
  // target: 'http://192.168.30.63:8081/'
@@ -189,5 +189,5 @@ module.exports = app.listen(8085, function (err) {
189
189
  console.log(err)
190
190
  return
191
191
  }
192
- console.log('Listening at http://localhost:8089')
192
+ console.log('Listening at http://localhost:8085')
193
193
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.115",
3
+ "version": "3.5.117",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {