telephone-clients 3.0.100 → 3.0.102

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.
Files changed (49) hide show
  1. package/package.json +116 -116
  2. package/src/components/ExportExcel.vue +275 -274
  3. package/src/components/MaterialsManage/MaterialsBase.vue +177 -163
  4. package/src/components/Util/RightTreeSafe.vue +346 -340
  5. package/src/components/android/AddMyTask.vue +29 -21
  6. package/src/components/guoxin/Console.vue +30 -0
  7. package/src/components/guoxin/RecordInfoRight.vue +75 -0
  8. package/src/components/guoxin/VisitInfo.vue +281 -0
  9. package/src/components/guoxin/telephone.js +2 -1
  10. package/src/components/pc/SiteSend.vue +281 -282
  11. package/src/components/pc/TelFindUser.vue +14 -9
  12. package/src/components/pc/TelListener.vue +19 -14
  13. package/src/components/pc/WorkCenterList.vue +292 -287
  14. package/src/components/pc/WorkList.vue +4 -15
  15. package/src/components/pc/WorkListAllNew.vue +700 -697
  16. package/src/components/pc/WorkListNew.vue +3 -3
  17. package/src/components/workorder/CompletedRepair.vue +43 -22
  18. package/src/components/workorder/Othercharge.vue +3 -3
  19. package/src/components/workorder/RepairFirstV.vue +41 -1
  20. package/src/filiale/qianneng/android/AppInstallationMaterial.vue +71 -51
  21. package/src/filiale/qianneng/android/FaultAll.vue +2 -2
  22. package/src/filiale/qianneng/android/MaterIialOne.vue +2 -2
  23. package/src/filiale/qianneng/android/RepairOrderV.vue +1 -1
  24. package/src/filiale/qianneng/android/TemporarySingle.vue +13 -2
  25. package/src/filiale/qianneng/pc/FailureEdit.vue +2 -0
  26. package/src/filiale/qianneng/pc/MaterialDetailed.vue +12 -1
  27. package/src/filiale/qianneng/pc/RepairsWork.vue +1 -1
  28. package/src/filiale/qianneng/pc/WorkListAllNew.vue +701 -679
  29. package/src/filiale/shanxian/pc/WorkList.vue +823 -791
  30. package/src/filiale/shexian/android/Outlay.vue +249 -0
  31. package/src/filiale/shexian/android/RepairFirstV.vue +61 -3
  32. package/src/filiale/shexian/android/RepairInfo.vue +11 -1
  33. package/src/filiale/shexian/android/RepairOrderV.vue +2 -2
  34. package/src/filiale/shexian/pc/NewRepairPaper.vue +374 -0
  35. package/src/filiale/shexian/pc/TelByOrderMan.vue +28 -32
  36. package/src/filiale/shexian/pc/TelByOrderManCount.vue +116 -0
  37. package/src/filiale/shexian/pc/TelByRepairType.vue +5 -5
  38. package/src/filiale/shexian/pc/WorkListAllNew.vue +714 -0
  39. package/src/filiale/shexian/telephone.js +5 -2
  40. package/src/filiale/shexian/telephoneAndroid.js +3 -0
  41. package/src/filiale/tongchuan/android/RepairFirstV.vue +13 -15
  42. package/src/filiale/tongchuan/pc/RepairsWork.vue +6 -2
  43. package/src/filiale/tongchuan/pc/WorkCenterList.vue +33 -34
  44. package/src/filiale/tongchuan/pc/WorkHistory.vue +5 -56
  45. package/src/filiale/tongchuan/pc/WorkList.vue +44 -98
  46. package/src/filiale/tongchuan/pc/WorkListAll.vue +4 -9
  47. package/src/filiale/tongchuan/pc/WorkOrderStatistics.vue +22 -10
  48. package/src/main.js +22 -22
  49. package/yarn-error.log +0 -7872
