manage-client 4.0.84-jy → 4.0.84

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.
@@ -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://121.36.106.17:8800/'
22
+ var bendi = 'http://203.57.101.233:9001/'
23
23
  // var bendi = 'http://119.187.112.234:8400/'
24
- var wode = 'http://121.36.106.17:8800/'
24
+ var wode = 'http://203.57.101.233:9001/'
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'
@@ -30,7 +30,7 @@ var proxyTable = {
30
30
  target: bendi
31
31
  },
32
32
  '/dataManage': {
33
- target: 'http://121.36.106.17:8800/'
33
+ target: 'http://203.57.101.233:9001/'
34
34
 
35
35
  },
36
36
  '/api/af-revenue/sql/compreQuery': {
@@ -40,7 +40,7 @@ var proxyTable = {
40
40
  target: 'http://127.0.0.1:9026/'
41
41
  },
42
42
  '/api': {
43
- target: 'http://121.36.106.17:8800/'
43
+ target: 'http://192.168.50.67:31567/'
44
44
 
45
45
  },
46
46
  '/rs/sql/chargeQuery_by_gasproperties': {
@@ -54,7 +54,7 @@ var proxyTable = {
54
54
  },
55
55
  // 查找资源服务数据
56
56
  '/rs/search': {
57
- target: 'http://121.36.106.17:8800/'
57
+ target: 'http://192.168.50.67:31567/'
58
58
  },
59
59
  // 查找资源服务数据
60
60
  '/rs/logic/getLogin': {
@@ -96,7 +96,7 @@ var proxyTable = {
96
96
  target: bendi
97
97
  },
98
98
  '/rs/vue': {
99
- target: 'http://121.36.106.17:8800/'
99
+ target: 'http://192.168.50.67:31567/'
100
100
  },
101
101
  '/rs/file': {
102
102
  target: bendi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.84-jy",
3
+ "version": "4.0.84",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -1377,6 +1377,7 @@ export default {
1377
1377
  'f_user_name': '用户名称',
1378
1378
  'f_address': '用户地址',
1379
1379
  'f_idnumber': '身份证号',
1380
+ 'f_price_name': '气价名称',
1380
1381
  'a': '售气量',
1381
1382
  'b': '金额'
1382
1383
  },
@@ -91,6 +91,7 @@
91
91
  <th><nobr>用户地址</nobr></th>
92
92
  <th><nobr>身份证号</nobr></th>
93
93
  <th><nobr>用户名称</nobr></th>
94
+ <th><nobr>气价名称</nobr></th>
94
95
  <th><nobr>售气量</nobr></th>
95
96
  <th><nobr>金额</nobr></th>
96
97
  </tr>
@@ -111,6 +112,9 @@
111
112
  <td style="text-align: center;">
112
113
  <nobr>{{row.f_user_name}}</nobr>
113
114
  </td>
115
+ <td style="text-align: center;">
116
+ <nobr>{{row.f_price_name}}</nobr>
117
+ </td>
114
118
  <td style="text-align: center;">
115
119
  <nobr>{{row.a}}</nobr>
116
120
  </td>
package/src/main.js CHANGED
@@ -6,7 +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/jingyang/sale'
9
+ import ShanXianSaleManage from './filiale/yangchun/sale'
10
+ import ShanXianwebSaleManage from './filiale/yangchun/webmeterManage'
10
11
  import webmeterManage from './webmeterManage'
11
12
  import reportManage from './reportManage'
12
13
  import newmanage from './newmanage'
@@ -49,6 +50,7 @@ saleManage()
49
50
  webmeterManage()
50
51
  ManageHome()
51
52
  newmanage()
53
+ ShanXianwebSaleManage()
52
54
  reportManage()
53
55
  ShanXianSaleManage()
54
56
  require('system-clients/src/styles/less/bootstrap.less')