manage-client 4.1.151 → 4.1.152

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.
@@ -0,0 +1,7 @@
1
+ // 分公司特殊组件页面注册
2
+ import Vue from 'vue'
3
+
4
+ export default function () {
5
+ // 收费查询
6
+ Vue.component('charge-query', (resolve) => { require(['./sale/businessquery/ChargeQuery'], resolve) })
7
+ }
@@ -540,7 +540,9 @@
540
540
  },
541
541
  clearmsg() {
542
542
  Object.keys(this.$refs.paged.$refs.criteria.model).forEach((key) => {
543
- this.$refs.paged.$refs.criteria.model[key] = []
543
+ if(key !== 'f_error_level'){
544
+ this.$refs.paged.$refs.criteria.model[key] = []
545
+ }
544
546
  })
545
547
  },
546
548
  close() {
package/src/main.js CHANGED
@@ -6,8 +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/meihekou/sale'
10
- import ShanXianwebSaleManage from './filiale/meihekou/webmeterManage'
9
+ import ShanXianSaleManage from './filiale/xinjiangdexin/sale'
10
+ // import ShanXianwebSaleManage from './filiale/rongcheng/webmeterManage'
11
11
  import webmeterManage from './webmeterManage'
12
12
  import reportManage from './reportManage'
13
13
  import newmanage from './newmanage'
@@ -50,7 +50,6 @@ webmeterManage()
50
50
  ManageHome()
51
51
  newmanage()
52
52
  ShanXianSaleManage()
53
- ShanXianwebSaleManage()
54
53
  reportManage()
55
54
  // ShanXianSaleManage()
56
55
  require('system-clients/src/styles/less/bootstrap.less')