system-clients 1.6.377 → 1.6.378

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-clients",
3
- "version": "1.6.377",
3
+ "version": "1.6.378",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -27,16 +27,20 @@
27
27
  "vue": "^1.0.17"
28
28
  },
29
29
  "devDependencies": {
30
+ "address-client": "1.3.53.1",
31
+ "axios": "0.15.3",
30
32
  "babel-core": "^6.0.0",
31
33
  "babel-loader": "^6.0.0",
32
34
  "babel-plugin-transform-runtime": "^6.0.0",
33
35
  "babel-preset-es2015": "^6.0.0",
34
36
  "babel-preset-stage-2": "^6.0.0",
35
37
  "chai": "^3.5.0",
38
+ "co": "^4.6.0",
36
39
  "connect-history-api-fallback": "^1.1.0",
37
40
  "cross-env": "^1.0.7",
38
41
  "cross-spawn": "^2.1.5",
39
42
  "css-loader": "^0.23.0",
43
+ "echarts": "^4.1.0",
40
44
  "eslint": "^2.0.0",
41
45
  "eslint-config-standard": "^5.1.0",
42
46
  "eslint-friendly-formatter": "^1.2.2",
@@ -51,6 +55,7 @@
51
55
  "file-loader": "^0.8.4",
52
56
  "function-bind": "^1.0.2",
53
57
  "html-webpack-plugin": "^2.8.1",
58
+ "http-proxy": "^1.17.0",
54
59
  "http-proxy-middleware": "^0.11.0",
55
60
  "inject-loader": "^2.0.1",
56
61
  "isparta-loader": "^2.0.0",
@@ -65,7 +70,10 @@
65
70
  "karma-sourcemap-loader": "^0.3.7",
66
71
  "karma-spec-reporter": "0.0.31",
67
72
  "karma-webpack": "^2.0.2",
68
- "manage-client": "^1.4.20",
73
+ "less": "^2.7.3",
74
+ "ldap-clients": "0.4.5",
75
+ "jsencrypt": "3.0.0-rc.1",
76
+ "manage-client": "1.0.4",
69
77
  "mkdirp": "^0.5.1",
70
78
  "mocha": "^3.2.0",
71
79
  "ncp": "^2.0.0",
@@ -77,16 +85,18 @@
77
85
  "style": "0.0.3",
78
86
  "style-loader": "^0.20.3",
79
87
  "url-loader": "^0.5.7",
80
- "vue-client": "^1.18.5",
88
+ "vue-client": "1.21.7-jc",
89
+ "crypto-js": "^4.1.1",
81
90
  "vue-hot-reload-api": "^1.2.0",
82
91
  "vue-html-loader": "^1.0.0",
83
- "vue-loader": "^8.2.1",
92
+ "vue-loader": "8.2.1",
84
93
  "vue-resource": "^1.5.0",
85
94
  "vue-router": "^0.7.13",
86
95
  "vue-strap": "^1.0.9",
87
96
  "vue-style-loader": "^1.0.0",
88
- "vue-validator": "^3.0.0-alpha.2",
89
- "webpack": "^1.12.2",
97
+ "vue-validator": "2.1.7",
98
+ "webpack": "1.12.2",
99
+ "webpack-bundle-analyzer": "^2.8.3",
90
100
  "webpack-dev-middleware": "^1.4.0",
91
101
  "webpack-hot-middleware": "^2.6.0",
92
102
  "webpack-merge": "^0.8.3"
package/src/App.vue CHANGED
@@ -1,24 +1,28 @@
1
- <template>
2
- <app-base class="bg">
3
- <div class='flex'>
4
- <article>
5
- <!--<route :comp="{name: 'check-model'}"></route>-->
6
- <!--<route :comp="{name: 'vender-management'}"></route>-->
7
- <route :comp="{name: 'login'}"></route>
8
- <!-- <route :comp="{name: 'load-data'}"></route> -->
9
- <!-- <route :comp="{name: 'load-params', props: {componentName: 'login'}}"></route> -->
10
- <!-- <route :comp="{name: 'load-params', props: {dataUrl: ['rs/sql/getMeterBrand','rs/sql/getPriceType','rs/sql/getMeterStyle'], componentName: 'login'}}"></route> -->
11
- </article>
12
- </div>
13
- </app-base>
14
- </template>
15
-
16
- <script>
17
- // import cardListen from './plugins/CardListen'
18
-
19
- export default {
20
- // ready () {
21
- // cardListen.startListen()
22
- // }
23
- }
24
- </script>
1
+ <template>
2
+ <div>
3
+ <app-base class="bg">
4
+ <div class='flex'>
5
+ <article>
6
+ <!--<route :comp="{name: 'manage-home'}"></route>-->
7
+ <!--<route :comp="{name: 'meter-reading'}"></route>-->
8
+ <!--<route :comp="{name: 'Gasproperties'}"></route>-->
9
+ <!--<route :comp="{name: 'vender-management'}"></route>-->
10
+ <!--<route :comp="{name: 'malfunction-home'}"></route>-->
11
+ <route :comp="{name: 'login'}"></route>
12
+ <!-- <route :comp="{name: 'load-data'}"></route> -->
13
+ <!-- <route :comp="{name: 'load-params', props: {componentName: 'login'}}"></route> -->
14
+ <!-- <route :comp="{name: 'load-params', props: {dataUrl: ['rs/sql/getMeterBrand','rs/sql/getPriceType','rs/sql/getMeterStyle'], componentName: 'login'}}"></route> -->
15
+ </article>
16
+ </div>
17
+ </app-base>
18
+ </div>
19
+ </template>
20
+
21
+ <script>
22
+ import Vue from 'vue'
23
+ export default {
24
+ ready () {
25
+ Vue.HWQMM = [51, 150, 231, 300, 565, 708, 721, 952, 738, 560, 935, 912, 1274, 1148, 840, 1440]
26
+ }
27
+ }
28
+ </script>
@@ -30,7 +30,7 @@
30
30
  <button type="button" class="button_search btn" @click="search()" v-el:cx>查询</button>
31
31
  <export-excel :data="{condition: condition}"
32
32
  :field="$parent.$parent.getfield"
33
- sqlurl="rs/logic/saleExport" sql-name="equipmentQuery" template-name='pos导出' :choose-col="true"></export-excel>
33
+ sqlurl="rs/logic/saleExport" sql-name="sale_equipmentQuery" template-name='pos导出' :choose-col="true"></export-excel>
34
34
  <!-- <button type="button" class="button_search btn" @click="$parent.$parent.add() " v-el:cx>新增</button>-->
35
35
  <!-- <div style="float: right" class="button_spacing"-->
36
36
  <!-- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"-->