manage-client 4.1.18 → 4.1.19

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.
File without changes
Binary file
@@ -19,9 +19,9 @@ var qtx = 'http://36.103.222.144:6300/'
19
19
  // var bendi = 'http://203.57.101.233:9001/'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
- var bendi = 'http://218.77.35.25:30785/'
22
+ var bendi = 'http://192.168.50.67:30785/'
23
23
  // var bendi = 'http://119.187.112.234:8400/'
24
- var wode = 'http://218.77.35.25:30785/'
24
+ var wode = 'http://192.168.50.67:30785/'
25
25
  // 192.168.
26
26
  // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
27
27
  // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
@@ -33,11 +33,11 @@ var proxyTable = {
33
33
  target: 'http://203.57.101.233:9001/'
34
34
 
35
35
  },
36
- '/api/af-revenue/sql/': {
36
+ '/api/af-revenue/sql/WeChatPaydetail': {
37
37
  pathRewrite: {
38
- '^/api/af-revenue': '/'
38
+ '^/api/af-revenue': '/rs'
39
39
  },
40
- target: 'http://127.0.0.1:9026/'
40
+ target: 'http://127.0.0.1:8080/'
41
41
  },
42
42
  '/api/af-revenue/sql/WeChatPayment': {
43
43
  pathRewrite: {
@@ -45,6 +45,24 @@ var proxyTable = {
45
45
  },
46
46
  target: 'http://127.0.0.1:8080/'
47
47
  },
48
+ '/api/af-revenue/sql/getGasInspection': {
49
+ pathRewrite: {
50
+ '^/api/af-revenue': '/rs'
51
+ },
52
+ target: 'http://127.0.0.1:8080/'
53
+ },
54
+ '/api/af-revenue/sql/inspectList_sellinggas': {
55
+ pathRewrite: {
56
+ '^/api/af-revenue': '/rs'
57
+ },
58
+ target: 'http://127.0.0.1:8080/'
59
+ },
60
+ '/api/af-revenue/sql/inspectList': {
61
+ pathRewrite: {
62
+ '^/api/af-revenue': '/rs'
63
+ },
64
+ target: 'http://127.0.0.1:8080/'
65
+ },
48
66
  '/api': {
49
67
  target: 'http://192.168.50.67:31567/'
50
68
 
@@ -60,7 +78,7 @@ var proxyTable = {
60
78
  },
61
79
  // 查找资源服务数据
62
80
  '/rs/search': {
63
- target: 'http://218.77.35.25:30785/'
81
+ target: 'http://192.168.50.67:30785/'
64
82
  },
65
83
  // 查找资源服务数据
66
84
  '/rs/logic/getLogin': {
@@ -102,7 +120,7 @@ var proxyTable = {
102
120
  target: bendi
103
121
  },
104
122
  '/rs/vue': {
105
- target: 'http://218.77.35.25:30785/'
123
+ target: 'http://192.168.50.67:31567/'
106
124
  },
107
125
  '/rs/file': {
108
126
  target: bendi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.1.18",
3
+ "version": "4.1.19",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -799,19 +799,6 @@
799
799
  }
800
800
  },
801
801
  selfSearch(args) {
802
- //小区查询条件
803
- this.area = this.$refs.paged.$refs.cri.model.f_residential_area
804
- console.log("=====小区model绑定====",this.area)
805
- if(this.area.length !== 0){
806
- let str = JSON.stringify(this.area)
807
- str = str.replace(/"/g,`'`)
808
- str = str.replace(/\[/g,``)
809
- str = str.replace(/\]/g,``)
810
- console.log("=====小区model22222222222绑定====",str)
811
- //查询多个小区时条件
812
- args.condition += ` and f_residential_area in ( ${str} )`
813
- }
814
-
815
802
  if (!this.orgCondtionStr) {
816
803
  args.condition = `${args.condition}` + " and f_orgid = " + this.$login.f.orgid
817
804
  } else {
@@ -860,7 +860,7 @@ export default {
860
860
  let data = {
861
861
  filepath: res.f_downloadpath
862
862
  }
863
- new HttpResetClass().load('POST','/rs/logic/safe_GetUserInfoFromExcel', {data: data}, {
863
+ new HttpResetClass().load('POST','/rs/logic/meter_GetUserInfoFromExcel', {data: data}, {
864
864
  resolveMsg: '导入成功!已生成条件,若要去除导入条件请点击旁边 ‘清空用户编号’ 按钮。',
865
865
  rejectMsg: '导入失败'
866
866
  }).then((res) => {
@@ -496,7 +496,7 @@
496
496
  con= `${this.$refs.paged.$refs.cri.condition} `
497
497
  }
498
498
  return {
499
- condition: con ,
499
+ condition: this.condition,
500
500
  startDate:`${this.$refs.paged.$refs.cri.model.startDate}`,
501
501
  endDate:`${this.$refs.paged.$refs.cri.model.endDate}`
502
502
  }
package/src/main.js CHANGED
@@ -6,8 +6,8 @@ import { all } from 'vue-client'
6
6
  import { system } from 'system-clients'
7
7
  import { ldap } from 'ldap-clients'
8
8
  import saleManage from './saleManage'
9
- import ShanXianSaleManage from './filiale/haile/sale'
10
- // import ShanXianwebSaleManage from './filiale/haile/webmeterManage'
9
+ import ShanXianSaleManage from './filiale/rizhao/sale'
10
+ // import ShanXianwebSaleManage from './filiale/rongcheng/webmeterManage'
11
11
  import webmeterManage from './webmeterManage'
12
12
  import reportManage from './reportManage'
13
13
  import newmanage from './newmanage'