telephone-clients 3.0.105-5 → 3.0.106

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 (76) hide show
  1. package/build.gradle +15 -0
  2. package/package.json +116 -116
  3. package/src/components/android/ImgArea.vue +25 -1
  4. package/src/components/pc/SiteBack.vue +93 -93
  5. package/src/components/sendsingle/onlinequeryuser.vue +1 -1
  6. package/src/components/weinan/WorkListAll.vue +14 -36
  7. package/src/components/workorder/Outlay.vue +3 -2
  8. package/src/components/workorder/PhoneStandWork.vue +2 -1
  9. package/src/components/workorder/RepairDetails.vue +1 -0
  10. package/src/components/workorder/RepairOrderV.vue +864 -864
  11. package/src/components/workorder/SubstitFirstV.vue +146 -146
  12. package/src/components/workorder/TemporarySingle.vue +31 -13
  13. package/src/filiale/{furuike → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)}/pc/RecordListLeft.vue +6 -0
  14. package/src/filiale/{furuike → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)}/pc/RepairsWork.vue +28 -0
  15. package/src/filiale/{furuike → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)}/pc/WorkListAllNew.vue +17 -4
  16. package/src/filiale/qianneng/android/PhoneStandWork.vue +2 -1
  17. package/src/filiale/rizhao/android/FaultAll.vue +10 -0
  18. package/src/filiale/rizhao/pc/RepairList.vue +125 -0
  19. package/src/filiale/rizhao/telephone.js +1 -0
  20. package/src/filiale/tongchuan/pc/WorkorderCheckDistributePlan.vue +26 -21
  21. package/src/filiale/wenxi/pc/NewTelAgentVoiceReport.vue +14 -7
  22. package/src/filiale/wenxi/pc/WorkListAll.vue +1 -1
  23. package/src/filiale/yangchunboneng/android/Othercharge.vue +475 -0
  24. package/src/filiale/yangchunboneng/android/TemporarySingle.vue +541 -0
  25. package/src/filiale/yangchunboneng/pc/OtherCharge.vue +421 -0
  26. package/src/filiale/yangchunboneng/pc/RepairsWork.vue +875 -0
  27. package/src/filiale/yangchunboneng/telephone.js +15 -0
  28. package/src/filiale/yangchunboneng/telephoneAndroid.js +13 -0
  29. package/src/filiale/yuncheng/android/Outlay.vue +201 -201
  30. package/src/filiale/yuncheng/android/RepairOrderV.vue +971 -971
  31. package/src/filiale/yuncheng/pc/WorkListAllNew.vue +809 -805
  32. package/src/main.js +22 -22
  33. package/src/telephone-shaoguan.js +1 -1
  34. package/src/telephone-tongcheng.js +1 -1
  35. package/src/weinan.js +1 -1
  36. /package/src/components/pos/charge/card/{CheckUser.Vue → CheckUser.vue} +0 -0
  37. /package/src/components/pos/charge/card/{SelectUser.Vue → SelectUser.vue} +0 -0
  38. /package/src/filiale/{furuike/android/CompletedRepair.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/android/CompletedRepair.vue"} +0 -0
  39. /package/src/filiale/{furuike/android/FaultAll.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/android/FaultAll.vue"} +0 -0
  40. /package/src/filiale/{furuike/android/Materials.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/android/Materials.vue"} +0 -0
  41. /package/src/filiale/{furuike/android/RepairFirstVnew.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/android/RepairFirstVnew.vue"} +0 -0
  42. /package/src/filiale/{furuike/android/RepairOrderVnew.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/android/RepairOrderVnew.vue"} +0 -0
  43. /package/src/filiale/{furuike/pc/Auxfunc.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/Auxfunc.vue"} +0 -0
  44. /package/src/filiale/{furuike/pc/CallRcords.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/CallRcords.vue"} +0 -0
  45. /package/src/filiale/{furuike/pc/ChangemeterInfo.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/ChangemeterInfo.vue"} +0 -0
  46. /package/src/filiale/{furuike/pc/ComplainWork.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/ComplainWork.vue"} +0 -0
  47. /package/src/filiale/{furuike/pc/DeviceInfo.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/DeviceInfo.vue"} +0 -0
  48. /package/src/filiale/{furuike/pc/DisableInforMation.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/DisableInforMation.vue"} +0 -0
  49. /package/src/filiale/{furuike/pc/FailureEdit.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/FailureEdit.vue"} +0 -0
  50. /package/src/filiale/{furuike/pc/HandplanInfo.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/HandplanInfo.vue"} +0 -0
  51. /package/src/filiale/{furuike/pc/InfoTable.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/InfoTable.vue"} +0 -0
  52. /package/src/filiale/{furuike/pc/InstructInfo.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/InstructInfo.vue"} +0 -0
  53. /package/src/filiale/{furuike/pc/LineReport.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/LineReport.vue"} +0 -0
  54. /package/src/filiale/{furuike/pc/MaterialWorkOrder/MaterialWork.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/MaterialWorkOrder/MaterialWork.vue"} +0 -0
  55. /package/src/filiale/{furuike/pc/MaterialWorkOrder/MaterialWorkOrderManage.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/MaterialWorkOrder/MaterialWorkOrderManage.vue"} +0 -0
  56. /package/src/filiale/{furuike/pc/MaterialWorkOrder/WorkOrderMaterial.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/MaterialWorkOrder/WorkOrderMaterial.vue"} +0 -0
  57. /package/src/filiale/{furuike/pc/MetereadInfo.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/MetereadInfo.vue"} +0 -0
  58. /package/src/filiale/{furuike/pc/MetterInfo.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/MetterInfo.vue"} +0 -0
  59. /package/src/filiale/{furuike/pc/NewRepairPaper.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/NewRepairPaper.vue"} +0 -0
  60. /package/src/filiale/{furuike/pc/ProblemList.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/ProblemList.vue"} +0 -0
  61. /package/src/filiale/{furuike/pc/QueryVisitHistory.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/QueryVisitHistory.vue"} +0 -0
  62. /package/src/filiale/{furuike/pc/ReminderOrder.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/ReminderOrder.vue"} +0 -0
  63. /package/src/filiale/{furuike/pc/RepairList.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/RepairList.vue"} +0 -0
  64. /package/src/filiale/{furuike/pc/SecuritycheckInfo.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/SecuritycheckInfo.vue"} +0 -0
  65. /package/src/filiale/{furuike/pc/Seekwork.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/Seekwork.vue"} +0 -0
  66. /package/src/filiale/{furuike/pc/SellInfo.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/SellInfo.vue"} +0 -0
  67. /package/src/filiale/{furuike/pc/TableReport.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/TableReport.vue"} +0 -0
  68. /package/src/filiale/{furuike/pc/TelFindUser.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/TelFindUser.vue"} +0 -0
  69. /package/src/filiale/{furuike/pc/TelLossList.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/TelLossList.vue"} +0 -0
  70. /package/src/filiale/{furuike/pc/TelePhoneUpload.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/TelePhoneUpload.vue"} +0 -0
  71. /package/src/filiale/{furuike/pc/TextServer.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/TextServer.vue"} +0 -0
  72. /package/src/filiale/{furuike/pc/VoiceServer.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/VoiceServer.vue"} +0 -0
  73. /package/src/filiale/{furuike/pc/WorkCenter.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/WorkCenter.vue"} +0 -0
  74. /package/src/filiale/{furuike/pc/WorkHistory.vue → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/WorkHistory.vue"} +0 -0
  75. /package/src/filiale/{furuike/telephone.js → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/telephone.js"} +0 -0
  76. /package/src/filiale/{furuike/telephoneAndroid.js → furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/telephoneAndroid.js"} +0 -0
package/build.gradle ADDED
@@ -0,0 +1,15 @@
1
+ buildscript {
2
+ repositories {
3
+ mavenCentral()
4
+ jcenter()
5
+ }
6
+ }
7
+
8
+ version = '3.0.48'
9
+
10
+ apply plugin: 'java'
11
+
12
+ task release(type:Exec) {
13
+ workingDir '.'
14
+ commandLine 'cmd', '/c', 'release.bat ' + version
15
+ }
package/package.json CHANGED
@@ -1,116 +1,116 @@
1
- {
2
- "name": "telephone-clients",
3
- "version": "3.0.105-5",
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.61",
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.116",
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.106",
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.61",
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.116",
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
+ }
@@ -2,6 +2,7 @@
2
2
  <div>
3
3
  <div class="row">
4
4
  <button type="button" name="button" class="btn btn-primary" @click="takePic()">拍照</button>
5
+ <button v-if="isxiangce == '是'" type="button" name="button" class="btn btn-primary" @click="takePic1()">相册</button>
5
6
  </div>
6
7
  <div class="row">
7
8
  <div class="col-xs-4 col-sm-3 col-md-2" v-for="img in model" v-if="img.imgpath == sutitle ">
@@ -22,7 +23,8 @@
22
23
  model: {
23
24
  type: Array
24
25
  },
25
- sutitle:'维修照片'
26
+ sutitle:'维修照片',
27
+ isxiangce:'否'
26
28
  },
27
29
  data () {
28
30
  return {
@@ -66,6 +68,28 @@
66
68
  this.fileName = Util.guid() + '-valve-' + idx + '-' + prop + '.jpg'
67
69
  this.$androidUtil.takePic(this, this.cameraCallBack, this.fileName,this.sutitle+jingweidu)
68
70
  },
71
+ takePic1() {
72
+ const obj = HostApp.getGpsDetailAddress()
73
+ let jingweidu = ''
74
+ if (this.is_has_jingweidu == 'true') {
75
+ jingweidu = '\t经度:' + obj.longitude + '\t纬度:' + obj.latitude
76
+ }
77
+ HostApp.__callback__ = this.cameraCallBack
78
+ HostApp.__this__ = this
79
+ let prop = 'repair'
80
+ let idx = 'aofeng'
81
+ this.fileName = Util.guid() + '-valve-' + idx + '-' + prop + '.jpg'
82
+ HostApp._open_a_page({
83
+ type: 'boomerang',
84
+ page: 'com.aofeng.hybrid.android.peripheral.ActionPickActivity',
85
+ param: {
86
+ file: this.fileName,
87
+ requestCode: 111,
88
+ callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
89
+ watermark: this.sutitle+jingweidu + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name
90
+ }
91
+ })
92
+ },
69
93
  getimgstr(val){
70
94
  if(!val){
71
95
  return ''
@@ -1,93 +1,93 @@
1
- <template>
2
- <div class="form-inline auto ">
3
- <div class="row">
4
- <label style="margin-left: 20px;">工单编号:</label><span>{{ row.f_service_id }}</span>
5
- </div>
6
- <div class="row">
7
- <label style="margin-left: 20px;">退回原因:</label>
8
- <textarea style="width: 30%" name="name" rows="2" class="ver-textarea" class="form-control" v-model='model.serviceacitivity[0].f_site_back_reason'></textarea>
9
- </div>
10
- <div class="row">
11
- <button style="float: right;" type="button" name="button" class="button_search button_spacing"
12
- @click="$emit('cancel')">取消
13
- </button>
14
- <button style="float: right;" type="button" name="button" class="button_search button_spacing"
15
- @click="WorkBack()">退回
16
- </button>
17
- </div>
18
- </div>
19
- </template>
20
- <script>
21
- import * as Util from '../Util'
22
- import Vue from 'vue'
23
-
24
- export default {
25
- title: '站点工单打回',
26
- props: {
27
- row: {
28
- type: Object
29
- },
30
- source: '',
31
- //用来标记本单是否需要回更退回原因 回更后手机端置换代办业务会显示退回原因。未包含维修单的退回
32
- isupdate: {
33
- type: Boolean,
34
- default:false
35
- },
36
-
37
- },
38
- data () {
39
- return {
40
- model: {
41
- serviceacitivity: [{
42
- f_site_back_date: '',
43
- f_site_back_name: '',
44
- serviceid: '',
45
- f_service_acitivity_type: ''
46
- }
47
- ]
48
- }
49
- }
50
- },
51
- watch: {
52
- // 报修单发生改变,给报修单设置默认打回对象
53
- row (val) {
54
- this.setRow()
55
- }
56
- },
57
- ready () {
58
- this.setRow()
59
- },
60
- methods: {
61
- WorkBack () {
62
- // 将数据发送给业务逻辑
63
- let data = ''
64
- if (this.source == 'mobile') {
65
- data = {model: this.model, loginUser: {name: Vue.user.name, ename: Vue.user.ename, id: Vue.user.id}}
66
- return this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/logic/siteBack`, data).then(() => {
67
- this.$emit('success')
68
- })
69
- } else {
70
- data = {
71
- model: this.model,
72
- loginUser: {name: this.$login.f.name, ename: this.$login.f.ename, id: this.$login.f.id}
73
- }
74
- if(this.isupdate){
75
- data.isupdate=this.isupdate
76
- }
77
- return this.$resetpost('rs/logic/siteBack', data).then(() => {
78
- this.$emit('success')
79
- })
80
- }
81
-
82
- },
83
- setRow () {
84
- if (this.row) {
85
- this.model = Object.assign({}, this.model, this.row)
86
- this.$set('model.serviceacitivity', [{
87
- f_service_acitivity_type: '打回'
88
- }])
89
- }
90
- }
91
- }
92
- }
93
- </script>
1
+ <template>
2
+ <div class="form-inline auto ">
3
+ <div class="row">
4
+ <label style="margin-left: 20px;">工单编号:</label><span>{{ row.f_service_id }}</span>
5
+ </div>
6
+ <div class="row">
7
+ <label style="margin-left: 20px;">退回原因:</label>
8
+ <textarea style="width: 30%" name="name" rows="2" class="ver-textarea" class="form-control" v-model='model.serviceacitivity[0].f_site_back_reason'></textarea>
9
+ </div>
10
+ <div class="row">
11
+ <button style="float: right;" type="button" name="button" class="button_search button_spacing"
12
+ @click="$emit('cancel')">取消
13
+ </button>
14
+ <button style="float: right;" type="button" name="button" class="button_search button_spacing"
15
+ @click="WorkBack()">退回
16
+ </button>
17
+ </div>
18
+ </div>
19
+ </template>
20
+ <script>
21
+ import * as Util from '../Util'
22
+ import Vue from 'vue'
23
+
24
+ export default {
25
+ title: '站点工单打回',
26
+ props: {
27
+ row: {
28
+ type: Object
29
+ },
30
+ source: '',
31
+ //用来标记本单是否需要回更退回原因 回更后手机端置换代办业务会显示退回原因。未包含维修单的退回
32
+ isupdate: {
33
+ type: Boolean,
34
+ default:false
35
+ },
36
+
37
+ },
38
+ data () {
39
+ return {
40
+ model: {
41
+ serviceacitivity: [{
42
+ f_site_back_date: '',
43
+ f_site_back_name: '',
44
+ serviceid: '',
45
+ f_service_acitivity_type: ''
46
+ }
47
+ ]
48
+ }
49
+ }
50
+ },
51
+ watch: {
52
+ // 报修单发生改变,给报修单设置默认打回对象
53
+ row (val) {
54
+ this.setRow()
55
+ }
56
+ },
57
+ ready () {
58
+ this.setRow()
59
+ },
60
+ methods: {
61
+ WorkBack () {
62
+ // 将数据发送给业务逻辑
63
+ let data = ''
64
+ if (this.source == 'mobile') {
65
+ data = {model: this.model, loginUser: {name: Vue.user.name, ename: Vue.user.ename, id: Vue.user.id}}
66
+ return this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/logic/siteBack`, data).then(() => {
67
+ this.$emit('success')
68
+ })
69
+ } else {
70
+ data = {
71
+ model: this.model,
72
+ loginUser: {name: this.$login.f.name, ename: this.$login.f.ename, id: this.$login.f.id}
73
+ }
74
+ if(this.isupdate){
75
+ data.isupdate=this.isupdate
76
+ }
77
+ return this.$resetpost('rs/logic/siteBack', data).then(() => {
78
+ this.$emit('success')
79
+ })
80
+ }
81
+
82
+ },
83
+ setRow () {
84
+ if (this.row) {
85
+ this.model = Object.assign({}, this.model, this.row)
86
+ this.$set('model.serviceacitivity', [{
87
+ f_service_acitivity_type: '打回'
88
+ }])
89
+ }
90
+ }
91
+ }
92
+ }
93
+ </script>
@@ -292,7 +292,7 @@ export default {
292
292
  this.$showMessage(' 请输入条件...')
293
293
  return
294
294
  }else {
295
- args.condition += ` and uf.f_orgid = '${this.f_orgid}' and f_table_state = '正常' `
295
+ args.condition += ` and uf.f_orgid = '${this.f_orgid}' `
296
296
  // 取消分公司
297
297
  // args.condition += ` and f_table_state = '正常' `
298
298
  // args.condition += ` and uf.f_orgid = '454' and f_table_state = '正常' `
@@ -189,10 +189,8 @@
189
189
  <div class="col-sm-3 form-group form-input-group" style="width: 20%">
190
190
  <label class="font_normal_body" style="width: 40%">报修类型</label>
191
191
  <v-select :value.sync="model.f_repairtype" v-model='model.f_repairtype'
192
- :value-single="true"
193
- :options='$parent.$parent.repairstypes' placeholder='报修类型'
194
- close-on-select
195
- condition="f_repairtype like '%{}%'"></v-select>
192
+ :multiple="true"
193
+ :options='$parent.$parent.repairstypes' placeholder='报修类型'></v-select>
196
194
  </div>
197
195
  </div>
198
196
  </div>
@@ -209,17 +207,9 @@
209
207
  <th><nobr>客户信息</nobr></th>
210
208
 
211
209
  <th><nobr>故障明细</nobr></th>
212
- <!-- <th><nobr>工单状态</nobr></th>-->
213
210
  <th><nobr>派单人</nobr></th>
214
211
  <th><nobr>工单来源</nobr></th>
215
212
  <th><nobr>接单员</nobr></th>
216
- <!-- <th><nobr>上传时间</nobr></th>-->
217
- <!-- <th><nobr>到达时间</nobr></th>-->
218
- <!-- <th><nobr>离开时间</nobr></th>-->
219
-
220
- <!--<th><nobr>管理改造费用</nobr></th>-->
221
- <!--<th><nobr>材料改造费用</nobr></th>-->
222
- <!--<th><nobr>费用</nobr></th>-->
223
213
  <th><nobr>工单类型</nobr></th>
224
214
  <th><nobr>报修类型</nobr></th>
225
215
  <th><nobr>工单结果</nobr></th>
@@ -227,8 +217,6 @@
227
217
  <th><nobr>工单备注</nobr></th>
228
218
  <th><nobr>结案备注</nobr></th>
229
219
  <th><nobr>回访</nobr></th>
230
-
231
- <!-- <th><nobr>抢修照片</nobr></th>-->
232
220
  <th><nobr>操作</nobr></th>
233
221
  <th v-if="$parent.$parent.$parent.systemshow"><nobr>操作</nobr></th>
234
222
  </tr>
@@ -241,35 +229,15 @@
241
229
  <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.f_contact_phone}}</nobr></td>
242
230
  <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.f_user_name}}&nbsp;&nbsp;&nbsp;{{row.f_address}}&nbsp;&nbsp;&nbsp;{{row.f_contact_name}}</nobr></td>
243
231
  <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{$parent.$parent.$parent.troubles(row.failure)}}</nobr></td>
244
-
245
-
246
- <!--<td><nobr>{{row.f_repairtype}}</nobr></td>-->
247
-
248
-
249
- <!-- <td style="text-align: center;" :style="row.serviceacitivity && row.serviceacitivity[0].f_is_abnormal == '异常'?'color:red;text-align: center;':'text-align: center;'">-->
250
- <!-- <nobr>{{row.processins.activities.length == 0 ? (row.f_state === '撤销' ? '撤销' : '完成') : row.processins.activities[0].defname}}</nobr>-->
251
- <!-- </td>-->
252
232
  <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.f_single_man}}</nobr></td>
253
233
  <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.f_source == '安检' ? '安检转发' : row.f_source == '微信' ? '微信转发' :row.f_source}}</nobr></td>
254
234
  <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.f_order_man}} {{row.f_repairman_phone}}</nobr></td>
255
- <!-- <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.serviceacitivity[0].f_date}}</nobr></td>-->
256
- <!-- <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.serviceacitivity[0].f_date_come}}</nobr></td>-->
257
- <!-- <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.serviceacitivity[0].f_date_leave}}</nobr></td>-->
258
-
259
235
  <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.f_workorder_type}}</nobr></td>
260
236
  <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.f_repairtype}}</nobr></td>
261
-
262
- <!--<td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.serviceacitivity[0].f_cost_manage}}</nobr></td>-->
263
- <!--<td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.serviceacitivity[0].f_cost_material}}</nobr></td>-->
264
- <!--<td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.serviceacitivity[0].f_money}}</nobr></td>-->
265
237
  <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.state}}</nobr></td>
266
-
267
238
  <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.f_date}}</nobr></td>
268
-
269
239
  <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.f_remarkss}}</nobr></td>
270
240
  <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr>{{row.f_remakes}}</nobr></td>
271
- <!-- <td :style="$parent.$parent.$parent.whatcolor(row)"><nobr><div v-if="row.f_single_path"><button-link type="button" class="btn btn-link" @click="$parent.$parent.$parent.showpicture(row)" >抢修照片-->
272
- <!-- </button-link></div></nobr></td>-->
273
241
  <td :style="$parent.$parent.$parent.whatcolor(row)" ><nobr v-if="row.f_again_revisit!='否'"><button-link type="button" class="btn btn-link" @click="$parent.$parent.$parent.playWav(row)">回访</button-link></nobr><nobr v-if="row.f_again_revisit=='否'">回访完成</nobr></td>
274
242
  <td :style="$parent.$parent.$parent.whatcolor(row)" ><nobr v-if="row.f_workorder_type== '报修单'&& row.state=='未完成' "><button-link type="button" class="btn btn-link" @click="$parent.$parent.$parent.finishWork(row)">结案</button-link></nobr><nobr ><button-link type="button" class="btn btn-link" @click="$parent.$parent.$parent.remarkwork(row)">备注</button-link></nobr></td>
275
243
  <td style="text-align: center;" v-if="$parent.$parent.$parent.systemshow" :style="row.serviceacitivity && row.serviceacitivity[0].f_is_abnormal == '异常'?'color:red;text-align: center;':'text-align: center;'">
@@ -447,8 +415,8 @@
447
415
  thead: '',
448
416
  tfoot: '',
449
417
  zhihuans:[{label: '全部', value: ''},{label: '正常', value: '正常'},{label: '异常', value: '异常'}],
450
- headData: ["工单类型","报修类型","工单编号","用户姓名","用户地址","用户电话","报修电话","报修时间","报修原因","维修人",'工单备注','结案备注'],
451
- bodyData: ["f_workorder_type", "f_repairtype", "f_service_id","f_user_name","f_address","f_phone","f_contact_phone", "f_created_date", "f_remarks", "f_order_man",'f_remarkss','f_remakes'],
418
+ headData: ["工单类型","报修类型","工单编号","用户姓名","用户地址","用户电话","报修电话","报修时间","报修原因","维修人",'工单备注','结案备注','报修类型','工单来源'],
419
+ bodyData: ["f_workorder_type", "f_repairtype", "f_service_id","f_user_name","f_address","f_phone","f_contact_phone", "f_created_date", "f_remarks", "f_order_man",'f_remarkss','f_remakes','f_repairtype','f_source'],
452
420
  searchData: {
453
421
  condition: '1=1'
454
422
  },
@@ -463,6 +431,8 @@
463
431
  'f_single_man': '派单人',
464
432
  'f_order_man': '接单人',
465
433
  'f_workorder_type': '工单类型',
434
+ 'f_repairtype': '报修类型',
435
+ 'f_source': '工单来源',
466
436
  'state': '工单状态',
467
437
  'f_date':'工单完成时间',
468
438
  'f_remarkss':'工单备注',
@@ -745,6 +715,14 @@
745
715
  if(this.order_man){
746
716
  condition.condition1 += ` and (f_order_man in (${this.order_man}) or f_outlets = '${this.depname}') `
747
717
  }
718
+ if(args.model.f_repairtype.length > 0){
719
+ let repairtype = '('
720
+ args.model.f_repairtype.forEach(p => {
721
+ repairtype += "'" + p + "', "
722
+ })
723
+ repairtype = repairtype.substring(0,repairtype.length -2)
724
+ condition.condition1 += ' and f_repairtype in ' + repairtype + ')'
725
+ }
748
726
  if(this.f_accept_man){
749
727
  condition.condition2 = ` sender = '${this.f_accept_man}'`
750
728
  condition.condition1 += 'and tt.actcount > 0'
@@ -47,10 +47,10 @@
47
47
  <div class="row auto" v-if="imgtpe">
48
48
  <div class="col-xs-12 col-sm-12 col-md-12 form-input-group" v-for="row in imgstype">
49
49
  <label class="text-justify lb-left">{{row.title}}</label>
50
- <img-area :model="model.imgs" :sutitle="getsutitle(row.title)"></img-area>
50
+ <img-area :model="model.imgs" :sutitle="getsutitle(row.title)" :isxiangce="isxiangce"></img-area>
51
51
  </div>
52
52
  </div>
53
- <img-area :model="model.imgs" :sutitle="'总体照片'" v-if="!imgtpe" ></img-area>
53
+ <img-area :model="model.imgs" :sutitle="'总体照片'" v-if="!imgtpe" :isxiangce="isxiangce"></img-area>
54
54
  <p style="font-size: 15px;font-weight: bold" v-if="model.f_sign_imgid">客户签名:</p>
55
55
  <div v-if="!show && signType">
56
56
  <Sign :signname="model.f_signname" @input="getSignValue"></Sign>
@@ -107,6 +107,7 @@
107
107
  default: true
108
108
  },
109
109
  imgtpe:false,
110
+ isxiangce:this.$appdata.getSingleValue('维修-开启相册')?this.$appdata.getSingleValue('维修-开启相册'):'否',
110
111
  imgstype:[]
111
112
  }
112
113
  },
@@ -177,7 +177,8 @@
177
177
  }
178
178
  let data = {
179
179
  model: this.sendselected,
180
- loginUser: {name: Vue.user.name, ename: Vue.user.ename}
180
+ loginUser: {name: Vue.user.name, ename: Vue.user.ename},
181
+ f_handlingtype:'转维修员'
181
182
  }
182
183
  let HttpReset = new HttpResetClass()
183
184
  // 将数据发送给业务逻辑
@@ -507,6 +507,7 @@
507
507
  for (let k = 0; k < this.Detail.details.length; k++) {
508
508
  if (this.Detail.details[k].f_project == this.repairdetails[a].details[i].f_project) {
509
509
  this.Detail.details[k].f_content = this.Detail.details[k].f_content?this.Detail.details[k].f_content:f_item_value
510
+ break
510
511
  }
511
512
  }
512
513
  }