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.
- package/.babelignore +1 -1
- package/.babelrc +6 -6
- package/index.html +29 -29
- package/package.json +1 -1
- package/src/components/ExportExcel.vue +341 -341
- package/src/components/Util.js +600 -600
- package/src/components/android/AddMyTask.vue +296 -251
- package/src/components/android/NavBottom.vue +104 -104
- package/src/components/map/CallMap.vue +403 -403
- package/src/components/map/OrderService.vue +249 -249
- package/src/components/pc/AllUserNew.vue +638 -638
- package/src/components/pc/ChatMsg.vue +338 -338
- package/src/components/pc/DistributeWork.vue +177 -177
- package/src/components/pc/Emoji.vue +64 -64
- package/src/components/pc/GasWork.vue +764 -764
- package/src/components/pc/InstallWork.vue +734 -734
- package/src/components/pc/OrderService.vue +182 -182
- package/src/components/pc/RoleSelector.vue +139 -139
- package/src/components/pc/SiteSend.vue +282 -282
- package/src/components/pc/StandSend.vue +600 -600
- package/src/components/pc/StandWorkNew.vue +91 -91
- package/src/components/pc/TelLossList.vue +247 -247
- package/src/components/pc/TextControl.vue +113 -113
- package/src/components/pc/TextList.vue +45 -45
- package/src/components/pc/TextListLeft.vue +156 -156
- package/src/components/pc/TextServer.vue +154 -154
- package/src/components/pc/TextService.vue +849 -849
- package/src/components/pc/VoiceServer.vue +208 -208
- package/src/components/pc/WorkList.vue +754 -754
- package/src/components/pc/analysis/TelephoneAnaly.vue +104 -104
- package/src/components/pc/analysis/TelephoneType.vue +270 -270
- package/src/components/pc/dataManager/Materials.vue +553 -553
- package/src/components/pc/wx/MenuView.vue +249 -249
- package/src/components/pc/wx/MobileView.vue +273 -273
- package/src/components/pc/wx/NewsMaterial.vue +144 -144
- package/src/components/pos/Plugin/PosUtil.js +315 -315
- package/src/components/pos/charge/card/ReadCardToBuy.vue +174 -174
- package/src/components/pos/charge/machine/MachineSearch.Vue +124 -124
- package/src/components/pos/charge/sellgas/CardSellGas.vue +361 -361
- package/src/components/pos/charge/sellgas/ChoosePayWay.vue +275 -275
- package/src/components/pos/charge/sellgas/ScanQrcode.vue +171 -171
- package/src/components/pos/charge/sellgas/WriteCard.vue +366 -366
- package/src/components/reli/UserInfo.vue +211 -211
- package/src/components/sendsingle/onlineChangeMeter.vue +419 -419
- package/src/components/shaoguan/RepairDetailsChange.vue +399 -399
- package/src/components/shaoguan/RepairOrderChange.vue +673 -673
- package/src/components/shaoguan/RepairUserInfoChange.vue +532 -532
- package/src/components/telreport/TelReport.vue +122 -122
- package/src/components/telreport/TelephoneManReport.vue +121 -121
- package/src/components/telreport/Traffic.vue +94 -94
- package/src/components/temp/InfoTable.vue +131 -131
- package/src/components/temp/RepairList.vue +125 -125
- package/src/components/temp/rightview/CardList.vue +287 -287
- package/src/components/tongcheng/DistributeWork.vue +129 -129
- package/src/components/tongcheng/RepairsWork.vue +788 -788
- package/src/components/weinan/Console.vue +418 -418
- package/src/components/weinan/DistributeWork.vue +138 -138
- package/src/components/weinan/ExportExcel.vue +204 -204
- package/src/components/weinan/SiteChange.vue +228 -228
- package/src/components/weinan/TelFindUser.vue +241 -241
- package/src/components/workorder/AfTabset.vue +125 -125
- package/src/components/workorder/ChangeMeterPage.vue +506 -506
- package/src/components/workorder/CookingUtensils.vue +134 -134
- package/src/components/workorder/DeviceService.vue +133 -133
- package/src/components/workorder/DoorService.vue +355 -355
- package/src/components/workorder/FaultAll.vue +816 -816
- package/src/components/workorder/FirstGasCheck.vue +310 -310
- package/src/components/workorder/Outlay.vue +236 -236
- package/src/components/workorder/Pipeline.vue +497 -497
- package/src/components/workorder/RepairDetails.vue +603 -603
- package/src/components/workorder/RepairMatterInfo.vue +186 -186
- package/src/components/workorder/RepairOrder.vue +688 -688
- package/src/components/workorder/RepairUserInfo.vue +532 -532
- package/src/components/workorder/SafeCheckService.vue +355 -355
- package/src/components/workorder/TelChangeMatter.vue +231 -231
- package/src/components/workorder/TroubleRemoval.vue +419 -419
- package/src/filiale/fugu/pc/ComplainWork.vue +206 -206
- package/src/filiale/fugu/pc/RepairsWork.vue +793 -793
- package/src/filiale/fugu/pc/Seekwork.vue +182 -182
- package/src/filiale/furuike/pc/Auxfunc.vue +109 -109
- package/src/filiale/furuike/pc/ChangemeterInfo.vue +87 -87
- package/src/filiale/furuike/pc/DeviceInfo.vue +82 -82
- package/src/filiale/furuike/pc/DisableInforMation.vue +82 -82
- package/src/filiale/furuike/pc/HandplanInfo.vue +78 -78
- package/src/filiale/furuike/pc/InstructInfo.vue +86 -86
- package/src/filiale/furuike/pc/MetereadInfo.vue +83 -83
- package/src/filiale/furuike/pc/MetterInfo.vue +92 -92
- package/src/filiale/furuike/pc/RecordListLeft.vue +259 -259
- package/src/filiale/furuike/pc/SellInfo.vue +158 -158
- package/src/filiale/furuike/pc/WorkListAllNew.vue +855 -855
- package/src/filiale/hanzhong/PagedList.js +248 -248
- package/src/filiale/hanzhong/hzSelectUtil.js +84 -84
- package/src/filiale/hanzhong/md5.js +266 -266
- package/src/filiale/hanzhong/pc/Console.vue +884 -884
- package/src/filiale/hanzhong/pc/message/AllUserNew.vue +638 -638
- package/src/filiale/kelai/pc/Trafficassess.vue +159 -159
- package/src/filiale/liaoyuan/android/FaultAll.vue +737 -737
- package/src/filiale/liaoyuan/android/RepairDetails.vue +493 -493
- package/src/filiale/qianneng/android/AppInstallationMaterial.vue +931 -931
- package/src/filiale/qianneng/android/RepairUserInfo.vue +542 -542
- package/src/filiale/qianneng/pc/MaterialDetailed.vue +222 -222
- package/src/filiale/rizhao/android/RepairOrderV.vue +1415 -1415
- package/src/filiale/rizhao/pc/IgnitionVentilation.vue +890 -890
- package/src/filiale/rizhao/pc/RepairsWork.vue +936 -936
- package/src/filiale/rizhao/pc/TelephoneAnaly.vue +72 -72
- package/src/filiale/rizhao/pc/VoiceServer.vue +219 -219
- package/src/filiale/rizhao/pc/WorkList.vue +783 -783
- package/src/filiale/rizhao/pc/WxBaobiaoService.vue +134 -134
- package/src/filiale/rongcheng/WorkListAll.vue +727 -727
- package/src/filiale/rongcheng/onlineoperation.vue +383 -383
- package/src/filiale/rongcheng/onlinequeryuser.vue +460 -460
- package/src/filiale/rongcheng/telephoneAndroid.js +17 -17
- package/src/filiale/shanxian/pc/WorkList.vue +791 -791
- package/src/filiale/shaoguan/pc/WorkListAllNew.vue +683 -683
- package/src/filiale/shexian/android/RepairFirstV.vue +1 -11
- package/src/filiale/shexian/android/RepairInfo.vue +171 -0
- package/src/filiale/shexian/android/RepairOrderV.vue +732 -730
- package/src/filiale/shexian/telephoneAndroid.js +20 -14
- package/src/filiale/shimen/pc/ComplainWork.vue +297 -297
- package/src/filiale/shimen/pc/DistributeWork.vue +173 -173
- package/src/filiale/shimen/pc/InfoTable.vue +122 -122
- package/src/filiale/shimen/pc/RepairsWork.vue +803 -803
- package/src/filiale/shimen/pc/Seekwork.vue +307 -307
- package/src/filiale/tianke/pc/IgnitionVentilationWork.vue +801 -801
- package/src/filiale/tianke/pc/WorkList.vue +769 -769
- package/src/filiale/tongchuan/android/RepairFirstV.vue +648 -648
- package/src/filiale/tongchuan/android/TicketDetails.vue +408 -408
- package/src/filiale/tongchuan/pc/ExportExcel.vue +204 -204
- package/src/filiale/tongchuan/pc/HiddenSituationWeixiu.vue +115 -115
- package/src/filiale/tongchuan/pc/RepairsWork.vue +832 -832
- package/src/filiale/tongchuan/pc/SeatInfo.vue +325 -325
- package/src/filiale/tongchuan/pc/ServiceDetails.vue +112 -112
- package/src/filiale/tongchuan/pc/TelMan.vue +142 -142
- package/src/filiale/tongchuan/pc/Traffic.vue +103 -103
- package/src/filiale/tongchuan/pc/WorkListAll.vue +736 -736
- package/src/filiale/tongchuan/pc/WorkOrderStatistics.vue +282 -282
- package/src/filiale/tongchuan/pc/visitServiceList.vue +285 -285
- package/src/filiale/tongchuan/telephone.js +52 -52
- package/src/filiale/weinanct/android/FaultAll.vue +854 -854
- package/src/filiale/weinanct/android/RepairDetails.vue +508 -508
- package/src/filiale/weinanct/android/RepairOrderV.vue +1443 -1443
- package/src/filiale/wenxi/pc/DistributeWork.vue +177 -177
- package/src/filiale/wenxi/pc/VoiceServer.vue +214 -214
- package/src/filiale/wuan/android/RepairUserInfo.vue +581 -581
- package/src/filiale/wuan/pc/CheckWork.vue +263 -263
- package/src/filiale/wuan/pc/DistributeWork.vue +136 -136
- package/src/filiale/wuan/pc/GasWorkSanhu.vue +817 -817
- package/src/filiale/wuan/pc/RepairsWork.vue +848 -848
- package/src/filiale/wuan/pc/Seekwork.vue +311 -311
- package/src/filiale/wuhai/pc/ComplainWork.vue +324 -324
- package/src/filiale/wuhai/pc/DistributeWork.vue +173 -173
- package/src/filiale/wuhai/pc/InfoTable.vue +135 -135
- package/src/filiale/wuhai/pc/RepairsWork.vue +811 -811
- package/src/filiale/wuhai/pc/TelFindUser.vue +256 -256
- package/src/filiale/wuhai/pc/VoiceServer.vue +211 -211
- package/src/filiale/xinkang/android/FaultAll.vue +840 -840
- package/src/filiale/yuansheng/pc/DistributeWork.vue +177 -177
- package/src/filiale/yuansheng/pc/ReservationWork.vue +156 -156
- package/src/filiale/zhongsheng/android/RepairUserInfo.vue +532 -532
- package/src/filiale/zhongsheng/pc/ComplainWork.vue +299 -299
- package/src/filiale/zhongsheng/pc/Console.vue +432 -432
- package/src/filiale/zhongsheng/pc/DistributeWork.vue +173 -173
- package/src/filiale/zhongsheng/pc/IgnitionVentilationWork.vue +836 -836
- package/src/filiale/zhongsheng/pc/InfoTable.vue +124 -124
- package/src/filiale/zhongsheng/pc/Seekwork.vue +283 -283
- package/src/filiale/zhongyi/pc/IgnitionVentilationWork.vue +801 -801
- package/src/filiale/zhongyi/pc/WorkList.vue +769 -769
- package/src/filiale/zhoukou/android/FaultAll.vue +779 -779
- package/src/filiale/zhoukou/android/Outlay.vue +236 -236
- package/src/filiale/zhoukou/android/RepairDetails.vue +544 -544
- package/src/filiale/zhoukou/android/RepairOrderV.vue +1383 -1383
- package/src/filiale/zhoukou/android/RepairUserInfo.vue +532 -532
- package/src/filiale/zhoukou/pc/ExportExcel.vue +204 -204
- package/src/filiale/zhoukou/pc/WorkListAllNew.vue +675 -675
- package/src/filiale/zhoukou/telephone.js +18 -18
- package/src/main.js +1 -1
- package/src/telephone.js +733 -733
- package/static/js/bootstrap.min.js +7 -7
- package/static/js/ctilink.js +1303 -1303
- package/static/js/ctimsg.js +655 -655
- 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>
|