package/package.json CHANGED
@@ -1,116 +1,116 @@
1
- {
2
- "name": "telephone-clients",
3
- "version": "3.0.100",
4
- "description": "呼叫模块前台组件",
5
- "main": "src/index.js",
6
- "directories": {
7
- "example": "examples",
8
- "test": "test"
9
- },
10
- "scripts": {
11
- "unit": "karma start test/unit/karma.conf.js",
12
- "example": "node build/example-server.js",
13
- "dev": "webpack-dev-server --config ./build/dev-server.js",
14
- "android": "node build/dev-android.js",
15
- "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
16
- "build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
17
- "e2e": "node test/e2e/runner.js",
18
- "release": "bash build/release.sh"
19
- },
20
- "repository": "http://gitee.com/aote/telephone",
21
- "keywords": [
22
- "telephone-clients"
23
- ],
24
- "author": "申志明",
25
- "license": "ISC",
26
- "dependencies": {
27
- "@keeex/qrcodejs-kx": "^1.0.2",
28
- "date-fns": "^2.29.3",
29
- "dayjs": "^1.11.6",
30
- "less": "^2.7.1",
31
- "less-loader": "^2.2.3",
32
- "qrcodejs2": "^0.0.2",
33
- "src": "^1.1.2",
34
- "swiper": "^6.1.2",
35
- "vue": "^1.0.17",
36
- "vue-awesome-swiper": "^4.1.1"
37
- },
38
- "devDependencies": {
39
- "address-client": "3.0.23",
40
- "babel-core": "^6.26.0",
41
- "babel-loader": "^6.0.0",
42
- "babel-plugin-transform-runtime": "^6.0.0",
43
- "babel-preset-es2015": "^6.0.0",
44
- "babel-preset-stage-2": "^6.0.0",
45
- "chai": "^3.5.0",
46
- "chromedriver": "^2.21.2",
47
- "compression-webpack-plugin": "^1.1.2",
48
- "connect-history-api-fallback": "^1.1.0",
49
- "cross-env": "^1.0.7",
50
- "cross-spawn": "^2.1.5",
51
- "css-loader": "^0.23.0",
52
- "echarts": "^4.1.0",
53
- "eslint": "^2.0.0",
54
- "eslint-config-standard": "^5.1.0",
55
- "eslint-friendly-formatter": "^1.2.2",
56
- "eslint-loader": "^1.3.0",
57
- "eslint-plugin-html": "^1.3.0",
58
- "eslint-plugin-promise": "^1.0.8",
59
- "eslint-plugin-standard": "^1.3.2",
60
- "eslint-plugin-vue": "^0.1.1",
61
- "eventsource-polyfill": "^0.9.6",
62
- "express": "^4.13.3",
63
- "extract-text-webpack-plugin": "^3.0.2",
64
- "file-loader": "^0.8.4",
65
- "function-bind": "^1.0.2",
66
- "html-webpack-plugin": "^2.30.1",
67
- "http-proxy-middleware": "^0.11.0",
68
- "inject-loader": "^2.0.1",
69
- "isparta-loader": "^2.0.0",
70
- "jasmine-core": "^2.4.1",
71
- "jquery": "^3.3.1",
72
- "jsencrypt": "^3.0.0-rc.1",
73
- "json-loader": "^0.5.4",
74
- "karma": "^1.4.1",
75
- "karma-chrome-launcher": "^2.2.0",
76
- "karma-coverage": "^1.1.1",
77
- "karma-mocha": "^1.3.0",
78
- "karma-sinon-chai": "^1.3.1",
79
- "karma-sourcemap-loader": "^0.3.7",
80
- "karma-spec-reporter": "0.0.31",
81
- "karma-webpack": "^2.0.2",
82
- "less-loader": "^2.2.3",
83
- "lolex": "^1.5.2",
84
- "mkdirp": "^0.5.1",
85
- "mocha": "^3.2.0",
86
- "ncp": "^2.0.0",
87
- "nightwatch": "^0.8.18",
88
- "ol": "^4.6.4",
89
- "phantomjs-prebuilt": "^2.1.3",
90
- "proj4": "^2.2.1",
91
- "rimraf": "^2.5.0",
92
- "selenium-server": "2.52.0",
93
- "sinon": "^2.1.0",
94
- "sinon-chai": "^2.8.0",
95
- "style": "0.0.3",
96
- "style-loader": "^0.20.3",
97
- "system-clients": "3.2.55",
98
- "system-phone": "1.2.100",
99
- "terser-webpack-plugin-legacy": "^1.2.5",
100
- "url-loader": "^0.5.7",
101
- "vue-client": "1.24.77",
102
- "vue-hot-reload-api": "^1.2.0",
103
- "vue-html-loader": "^1.0.0",
104
- "vue-loader": "^8.2.1",
105
- "vue-resource": "^1.5.0",
106
- "vue-router": "^0.7.13",
107
- "vue-strap": "^1.0.9",
108
- "vue-style-loader": "^1.0.0",
109
- "vue-validator": "2.1.7",
110
- "webpack": "^3.12.0",
111
- "webpack-dev-middleware": "^1.4.0",
112
- "webpack-dev-server": "^2.9.7",
113
- "webpack-hot-middleware": "^2.6.0",
114
- "webpack-merge": "^0.8.3"
115
- }
116
- }
1
+ {
2
+ "name": "telephone-clients",
3
+ "version": "3.0.102",
4
+ "description": "呼叫模块前台组件",
5
+ "main": "src/index.js",
6
+ "directories": {
7
+ "example": "examples",
8
+ "test": "test"
9
+ },
10
+ "scripts": {
11
+ "unit": "karma start test/unit/karma.conf.js",
12
+ "example": "node build/example-server.js",
13
+ "dev": "webpack-dev-server --config ./build/dev-server.js",
14
+ "android": "node build/dev-android.js",
15
+ "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
16
+ "build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
17
+ "e2e": "node test/e2e/runner.js",
18
+ "release": "bash build/release.sh"
19
+ },
20
+ "repository": "http://gitee.com/aote/telephone",
21
+ "keywords": [
22
+ "telephone-clients"
23
+ ],
24
+ "author": "申志明",
25
+ "license": "ISC",
26
+ "dependencies": {
27
+ "@keeex/qrcodejs-kx": "^1.0.2",
28
+ "date-fns": "^2.29.3",
29
+ "dayjs": "^1.11.6",
30
+ "less": "^2.7.1",
31
+ "less-loader": "^2.2.3",
32
+ "qrcodejs2": "^0.0.2",
33
+ "src": "^1.1.2",
34
+ "swiper": "^6.1.2",
35
+ "vue": "^1.0.17",
36
+ "vue-awesome-swiper": "^4.1.1"
37
+ },
38
+ "devDependencies": {
39
+ "address-client": "3.0.23",
40
+ "babel-core": "^6.26.0",
41
+ "babel-loader": "^6.0.0",
42
+ "babel-plugin-transform-runtime": "^6.0.0",
43
+ "babel-preset-es2015": "^6.0.0",
44
+ "babel-preset-stage-2": "^6.0.0",
45
+ "chai": "^3.5.0",
46
+ "chromedriver": "^2.21.2",
47
+ "compression-webpack-plugin": "^1.1.2",
48
+ "connect-history-api-fallback": "^1.1.0",
49
+ "cross-env": "^1.0.7",
50
+ "cross-spawn": "^2.1.5",
51
+ "css-loader": "^0.23.0",
52
+ "echarts": "^4.1.0",
53
+ "eslint": "^2.0.0",
54
+ "eslint-config-standard": "^5.1.0",
55
+ "eslint-friendly-formatter": "^1.2.2",
56
+ "eslint-loader": "^1.3.0",
57
+ "eslint-plugin-html": "^1.3.0",
58
+ "eslint-plugin-promise": "^1.0.8",
59
+ "eslint-plugin-standard": "^1.3.2",
60
+ "eslint-plugin-vue": "^0.1.1",
61
+ "eventsource-polyfill": "^0.9.6",
62
+ "express": "^4.13.3",
63
+ "extract-text-webpack-plugin": "^3.0.2",
64
+ "file-loader": "^0.8.4",
65
+ "function-bind": "^1.0.2",
66
+ "html-webpack-plugin": "^2.30.1",
67
+ "http-proxy-middleware": "^0.11.0",
68
+ "inject-loader": "^2.0.1",
69
+ "isparta-loader": "^2.0.0",
70
+ "jasmine-core": "^2.4.1",
71
+ "jquery": "^3.3.1",
72
+ "jsencrypt": "^3.0.0-rc.1",
73
+ "json-loader": "^0.5.4",
74
+ "karma": "^1.4.1",
75
+ "karma-chrome-launcher": "^2.2.0",
76
+ "karma-coverage": "^1.1.1",
77
+ "karma-mocha": "^1.3.0",
78
+ "karma-sinon-chai": "^1.3.1",
79
+ "karma-sourcemap-loader": "^0.3.7",
80
+ "karma-spec-reporter": "0.0.31",
81
+ "karma-webpack": "^2.0.2",
82
+ "less-loader": "^2.2.3",
83
+ "lolex": "^1.5.2",
84
+ "mkdirp": "^0.5.1",
85
+ "mocha": "^3.2.0",
86
+ "ncp": "^2.0.0",
87
+ "nightwatch": "^0.8.18",
88
+ "ol": "^4.6.4",
89
+ "phantomjs-prebuilt": "^2.1.3",
90
+ "proj4": "^2.2.1",
91
+ "rimraf": "^2.5.0",
92
+ "selenium-server": "2.52.0",
93
+ "sinon": "^2.1.0",
94
+ "sinon-chai": "^2.8.0",
95
+ "style": "0.0.3",
96
+ "style-loader": "^0.20.3",
97
+ "system-clients": "3.2.55",
98
+ "system-phone": "1.2.100",
99
+ "terser-webpack-plugin-legacy": "^1.2.5",
100
+ "url-loader": "^0.5.7",
101
+ "vue-client": "1.24.77",
102
+ "vue-hot-reload-api": "^1.2.0",
103
+ "vue-html-loader": "^1.0.0",
104
+ "vue-loader": "^8.2.1",
105
+ "vue-resource": "^1.5.0",
106
+ "vue-router": "^0.7.13",
107
+ "vue-strap": "^1.0.9",
108
+ "vue-style-loader": "^1.0.0",
109
+ "vue-validator": "2.1.7",
110
+ "webpack": "^3.12.0",
111
+ "webpack-dev-middleware": "^1.4.0",
112
+ "webpack-dev-server": "^2.9.7",
113
+ "webpack-hot-middleware": "^2.6.0",
114
+ "webpack-merge": "^0.8.3"
115
+ }
116
+ }