sale-client 3.4.180 → 3.4.183

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 (43) hide show
  1. package/build/dev-server.js +2 -2
  2. package/package.json +2 -2
  3. package/src/components/FilesManage/FileUserFiles.vue +984 -984
  4. package/src/components/FilesManage/MeterinfoTest.vue +1 -1
  5. package/src/components/charge/business/OtherChargeByPay.vue +1 -0
  6. package/src/components/charge/business/OtherChargeNew.vue +350 -346
  7. package/src/components/charge/gasloss/gasLossOperate.vue +1 -1
  8. package/src/components/common/userinfo_detail/UserBaseInfoNew.vue +11 -7
  9. package/src/components/common/userinfo_detail/ic_detail/FillGasQueryUser.vue +1 -1
  10. package/src/components/revenue/base/leftview/meterinfodetail.vue +225 -220
  11. package/src/components/revenue/base/rightview/CardList.vue +2 -2
  12. package/src/components/revenue/comprehen/ComprehenOperation/BankPayment/BankPayment.vue +24 -23
  13. package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterListMaintain.vue +7 -7
  14. package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterOperate.vue +8 -21
  15. package/src/components/revenue/comprehen/Message/AllUserNew.vue +2 -2
  16. package/src/components/revenue/comprehen/Message/MessageList.vue +18 -1
  17. package/src/components/revenue/comprehen/Message/UserDefinedMessageNew.vue +0 -1
  18. package/src/components/revenue/comprehen/device/deviceEdit.vue +106 -0
  19. package/src/components/revenue/comprehen/device/deviceList.vue +146 -0
  20. package/src/components/revenue/comprehen/device/deviceManagement.vue +45 -0
  21. package/src/components/revenue/machineHandManage/machineHand.vue +1 -1
  22. package/src/components/revenue/machineHandManage/machineHandAudit.vue +1 -0
  23. package/src/components/webMeter/MeterManage/WebMeterBatchOperate.vue +3 -3
  24. package/src/filiale/qianneng/CardList.vue +14 -2
  25. package/src/filiale/qianneng/MessageList.vue +632 -0
  26. package/src/filiale/qianneng/OtherChargeNew.vue +6 -6
  27. package/src/filiale/qianneng/machine/ArrearsQuery.vue +927 -0
  28. package/src/filiale/qianneng/revenue/ChargeManage.vue +2 -1
  29. package/src/filiale/qianneng/revenue/machineHandManage/machineHand.vue +26 -2
  30. package/src/filiale/qianneng/sale.js +6 -2
  31. package/src/filiale/rizhao/ChargeRecordQuery.vue +100 -0
  32. package/src/filiale/rizhao/sale.js +3 -1
  33. package/src/filiale/rongcheng/ChargeManage.vue +11 -2
  34. package/src/filiale/rongcheng/OrderLinkDetail.vue +133 -0
  35. package/src/filiale/rongcheng/ServiceReform.vue +101 -0
  36. package/src/filiale/rongcheng/ServiceRepair.vue +100 -0
  37. package/src/filiale/rongcheng/otherinfo.vue +7 -5
  38. package/src/filiale/rongcheng/workorderinfo.vue +81 -0
  39. package/src/filiale/zhongyi/FileUserFiles.vue +988 -0
  40. package/src/filiale/zhongyi/sale.js +4 -1
  41. package/src/main.js +1 -1
  42. package/src/plugins/ChangeMeterService.js +756 -756
  43. package/src/sale.js +11 -6
@@ -12,7 +12,7 @@ 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://121.36.106.17:8400/'
15
+ var fuwu = 'http://192.168.50.4:8400/'
16
16
  //铜川正式
17
17
  // var fuwu = 'http://61.134.55.234:9999/'
18
18
  //铜川测试
@@ -98,7 +98,7 @@ var proxyTable = {
98
98
  },
99
99
  '/rs': {
100
100
  // target: 'http://192.168.30.63:8081/'
101
- target: 'http://121.36.106.17:8400/'
101
+ target: 'http://127.0.0.1:8072/'
102
102
  // target:fuwu
103
103
  }
104
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.4.180",
3
+ "version": "3.4.183",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -87,7 +87,7 @@
87
87
  "style-loader": "^0.20.3",
88
88
  "system-clients": "3.2.0-2",
89
89
  "url-loader": "^0.5.7",
90
- "vue-client": "1.24.49",
90
+ "vue-client": "1.24.51",
91
91
  "vue-clipboard2": "0.3.1",
92
92
  "vue-hot-reload-api": "^1.2.0",
93
93
  "vue-html-loader": "^1.0.0",