telephone-clients 3.0.96 → 3.0.98

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 (181) hide show
  1. package/.babelignore +1 -1
  2. package/.babelrc +6 -6
  3. package/index.html +29 -29
  4. package/package.json +1 -1
  5. package/src/components/ExportExcel.vue +341 -341
  6. package/src/components/Util.js +600 -600
  7. package/src/components/android/AddMyTask.vue +296 -251
  8. package/src/components/android/NavBottom.vue +104 -104
  9. package/src/components/map/CallMap.vue +403 -403
  10. package/src/components/map/OrderService.vue +249 -249
  11. package/src/components/pc/AllUserNew.vue +638 -638
  12. package/src/components/pc/ChatMsg.vue +338 -338
  13. package/src/components/pc/DistributeWork.vue +177 -177
  14. package/src/components/pc/Emoji.vue +64 -64
  15. package/src/components/pc/GasWork.vue +764 -764
  16. package/src/components/pc/InstallWork.vue +734 -734
  17. package/src/components/pc/OrderService.vue +182 -182
  18. package/src/components/pc/RoleSelector.vue +139 -139
  19. package/src/components/pc/SiteSend.vue +282 -282
  20. package/src/components/pc/StandSend.vue +600 -600
  21. package/src/components/pc/StandWorkNew.vue +91 -91
  22. package/src/components/pc/TelLossList.vue +247 -247
  23. package/src/components/pc/TextControl.vue +113 -113
  24. package/src/components/pc/TextList.vue +45 -45
  25. package/src/components/pc/TextListLeft.vue +156 -156
  26. package/src/components/pc/TextServer.vue +154 -154
  27. package/src/components/pc/TextService.vue +849 -849
  28. package/src/components/pc/VoiceServer.vue +208 -208
  29. package/src/components/pc/WorkList.vue +754 -754
  30. package/src/components/pc/analysis/TelephoneAnaly.vue +104 -104
  31. package/src/components/pc/analysis/TelephoneType.vue +270 -270
  32. package/src/components/pc/dataManager/Materials.vue +553 -553
  33. package/src/components/pc/wx/MenuView.vue +249 -249
  34. package/src/components/pc/wx/MobileView.vue +273 -273
  35. package/src/components/pc/wx/NewsMaterial.vue +144 -144
  36. package/src/components/pos/Plugin/PosUtil.js +315 -315
  37. package/src/components/pos/charge/card/ReadCardToBuy.vue +174 -174
  38. package/src/components/pos/charge/machine/MachineSearch.Vue +124 -124
  39. package/src/components/pos/charge/sellgas/CardSellGas.vue +361 -361
  40. package/src/components/pos/charge/sellgas/ChoosePayWay.vue +275 -275
  41. package/src/components/pos/charge/sellgas/ScanQrcode.vue +171 -171
  42. package/src/components/pos/charge/sellgas/WriteCard.vue +366 -366
  43. package/src/components/reli/UserInfo.vue +211 -211
  44. package/src/components/sendsingle/onlineChangeMeter.vue +419 -419
  45. package/src/components/shaoguan/RepairDetailsChange.vue +399 -399
  46. package/src/components/shaoguan/RepairOrderChange.vue +673 -673
  47. package/src/components/shaoguan/RepairUserInfoChange.vue +532 -532
  48. package/src/components/telreport/TelReport.vue +122 -122
  49. package/src/components/telreport/TelephoneManReport.vue +121 -121
  50. package/src/components/telreport/Traffic.vue +94 -94
  51. package/src/components/temp/InfoTable.vue +131 -131
  52. package/src/components/temp/RepairList.vue +125 -125
  53. package/src/components/temp/rightview/CardList.vue +287 -287
  54. package/src/components/tongcheng/DistributeWork.vue +129 -129
  55. package/src/components/tongcheng/RepairsWork.vue +788 -788
  56. package/src/components/weinan/Console.vue +418 -418
  57. package/src/components/weinan/DistributeWork.vue +138 -138
  58. package/src/components/weinan/ExportExcel.vue +204 -204
  59. package/src/components/weinan/SiteChange.vue +228 -228
  60. package/src/components/weinan/TelFindUser.vue +241 -241
  61. package/src/components/workorder/AfTabset.vue +125 -125
  62. package/src/components/workorder/ChangeMeterPage.vue +506 -506
  63. package/src/components/workorder/CookingUtensils.vue +134 -134
  64. package/src/components/workorder/DeviceService.vue +133 -133
  65. package/src/components/workorder/DoorService.vue +355 -355
  66. package/src/components/workorder/FaultAll.vue +816 -816
  67. package/src/components/workorder/FirstGasCheck.vue +310 -310
  68. package/src/components/workorder/Outlay.vue +236 -236
  69. package/src/components/workorder/Pipeline.vue +497 -497
  70. package/src/components/workorder/RepairDetails.vue +603 -603
  71. package/src/components/workorder/RepairMatterInfo.vue +186 -186
  72. package/src/components/workorder/RepairOrder.vue +688 -688
  73. package/src/components/workorder/RepairUserInfo.vue +532 -532
  74. package/src/components/workorder/SafeCheckService.vue +355 -355
  75. package/src/components/workorder/TelChangeMatter.vue +231 -231
  76. package/src/components/workorder/TroubleRemoval.vue +419 -419
  77. package/src/filiale/fugu/pc/ComplainWork.vue +206 -206
  78. package/src/filiale/fugu/pc/RepairsWork.vue +793 -793
  79. package/src/filiale/fugu/pc/Seekwork.vue +182 -182
  80. package/src/filiale/furuike/pc/Auxfunc.vue +109 -109
  81. package/src/filiale/furuike/pc/ChangemeterInfo.vue +87 -87
  82. package/src/filiale/furuike/pc/DeviceInfo.vue +82 -82
  83. package/src/filiale/furuike/pc/DisableInforMation.vue +82 -82
  84. package/src/filiale/furuike/pc/HandplanInfo.vue +78 -78
  85. package/src/filiale/furuike/pc/InstructInfo.vue +86 -86
  86. package/src/filiale/furuike/pc/MetereadInfo.vue +83 -83
  87. package/src/filiale/furuike/pc/MetterInfo.vue +92 -92
  88. package/src/filiale/furuike/pc/RecordListLeft.vue +259 -259
  89. package/src/filiale/furuike/pc/SellInfo.vue +158 -158
  90. package/src/filiale/furuike/pc/WorkListAllNew.vue +855 -855
  91. package/src/filiale/hanzhong/PagedList.js +248 -248
  92. package/src/filiale/hanzhong/hzSelectUtil.js +84 -84
  93. package/src/filiale/hanzhong/md5.js +266 -266
  94. package/src/filiale/hanzhong/pc/Console.vue +884 -884
  95. package/src/filiale/hanzhong/pc/message/AllUserNew.vue +638 -638
  96. package/src/filiale/kelai/pc/Trafficassess.vue +159 -159
  97. package/src/filiale/liaoyuan/android/FaultAll.vue +737 -737
  98. package/src/filiale/liaoyuan/android/RepairDetails.vue +493 -493
  99. package/src/filiale/qianneng/android/AppInstallationMaterial.vue +931 -931
  100. package/src/filiale/qianneng/android/RepairUserInfo.vue +542 -542
  101. package/src/filiale/qianneng/pc/MaterialDetailed.vue +222 -222
  102. package/src/filiale/rizhao/android/RepairOrderV.vue +1415 -1415
  103. package/src/filiale/rizhao/pc/IgnitionVentilation.vue +890 -890
  104. package/src/filiale/rizhao/pc/RepairsWork.vue +936 -936
  105. package/src/filiale/rizhao/pc/TelephoneAnaly.vue +72 -72
  106. package/src/filiale/rizhao/pc/VoiceServer.vue +219 -219
  107. package/src/filiale/rizhao/pc/WorkList.vue +783 -783
  108. package/src/filiale/rizhao/pc/WxBaobiaoService.vue +134 -134
  109. package/src/filiale/rongcheng/WorkListAll.vue +727 -727
  110. package/src/filiale/rongcheng/onlineoperation.vue +383 -383
  111. package/src/filiale/rongcheng/onlinequeryuser.vue +460 -460
  112. package/src/filiale/rongcheng/telephoneAndroid.js +17 -17
  113. package/src/filiale/shanxian/pc/WorkList.vue +791 -791
  114. package/src/filiale/shaoguan/pc/WorkListAllNew.vue +683 -683
  115. package/src/filiale/shexian/android/RepairFirstV.vue +1 -11
  116. package/src/filiale/shexian/android/RepairInfo.vue +171 -0
  117. package/src/filiale/shexian/android/RepairOrderV.vue +732 -730
  118. package/src/filiale/shexian/telephoneAndroid.js +20 -14
  119. package/src/filiale/shimen/pc/ComplainWork.vue +297 -297
  120. package/src/filiale/shimen/pc/DistributeWork.vue +173 -173
  121. package/src/filiale/shimen/pc/InfoTable.vue +122 -122
  122. package/src/filiale/shimen/pc/RepairsWork.vue +803 -803
  123. package/src/filiale/shimen/pc/Seekwork.vue +307 -307
  124. package/src/filiale/tianke/pc/IgnitionVentilationWork.vue +801 -801
  125. package/src/filiale/tianke/pc/WorkList.vue +769 -769
  126. package/src/filiale/tongchuan/android/RepairFirstV.vue +648 -648
  127. package/src/filiale/tongchuan/android/TicketDetails.vue +408 -408
  128. package/src/filiale/tongchuan/pc/ExportExcel.vue +204 -204
  129. package/src/filiale/tongchuan/pc/HiddenSituationWeixiu.vue +115 -115
  130. package/src/filiale/tongchuan/pc/RepairsWork.vue +832 -832
  131. package/src/filiale/tongchuan/pc/SeatInfo.vue +325 -325
  132. package/src/filiale/tongchuan/pc/ServiceDetails.vue +112 -112
  133. package/src/filiale/tongchuan/pc/TelMan.vue +142 -142
  134. package/src/filiale/tongchuan/pc/Traffic.vue +103 -103
  135. package/src/filiale/tongchuan/pc/WorkListAll.vue +736 -736
  136. package/src/filiale/tongchuan/pc/WorkOrderStatistics.vue +282 -282
  137. package/src/filiale/tongchuan/pc/visitServiceList.vue +285 -285
  138. package/src/filiale/tongchuan/telephone.js +52 -52
  139. package/src/filiale/weinanct/android/FaultAll.vue +854 -854
  140. package/src/filiale/weinanct/android/RepairDetails.vue +508 -508
  141. package/src/filiale/weinanct/android/RepairOrderV.vue +1443 -1443
  142. package/src/filiale/wenxi/pc/DistributeWork.vue +177 -177
  143. package/src/filiale/wenxi/pc/VoiceServer.vue +214 -214
  144. package/src/filiale/wuan/android/RepairUserInfo.vue +581 -581
  145. package/src/filiale/wuan/pc/CheckWork.vue +263 -263
  146. package/src/filiale/wuan/pc/DistributeWork.vue +136 -136
  147. package/src/filiale/wuan/pc/GasWorkSanhu.vue +817 -817
  148. package/src/filiale/wuan/pc/RepairsWork.vue +848 -848
  149. package/src/filiale/wuan/pc/Seekwork.vue +311 -311
  150. package/src/filiale/wuhai/pc/ComplainWork.vue +324 -324
  151. package/src/filiale/wuhai/pc/DistributeWork.vue +173 -173
  152. package/src/filiale/wuhai/pc/InfoTable.vue +135 -135
  153. package/src/filiale/wuhai/pc/RepairsWork.vue +811 -811
  154. package/src/filiale/wuhai/pc/TelFindUser.vue +256 -256
  155. package/src/filiale/wuhai/pc/VoiceServer.vue +211 -211
  156. package/src/filiale/xinkang/android/FaultAll.vue +840 -840
  157. package/src/filiale/yuansheng/pc/DistributeWork.vue +177 -177
  158. package/src/filiale/yuansheng/pc/ReservationWork.vue +156 -156
  159. package/src/filiale/zhongsheng/android/RepairUserInfo.vue +532 -532
  160. package/src/filiale/zhongsheng/pc/ComplainWork.vue +299 -299
  161. package/src/filiale/zhongsheng/pc/Console.vue +432 -432
  162. package/src/filiale/zhongsheng/pc/DistributeWork.vue +173 -173
  163. package/src/filiale/zhongsheng/pc/IgnitionVentilationWork.vue +836 -836
  164. package/src/filiale/zhongsheng/pc/InfoTable.vue +124 -124
  165. package/src/filiale/zhongsheng/pc/Seekwork.vue +283 -283
  166. package/src/filiale/zhongyi/pc/IgnitionVentilationWork.vue +801 -801
  167. package/src/filiale/zhongyi/pc/WorkList.vue +769 -769
  168. package/src/filiale/zhoukou/android/FaultAll.vue +779 -779
  169. package/src/filiale/zhoukou/android/Outlay.vue +236 -236
  170. package/src/filiale/zhoukou/android/RepairDetails.vue +544 -544
  171. package/src/filiale/zhoukou/android/RepairOrderV.vue +1383 -1383
  172. package/src/filiale/zhoukou/android/RepairUserInfo.vue +532 -532
  173. package/src/filiale/zhoukou/pc/ExportExcel.vue +204 -204
  174. package/src/filiale/zhoukou/pc/WorkListAllNew.vue +675 -675
  175. package/src/filiale/zhoukou/telephone.js +18 -18
  176. package/src/main.js +1 -1
  177. package/src/telephone.js +733 -733
  178. package/static/js/bootstrap.min.js +7 -7
  179. package/static/js/ctilink.js +1303 -1303
  180. package/static/js/ctimsg.js +655 -655
  181. package/static/js/jquery-2.1.1.min.js +5 -5
