apply-clients 3.4.38 → 3.4.50

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.
@@ -8,8 +8,8 @@ var compiler = webpack(config)
8
8
  // var proxy = httpProxy.createProxyServer()
9
9
  // var ldap = 'http://121.36.79.201:8400'
10
10
  // var applyinstall = 'http://121.36.79.201:8400'
11
- var ldap = 'http://117.33.181.102:8400'
12
- var applyinstall = 'http://117.33.181.102:8400'
11
+ var ldap = 'http://121.36.106.17:8400/'
12
+ var applyinstall = 'http://121.36.106.17:8400/'
13
13
 
14
14
  var proxyTable = {
15
15
  '/rs/logic/getSaleInitData': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.4.38",
3
+ "version": "3.4.50",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
package/src/android.js CHANGED
@@ -1,21 +1,21 @@
1
- import Vue from 'vue'
2
- import AndroidApp from './AndroidApp'
3
- import { all } from 'vue-client'
4
- import apply from './apply'
5
- import {systemphonegrid} from 'system-phone'
6
- import applyAndroid from './applyAndroid'
7
-
8
- all()
9
- apply()
10
- // applyAndroid('guangxi')
11
- systemphonegrid()
12
-
13
- require('./android-bootstrap/less/bootstrap.less')
14
- require('./expandcssAndroid.less')
15
-
16
- Vue.android = true
17
- /* eslint-disable no-new */
18
- new Vue({
19
- el: 'body',
20
- components: { AndroidApp }
21
- })
1
+ import Vue from 'vue'
2
+ import AndroidApp from './AndroidApp'
3
+ import { all } from 'vue-client'
4
+ import apply from './apply'
5
+ import {systemphonegrid} from 'system-phone'
6
+ import applyAndroid from './applyAndroid'
7
+
8
+ all()
9
+ apply()
10
+ applyAndroid()
11
+ systemphonegrid()
12
+
13
+ require('./android-bootstrap/less/bootstrap.less')
14
+ require('./expandcssAndroid.less')
15
+
16
+ Vue.android = true
17
+ /* eslint-disable no-new */
18
+ new Vue({
19
+ el: 'body',
20
+ components: { AndroidApp }
21
+ })
@@ -1070,7 +1070,6 @@
1070
1070
  },
1071
1071
  // 选择气价
1072
1072
  'priceChange' (index) {
1073
- debugger
1074
1073
  if (isEmpty(this.show_data.stairPrice)) {
1075
1074
  return
1076
1075
  }
@@ -1081,8 +1080,7 @@
1081
1080
  this.setLabelValue('用气性质', stairPrice.f_gasproperties)
1082
1081
  this.setLabelValue('价格', stairPrice.f_price)
1083
1082
  this.setLabelValue('客户类型', stairPrice.f_user_type)
1084
-
1085
- this.show_data.f_price_id = stairPrice.f_price_id
1083
+ this.show_data.f_price_id = stairPrice.id
1086
1084
  this.show_data.f_price_name = stairPrice.f_price_name
1087
1085
  },
1088
1086
  // 选择开发商
package/src/main.js CHANGED
@@ -1,26 +1,23 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import { all } from 'vue-client'
4
- import {ldap} from 'ldap-clients'
5
- import {system} from 'system-clients'
6
- import {sale} from 'sale-client'
7
- import {material} from 'material-client'
8
-
9
- import apply from './apply'
10
-
11
- // import applyAndroid from './applyAndroid'
12
-
13
- all()
14
- apply('guangxi')
15
- // applyAndroid('guangxi')
16
- ldap()
17
- sale()
18
- material()
19
- system(false)
20
-
21
- require('system-clients/src/styles/less/bootstrap.less')
22
- require('./expandcss.less')
23
- new Vue({
24
- el: 'body',
25
- components: { App }
26
- })
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import { all } from 'vue-client'
4
+ import {ldap} from 'ldap-clients'
5
+ import {system} from 'system-clients'
6
+ import {sale} from 'sale-client'
7
+ import {material} from 'material-client'
8
+
9
+ import apply from './apply'
10
+
11
+ all()
12
+ apply()
13
+ ldap()
14
+ sale()
15
+ material()
16
+ system(false)
17
+
18
+ require('system-clients/src/styles/less/bootstrap.less')
19
+ require('./expandcss.less')
20
+ new Vue({
21
+ el: 'body',
22
+ components: { App }
23
+ })