manage-client 4.0.66 → 4.0.67

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
+ }
@@ -389,7 +389,7 @@
389
389
  props: ['data'],
390
390
  data() {
391
391
  return {
392
- model: new PagedList('api/af-revenue/sql/getExceptionList', 20),
392
+ model: new PagedList('/api/af-revenue/sql/getExceptionList',20,{startDate: 'this.model.startDate', endDate: 'this.model.endDate'}),
393
393
  reportStr: null,
394
394
  show: false,
395
395
  startDate: '',
package/src/main.js CHANGED
@@ -6,7 +6,7 @@ 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/yangchun/sale'
9
+ import ShanXianSaleManage from './filiale/fugou/sale'
10
10
  import ShanXianwebSaleManage from './filiale/shexian/webmeterManage'
11
11
  import webmeterManage from './webmeterManage'
12
12
  import reportManage from './reportManage'
File without changes
File without changes
Binary file
File without changes