package/.babelignore CHANGED
@@ -1 +1 @@
1
- **/*.min.js
1
+ **/*.min.js
package/.babelrc CHANGED
@@ -1,6 +1,6 @@
1
- {
2
- "presets": ["es2015", "stage-2"],
3
- "plugins": ["transform-runtime"],
4
- "comments": false,
5
- "ignore": ["jsoneditor.min.js"]
6
- }
1
+ {
2
+ "presets": ["es2015", "stage-2"],
3
+ "plugins": ["transform-runtime"],
4
+ "comments": false,
5
+ "ignore": ["jsoneditor.min.js"]
6
+ }
package/index.html CHANGED
@@ -1,29 +1,29 @@
1
- <!DOCTYPE html>
2
- <html lang="zh-CN">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6
- <meta name="referrer" content="never">
7
- <title>呼叫系统</title>
8
- <link rel="stylesheet" href="http://cache.amap.com/lbs/static/main1119.css"/>
9
- <script src="./static/js/adapter.min.js"></script>
10
- <script src="./static/js/janus.js"></script>
11
- <script src="./static/js/ctilink.js"></script>
12
- <script src="./static/js/ctimsg.js"></script>
13
- <script src="./static/js/xml2json.min.js"></script>
14
- <script src="../AMapApp.js"></script>
15
- <!--<script src="../AMapApp.js"></script>-->
16
- <script src="https://webapi.amap.com/maps?v=1.4.2&key=4889f1e58df01cb40415536c8907bf64"></script>
17
- <!--引入UI组件库(1.1版本) -->
18
- <script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
19
- <style media="screen">
20
- /*url(./static/newmainbg.jpg)*/
21
- body{width: 100%;background:#e0e5e9 no-repeat center bottom; background-size: cover;}
22
- body .loginbg{ width:100%; height:100%; background:url(./static/loginbg.jpg) no-repeat center top;}
23
- </style>
24
- </head>
25
- <body class="themeOne">
26
- <app></app>
27
- <!-- built files will be auto injected -->
28
- </body>
29
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="zh-CN">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6
+ <meta name="referrer" content="never">
7
+ <title>呼叫系统</title>
8
+ <link rel="stylesheet" href="http://cache.amap.com/lbs/static/main1119.css"/>
9
+ <script src="./static/js/adapter.min.js"></script>
10
+ <script src="./static/js/janus.js"></script>
11
+ <script src="./static/js/ctilink.js"></script>
12
+ <script src="./static/js/ctimsg.js"></script>
13
+ <script src="./static/js/xml2json.min.js"></script>
14
+ <script src="../AMapApp.js"></script>
15
+ <!--<script src="../AMapApp.js"></script>-->
16
+ <script src="https://webapi.amap.com/maps?v=1.4.2&key=4889f1e58df01cb40415536c8907bf64"></script>
17
+ <!--引入UI组件库(1.1版本) -->
18
+ <script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
19
+ <style media="screen">
20
+ /*url(./static/newmainbg.jpg)*/
21
+ body{width: 100%;background:#e0e5e9 no-repeat center bottom; background-size: cover;}
22
+ body .loginbg{ width:100%; height:100%; background:url(./static/loginbg.jpg) no-repeat center top;}
23
+ </style>
24
+ </head>
25
+ <body class="themeOne">
26
+ <app></app>
27
+ <!-- built files will be auto injected -->
28
+ </body>
29
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telephone-clients",
3
- "version": "3.0.96",
3
+ "version": "3.0.98",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {