telephone-clients 4.0.0-1-81 → 4.0.0-1-82

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,120 +1,120 @@
1
- {
2
- "name": "telephone-clients",
3
- "version": "4.0.0-1-81",
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
- "html2canvas": "1.1.4",
28
- "html2pdf.js": "0.10.1",
29
- "jspdf": "2.3.1",
30
- "@keeex/qrcodejs-kx": "^1.0.2",
31
- "date-fns": "^2.29.3",
32
- "dayjs": "^1.11.6",
33
- "less": "^2.7.1",
34
- "less-loader": "^2.2.3",
35
- "qrcodejs2": "^0.0.2",
36
- "src": "^1.1.2",
37
- "swiper": "^6.1.2",
38
- "vue": "^1.0.17",
39
- "vue-awesome-swiper": "^4.1.1"
40
- },
41
- "devDependencies": {
42
- "safecheck-client": "4.0.0-27",
43
- "address-client": "3.0.23",
44
- "babel-core": "^6.26.0",
45
- "babel-loader": "^6.0.0",
46
- "babel-plugin-transform-runtime": "^6.0.0",
47
- "babel-preset-es2015": "^6.0.0",
48
- "babel-preset-stage-2": "^6.0.0",
49
- "chai": "^3.5.0",
50
- "chromedriver": "^2.21.2",
51
- "compression-webpack-plugin": "^1.1.2",
52
- "connect-history-api-fallback": "^1.1.0",
53
- "cross-env": "^1.0.7",
54
- "cross-spawn": "^2.1.5",
55
- "css-loader": "^0.23.0",
56
- "echarts": "^4.1.0",
57
- "eslint": "^2.0.0",
58
- "eslint-config-standard": "^5.1.0",
59
- "eslint-friendly-formatter": "^1.2.2",
60
- "eslint-loader": "^1.3.0",
61
- "eslint-plugin-html": "^1.3.0",
62
- "eslint-plugin-promise": "^1.0.8",
63
- "eslint-plugin-standard": "^1.3.2",
64
- "eslint-plugin-vue": "^0.1.1",
65
- "eventsource-polyfill": "^0.9.6",
66
- "express": "^4.13.3",
67
- "extract-text-webpack-plugin": "^3.0.2",
68
- "file-loader": "^0.8.4",
69
- "function-bind": "^1.0.2",
70
- "html-webpack-plugin": "^2.30.1",
71
- "http-proxy-middleware": "^0.11.0",
72
- "inject-loader": "^2.0.1",
73
- "isparta-loader": "^2.0.0",
74
- "jasmine-core": "^2.4.1",
75
- "jquery": "^3.3.1",
76
- "jsencrypt": "^3.0.0-rc.1",
77
- "json-loader": "^0.5.4",
78
- "karma": "^1.4.1",
79
- "karma-chrome-launcher": "^2.2.0",
80
- "karma-coverage": "^1.1.1",
81
- "karma-mocha": "^1.3.0",
82
- "karma-sinon-chai": "^1.3.1",
83
- "karma-sourcemap-loader": "^0.3.7",
84
- "karma-spec-reporter": "0.0.31",
85
- "karma-webpack": "^2.0.2",
86
- "less-loader": "^2.2.3",
87
- "lolex": "^1.5.2",
88
- "mkdirp": "^0.5.1",
89
- "mocha": "^3.2.0",
90
- "ncp": "^2.0.0",
91
- "nightwatch": "^0.8.18",
92
- "ol": "^4.6.4",
93
- "phantomjs-prebuilt": "^2.1.3",
94
- "proj4": "^2.2.1",
95
- "rimraf": "^2.5.0",
96
- "selenium-server": "2.52.0",
97
- "sinon": "^2.1.0",
98
- "sinon-chai": "^2.8.0",
99
- "style": "0.0.3",
100
- "style-loader": "^0.20.3",
101
- "system-clients": "^4.0.5",
102
- "system-phone": "1.2.100",
103
- "terser-webpack-plugin-legacy": "^1.2.5",
104
- "url-loader": "^0.5.7",
105
- "vue-client": "1.25.42",
106
- "vue-hot-reload-api": "^1.2.0",
107
- "vue-html-loader": "^1.0.0",
108
- "vue-loader": "^8.2.1",
109
- "vue-resource": "^1.5.0",
110
- "vue-router": "^0.7.13",
111
- "vue-strap": "^1.0.9",
112
- "vue-style-loader": "^1.0.0",
113
- "vue-validator": "2.1.7",
114
- "webpack": "^3.12.0",
115
- "webpack-dev-middleware": "^1.4.0",
116
- "webpack-dev-server": "^2.9.7",
117
- "webpack-hot-middleware": "^2.6.0",
118
- "webpack-merge": "^0.8.3"
119
- }
120
- }
1
+ {
2
+ "name": "telephone-clients",
3
+ "version": "4.0.0-1-82",
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
+ "html2canvas": "1.1.4",
28
+ "html2pdf.js": "0.10.1",
29
+ "jspdf": "2.3.1",
30
+ "@keeex/qrcodejs-kx": "^1.0.2",
31
+ "date-fns": "^2.29.3",
32
+ "dayjs": "^1.11.6",
33
+ "less": "^2.7.1",
34
+ "less-loader": "^2.2.3",
35
+ "qrcodejs2": "^0.0.2",
36
+ "src": "^1.1.2",
37
+ "swiper": "^6.1.2",
38
+ "vue": "^1.0.17",
39
+ "vue-awesome-swiper": "^4.1.1"
40
+ },
41
+ "devDependencies": {
42
+ "safecheck-client": "4.0.0-27",
43
+ "address-client": "3.0.23",
44
+ "babel-core": "^6.26.0",
45
+ "babel-loader": "^6.0.0",
46
+ "babel-plugin-transform-runtime": "^6.0.0",
47
+ "babel-preset-es2015": "^6.0.0",
48
+ "babel-preset-stage-2": "^6.0.0",
49
+ "chai": "^3.5.0",
50
+ "chromedriver": "^2.21.2",
51
+ "compression-webpack-plugin": "^1.1.2",
52
+ "connect-history-api-fallback": "^1.1.0",
53
+ "cross-env": "^1.0.7",
54
+ "cross-spawn": "^2.1.5",
55
+ "css-loader": "^0.23.0",
56
+ "echarts": "^4.1.0",
57
+ "eslint": "^2.0.0",
58
+ "eslint-config-standard": "^5.1.0",
59
+ "eslint-friendly-formatter": "^1.2.2",
60
+ "eslint-loader": "^1.3.0",
61
+ "eslint-plugin-html": "^1.3.0",
62
+ "eslint-plugin-promise": "^1.0.8",
63
+ "eslint-plugin-standard": "^1.3.2",
64
+ "eslint-plugin-vue": "^0.1.1",
65
+ "eventsource-polyfill": "^0.9.6",
66
+ "express": "^4.13.3",
67
+ "extract-text-webpack-plugin": "^3.0.2",
68
+ "file-loader": "^0.8.4",
69
+ "function-bind": "^1.0.2",
70
+ "html-webpack-plugin": "^2.30.1",
71
+ "http-proxy-middleware": "^0.11.0",
72
+ "inject-loader": "^2.0.1",
73
+ "isparta-loader": "^2.0.0",
74
+ "jasmine-core": "^2.4.1",
75
+ "jquery": "^3.3.1",
76
+ "jsencrypt": "^3.0.0-rc.1",
77
+ "json-loader": "^0.5.4",
78
+ "karma": "^1.4.1",
79
+ "karma-chrome-launcher": "^2.2.0",
80
+ "karma-coverage": "^1.1.1",
81
+ "karma-mocha": "^1.3.0",
82
+ "karma-sinon-chai": "^1.3.1",
83
+ "karma-sourcemap-loader": "^0.3.7",
84
+ "karma-spec-reporter": "0.0.31",
85
+ "karma-webpack": "^2.0.2",
86
+ "less-loader": "^2.2.3",
87
+ "lolex": "^1.5.2",
88
+ "mkdirp": "^0.5.1",
89
+ "mocha": "^3.2.0",
90
+ "ncp": "^2.0.0",
91
+ "nightwatch": "^0.8.18",
92
+ "ol": "^4.6.4",
93
+ "phantomjs-prebuilt": "^2.1.3",
94
+ "proj4": "^2.2.1",
95
+ "rimraf": "^2.5.0",
96
+ "selenium-server": "2.52.0",
97
+ "sinon": "^2.1.0",
98
+ "sinon-chai": "^2.8.0",
99
+ "style": "0.0.3",
100
+ "style-loader": "^0.20.3",
101
+ "system-clients": "^4.0.5",
102
+ "system-phone": "1.2.100",
103
+ "terser-webpack-plugin-legacy": "^1.2.5",
104
+ "url-loader": "^0.5.7",
105
+ "vue-client": "1.25.42",
106
+ "vue-hot-reload-api": "^1.2.0",
107
+ "vue-html-loader": "^1.0.0",
108
+ "vue-loader": "^8.2.1",
109
+ "vue-resource": "^1.5.0",
110
+ "vue-router": "^0.7.13",
111
+ "vue-strap": "^1.0.9",
112
+ "vue-style-loader": "^1.0.0",
113
+ "vue-validator": "2.1.7",
114
+ "webpack": "^3.12.0",
115
+ "webpack-dev-middleware": "^1.4.0",
116
+ "webpack-dev-server": "^2.9.7",
117
+ "webpack-hot-middleware": "^2.6.0",
118
+ "webpack-merge": "^0.8.3"
119
+ }
120
+ }
@@ -406,8 +406,7 @@
406
406
  </td>
407
407
  <td style="text-align: center;" :style="row.f_overdue_show == '已逾期'?'color:#FF5744':row.defname == '话务员派单'? 'color:#FF9900':''">
408
408
  <nobr>
409
- <!-- row.defname ?row.defname: (row.f_state === '撤销' ? '撤销' : '完成')-->
410
- {{ row.f_state ?row.f_state:(row.defname ?row.defname:'完成')}}
409
+ {{ row.defname ? row.defname : (row.f_state ?row.f_state:'完成')}}
411
410
  </nobr>
412
411
  </td>
413
412
  <td style="text-align: center;" :style="row.f_overdue_show == '已逾期'?'color:#FF5744':row.defname == '话务员派单'? 'color:#FF9900':''">
@@ -748,12 +747,12 @@ export default {
748
747
  this.model.overday = ` and overday <= 604800 and overday > 0 and (f_state != '撤销' or f_state is null)`
749
748
  }
750
749
  }
751
- if(args.model.f_result_status === '未完成'){
752
- args.condition += ` and tsw.f_result_status is null`
753
- }
754
- if(args.model.f_result_status === '已完成'){
755
- args.condition += ` and tsw.f_result_status = '已完成'`
756
- }
750
+ // if(args.model.f_result_status === '未完成'){
751
+ // args.condition += ` and tsw.f_result_status is null`
752
+ // }
753
+ // if(args.model.f_result_status === '已完成'){
754
+ // args.condition += ` and tsw.f_result_status = '已完成'`
755
+ // }
757
756
  if(args.model.f_revisit == '是'){
758
757
  args.condition += ` and f_revisit = '是'`
759
758
  }
package/src/main.js CHANGED
@@ -10,7 +10,7 @@ Vue.prototype.$echarts = echarts
10
10
  /** **************************通用组件******************************/
11
11
  all()
12
12
  system(false)
13
- telephone('xinkang')
13
+ telephone('meihekou')
14
14
  // safecheck('bayan')
15
15
  require('./expandcss.less')
16
16
  require('system-clients/src/styles/less/bootstrap.less')