sale-client 3.5.122 → 3.5.125

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 (31) hide show
  1. package/.babelrc +5 -5
  2. package/.gradle/{3.5.1/file-changes → 5.2.1/fileChanges}/last-build.bin +0 -0
  3. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  4. package/.gradle/{buildOutputCleanup/built.bin → 5.2.1/gc.properties} +0 -0
  5. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  6. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  7. package/.gradle/vcs-1/gc.properties +0 -0
  8. package/build/dev-server.js +10 -7
  9. package/package.json +1 -1
  10. package/src/components/FilesManage/UserGeneralInfoTest.vue +706 -706
  11. package/src/components/charge/business/PriceChangeCompensation/IotCompensation.vue +1 -0
  12. package/src/components/charge/business/PriceChangeCompensation/JbCompensation.vue +1 -0
  13. package/src/components/charge/business/ShowCardSellGas.vue +74 -63
  14. package/src/components/revenue/comprehen/ComprehenOperation/removeTable.vue +2 -0
  15. package/src/components/revenue/machineHandManage/machineHandAudit.vue +9 -21
  16. package/src/components/webMeter/paramSaveNew/ParamHistory.vue +1 -1
  17. package/src/filiale/alashan/MeterinfoTest.vue +618 -618
  18. package/src/filiale/gehua/CardChangeFill.vue +605 -605
  19. package/src/filiale/gehua/ChangeMeter.vue +968 -968
  20. package/src/filiale/gehua/sale.js +30 -30
  21. package/src/filiale/guangxi/CardHand.vue +885 -885
  22. package/src/filiale/guangxi/sale.js +51 -49
  23. package/src/filiale/meihekou/batch/batchEditManage.vue +132 -132
  24. package/src/filiale/meihekou/batch/batchUserList.vue +456 -456
  25. package/src/filiale/meihekou/sale.js +45 -45
  26. package/src/filiale/qianneng/eticket/EticketPrint.vue +6 -8
  27. package/src/filiale/xinkang/WebMeterBatchOperationValve.vue +783 -783
  28. package/src/filiale/zhongyi/MeterReadAudit.vue +347 -347
  29. package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
  30. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
  31. package/yarn-error.log +0 -9224
package/.babelrc CHANGED
@@ -1,5 +1,5 @@
1
- {
2
- "presets": ["es2015", "stage-2"],
3
- "plugins": ["transform-runtime"],
4
- "comments": false
5
- }
1
+ {
2
+ "presets": ["es2015", "stage-2"],
3
+ "plugins": ["transform-runtime"],
4
+ "comments": false
5
+ }
@@ -1,2 +1,2 @@
1
- #Fri Apr 02 10:09:16 CST 2021
2
- gradle.version=3.5.1
1
+ #Thu Nov 10 15:53:56 CST 2022
2
+ gradle.version=5.2.1
File without changes
@@ -10,10 +10,10 @@ var compiler = webpack(config)
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://121.36.106.17:8400/'
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://39.99.85.14:8400'
15
+ var fuwu = 'https://qnjtkf.cn:7400/'
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/'
@@ -68,6 +68,9 @@ var proxyTable = {
68
68
  '/rs/file': {
69
69
  target: fuwu
70
70
  },
71
+ '/afServer': {
72
+ target: fuwu
73
+ },
71
74
  '/files': {
72
75
  target: fuwu
73
76
  },
@@ -121,18 +124,18 @@ var proxyTable = {
121
124
  target: fuwu
122
125
  },
123
126
  '/rs/report': {
124
- target: 'http://121.36.106.17:8400/'
127
+ target: 'http://localhost:8083'
125
128
  },
126
129
  '/rs/vue': {
127
130
  target: fuwu
128
131
  },
129
132
  '/webmeter': {
130
- target: 'http://192.168.50.4:8450'
133
+ target: fuwu
131
134
  },
132
135
  '/rs': {
133
136
  // target: 'http://192.168.30.63:8081/'
134
137
  // target: 'http://121.36.106.17:8400/'
135
- target: bendi
138
+ target: fuwu
136
139
  }
137
140
  }
138
141
 
@@ -189,5 +192,5 @@ module.exports = app.listen(8085, function (err) {
189
192
  console.log(err)
190
193
  return
191
194
  }
192
- console.log('Listening at http://localhost:8089')
195
+ console.log('Listening at http://localhost:8085')
193
196
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.122",
3
+ "version": "3.5.125",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {