apply-clients 3.4.7 → 3.4.8
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.
package/build/dev-server.js
CHANGED
|
@@ -9,7 +9,7 @@ var compiler = webpack(config)
|
|
|
9
9
|
// var ldap = 'http://121.36.79.201:8400'
|
|
10
10
|
// var applyinstall = 'http://121.36.79.201:8400'
|
|
11
11
|
var ldap = 'http://192.168.50.4:8400'
|
|
12
|
-
var applyinstall = 'http://
|
|
12
|
+
var applyinstall = 'http://127.0.0.1:8080'
|
|
13
13
|
|
|
14
14
|
var proxyTable = {
|
|
15
15
|
'/rs/logic/getSaleInitData': {
|
package/package.json
CHANGED
|
@@ -269,11 +269,10 @@ export default {
|
|
|
269
269
|
applytype:[],
|
|
270
270
|
showModal: false,
|
|
271
271
|
applyType: '', // 报建类型
|
|
272
|
-
|
|
273
|
-
applyTypes:[{label:'散户报建',value:'散户报建'},{label:'工商户报建',value:'工商户报建'}],
|
|
272
|
+
applyTypes:[],
|
|
273
|
+
// applyTypes:[{label:'散户报建',value:'散户报建'},{label:'工商户报建',value:'工商户报建'}],
|
|
274
274
|
criteriaShow: false,
|
|
275
|
-
|
|
276
|
-
// applytype: [{label: '全部', value: ''}, {label:'散户报建',value:'散户报建'} ], // 所有报建类型
|
|
275
|
+
// applytype: [{label: '全部', value: ''}, {label:'团购转散户',value:'团购转散户'} ], // 所有报建类型
|
|
277
276
|
defnames: [{label: '全部', value: ''}],
|
|
278
277
|
applyNatures: [{label: '全部', value: ''}], // 报建性质
|
|
279
278
|
laterList: [
|
|
@@ -288,6 +287,7 @@ export default {
|
|
|
288
287
|
//this.$refs.cp.$refs.cri.model.defname='报装缴费'
|
|
289
288
|
//this.$refs.cp.$refs.cri.model.defname='合同签订'
|
|
290
289
|
this.applytype =[{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')]// 所有报建类型
|
|
290
|
+
this.applyTypes=this.$appdata.getParam("手机报建类型")
|
|
291
291
|
|
|
292
292
|
},
|
|
293
293
|
methods: {
|