sale-client 3.5.117 → 3.5.121

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 (28) hide show
  1. package/build/dev-server.js +5 -5
  2. package/package.json +1 -1
  3. package/src/components/FilesManage/UserGeneralInfoTest.vue +706 -706
  4. package/src/components/charge/business/ShowCardSellGas.vue +15 -24
  5. package/src/components/revenue/machineHandManage/machineHandAudit.vue +21 -9
  6. package/src/filiale/alashan/MeterinfoTest.vue +618 -618
  7. package/src/filiale/gehua/CardChangeFill.vue +605 -605
  8. package/src/filiale/gehua/ChangeMeter.vue +968 -968
  9. package/src/filiale/gehua/sale.js +30 -30
  10. package/src/filiale/meihekou/CardHand.vue +18 -12
  11. package/src/filiale/meihekou/batch/batchEditManage.vue +132 -132
  12. package/src/filiale/meihekou/batch/batchUserList.vue +456 -456
  13. package/src/filiale/meihekou/sale.js +45 -45
  14. package/src/filiale/qianneng/eticket/EticketPrint.vue +8 -6
  15. package/src/filiale/qianneng/revenue/machineHandManage/machinePhoneManage.vue +339 -0
  16. package/src/filiale/qianneng/revenue/machineHandManage/machineSync.vue +329 -0
  17. package/src/filiale/qianneng/sale.js +3 -0
  18. package/src/filiale/tongchuan/common/userinfo_detail/iot_detail/MeterParamIot.vue +7 -7
  19. package/src/filiale/xinkang/WebMeterBatchOperationValve.vue +783 -783
  20. package/src/filiale/zhongyi/MeterReadAudit.vue +347 -347
  21. package/src/main.js +22 -22
  22. package/yarn-error.log +9224 -0
  23. package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
  24. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  25. package/.gradle/5.2.1/gc.properties +0 -0
  26. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  27. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  28. package/.gradle/vcs-1/gc.properties +0 -0
@@ -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://39.99.85.14:8400'
15
+ // var fuwu = 'http://192.168.50.4:8400'
16
+ var fuwu = 'http://121.36.106.17: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://localhost:8083'
124
+ target: 'http://121.36.106.17:8400/'
125
125
  },
126
126
  '/rs/vue': {
127
127
  target: fuwu
128
128
  },
129
129
  '/webmeter': {
130
- target: fuwu
130
+ target: 'http://192.168.50.4:8450'
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:8085')
192
+ console.log('Listening at http://localhost:8089')
193
193
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.117",
3
+ "version": "3.5.121",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {