manage-client 4.0.58-2 → 4.0.58

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
File without changes
@@ -11,17 +11,17 @@ var compiler = webpack(config)
11
11
  // Define HTTP proxies to your custom API backend
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
13
  // var bendi = 'http://127.0.0.1:8089/manage', fuwu = 'http://36.103.224.217:6300/'
14
- var shaoguan = 'http://192.168.50.67:31567/'
15
- var qtx= 'http://192.168.50.67:31567/'
14
+ var shaoguan = 'http://119.146.1.106:8300/'
15
+ var qtx= 'http://36.103.222.144:6300/'
16
16
  // var bendi = 'http://220.194.141.253:8600/'
17
17
  // var bendi = 'http://203.57.101.233:9001'
18
18
  // var bendi = 'http://172.168.1.11:9001/'
19
19
  // var bendi = 'http://192.168.50.4:8400/'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
- var bendi = 'http://192.168.50.67:31567/'
22
+ var bendi = 'http://192.168.50.4:8400/'
23
23
  // var bendi = 'http://119.187.112.234:8400/'
24
- var wode = 'http://192.168.50.67:31567/'
24
+ var wode = 'http://192.168.50.4:8400/'
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
  '/api': {
33
- target: 'http://192.168.50.67:31567/'
33
+ target: 'http://192.168.50.4:8400'
34
34
 
35
35
  },
36
36
  '/rs/sql/chargeQuery_by_gasproperties': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.58-2",
3
+ "version": "4.0.58",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -287,13 +287,6 @@
287
287
  :options='$parent.$parent.safe' placeholder='请选择'
288
288
  close-on-select></v-select>
289
289
  </div>
290
- <div class="col-sm-2 form-group">
291
- <label class="font_normal_body">&nbsp;&nbsp;&nbsp;壁挂炉</label>
292
- <v-select :value.sync="model.isbgl" v-model="model.isbgl"
293
- :options='$parent.$parent.bgl' placeholder='请选择'
294
- condition="isbgl = '{}'"
295
- close-on-select></v-select>
296
- </div>
297
290
  <res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes"></res-select-group>
298
291
  </div>
299
292
  </div>
@@ -355,9 +348,6 @@
355
348
  <th>
356
349
  <nobr>缴费类型</nobr>
357
350
  </th>
358
- <th>
359
- <nobr>是否壁挂炉</nobr>
360
- </th>
361
351
  <th>
362
352
  <nobr>银行户名</nobr>
363
353
  </th>
@@ -436,9 +426,6 @@
436
426
  <td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
437
427
  <nobr>{{row.f_cost_type}}</nobr>
438
428
  </td>
439
- <td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
440
- <nobr>{{row.isbgl}}</nobr>
441
- </td>
442
429
  <td :class="row.f_user_state !== '正常'? 'back-red' : 'back-blue'" style="text-align: center;">
443
430
  <nobr><span v-if="row.f_cost_type =='银行代扣'">{{row.f_bank_accopen}}</span></nobr>
444
431
  </td>
@@ -932,9 +919,6 @@
932
919
 
933
920
  return [{label: '全部', value: ''}, ...rs]
934
921
  },
935
- bgl(){
936
- return [{label: '全部', value: ''}, {label: '是', value: '是'}, {label: '否', value: '否'}]
937
- },
938
922
  userstates() {
939
923
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('客户状态')]
940
924
  },