safecheck-client 4.0.0-63 → 4.0.0-65

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.
@@ -1,19 +1,20 @@
1
- // 分公司特殊组件页面注册
2
- import Vue from "vue";
3
-
4
- //手机特殊目录注册到该文件中
5
- let specialComp = {
6
- 'safecheck-order-v': (resolve) => { require(['./android/SafecheckOrderV'], resolve) },
7
- 'safecheck-userinfo': (resolve) => { require(['./android/SafecheckUserInfo'], resolve) },
8
- 'PhoneUpUserinfo': (resolve) => { require(['./android/PhoneUpUserinfo.vue'], resolve) },
9
- 'area-plan': (resolve) => { require(['./android/AreaPlan.vue'], resolve) },
10
- 'check-plan-list': (resolve) => { require(['./android/CheckPlanList.vue'], resolve) },
11
- 'check-plan-list-area': (resolve) => { require(['./android/CheckPlanListArea.vue'], resolve) },
12
- 'current-create': (resolve) => { require(['./android/CurrentCreate.vue'], resolve) },
13
-
14
- }
15
- exports.specialComp = specialComp
16
-
17
-
18
-
19
-
1
+ // 分公司特殊组件页面注册
2
+ import Vue from "vue";
3
+
4
+ //手机特殊目录注册到该文件中
5
+ let specialComp = {
6
+ 'safecheck-order-v': (resolve) => { require(['./android/SafecheckOrderV'], resolve) },
7
+ 'safecheck-userinfo': (resolve) => { require(['./android/SafecheckUserInfo'], resolve) },
8
+ 'PhoneUpUserinfo': (resolve) => { require(['./android/PhoneUpUserinfo.vue'], resolve) },
9
+ 'area-plan': (resolve) => { require(['./android/AreaPlan.vue'], resolve) },
10
+ 'check-plan-list': (resolve) => { require(['./android/CheckPlanList.vue'], resolve) },
11
+ 'phone-insurance-purchase-detail': (resolve) => { require(['./android/PhoneInsurancePurchaseDetail'], resolve) },
12
+ 'check-plan-list-area': (resolve) => { require(['./android/CheckPlanListArea.vue'], resolve) },
13
+ 'current-create': (resolve) => { require(['./android/CurrentCreate.vue'], resolve) },
14
+
15
+ }
16
+ exports.specialComp = specialComp
17
+
18
+
19
+
20
+
@@ -1819,19 +1819,13 @@ export default {
1819
1819
  if (typeof this.deviceconfig==='string'){
1820
1820
  this.deviceconfig=JSON.parse(this.deviceconfig)
1821
1821
  }
1822
- //tag)
1823
1822
  }
1824
- if (this.data.f_collection_type == '按金额' && this.data.f_meter_type != '物联网表') {
1825
- let aaa = Object.assign({}, this.config2["燃气表"].items, this.deviceconfig["燃气表"].items)
1826
- this.deviceconfig["燃气表"].items = aaa
1827
- //this.deviceconfig["燃气表"]=this.config2["燃气表"]
1828
- //tag)
1829
- } else if(this.data.f_collection_type == '按气量' &&this.data.f_meter_type!= '物联网表'){
1830
- let aaa = Object.assign({}, this.config["燃气表"].items, this.deviceconfig["燃气表"].items)
1831
- this.deviceconfig["燃气表"].items = aaa
1823
+ if (this.data.f_collection_type == '按金额' && this.item.f_meter_type != '物联网表') {
1824
+ this.deviceconfig["燃气表"].items = Object.assign({}, this.config2["燃气表"].items, this.deviceconfig["燃气表"].items)
1825
+ } else if(this.data.f_collection_type == '按气量' && this.item.f_meter_type!= '物联网表'){
1826
+ this.deviceconfig["燃气表"].items = Object.assign({}, this.config["燃气表"].items, this.deviceconfig["燃气表"].items)
1832
1827
  } else {
1833
- let aaa = Object.assign({}, this.config3["燃气表"].items, this.deviceconfig["燃气表"].items)
1834
- this.deviceconfig["燃气表"].items = aaa
1828
+ this.deviceconfig["燃气表"].items = Object.assign({}, this.config3["燃气表"].items, this.deviceconfig["燃气表"].items)
1835
1829
  }
1836
1830
  this.deviceconfig2 = ObjConfig.getObjConfig(this.deviceconfig)
1837
1831
  this.deviceconfig2[0].items = jsonSort(this.deviceconfig2[0].items, "index")