telephone-clients 3.0.104-1 → 3.0.104-100

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 (102) hide show
  1. package/package.json +3 -3
  2. package/src/App.vue +54 -54
  3. package/src/components/android/ImgArea.vue +80 -0
  4. package/src/components/guoxin/Console.vue +42 -5
  5. package/src/components/guoxin/call.state.api.js +3 -1
  6. package/src/components/pc/ComplainWork.vue +3 -0
  7. package/src/components/pc/NewRepairPaper.vue +370 -370
  8. package/src/components/pc/RecordListLeft.vue +80 -10
  9. package/src/components/pc/RepairsWork.vue +33 -3
  10. package/src/components/pc/RoleSelector.vue +7 -1
  11. package/src/components/pc/Seekwork.vue +3 -0
  12. package/src/components/pc/SiteSend.vue +38 -1
  13. package/src/components/pc/TelLossList.vue +20 -3
  14. package/src/components/pc/VisitInfo.vue +44 -7
  15. package/src/components/pc/WorkHistory.vue +1 -1
  16. package/src/components/pc/WorkList.vue +4 -3
  17. package/src/components/pc/WorkListAllNew.vue +16 -8
  18. package/src/components/pc/WorkListNew.vue +722 -712
  19. package/src/components/sendsingle/onlinequeryuser.vue +1 -1
  20. package/src/components/telcount/TelByOrderMan.vue +22 -4
  21. package/src/components/telreport/RepairsDetailsReport.vue +2 -2
  22. package/src/components/telreport/TrafficClassificationReport.vue +13 -13
  23. package/src/components/telreport/Trafficassess.vue +2 -2
  24. package/src/components/temp/HandplanInfo.vue +16 -1
  25. package/src/components/temp/InstructInfo.vue +1 -1
  26. package/src/components/temp/SecuritycheckInfo.vue +14 -0
  27. package/src/components/workorder/RepairDetails.vue +8 -2
  28. package/src/components/workorder/RepairInfo.vue +3 -3
  29. package/src/components/workorder/RepairPaperAndroid.vue +351 -0
  30. package/src/components/workorder/ServiceOnlineQuery.vue +306 -0
  31. package/src/components/workorder/TemporarySingle.vue +346 -302
  32. package/src/filiale/furuike/pc/QueryVisitHistory.vue +14 -1
  33. package/src/filiale/furuike/pc/WorkHistory.vue +576 -576
  34. package/src/filiale/hanzhong/telephone.js +1 -1
  35. package/src/filiale/jiaocheng/android/createQRcode.vue +204 -0
  36. package/src/filiale/jiaocheng/android/onlineBuyGas.vue +637 -0
  37. package/src/filiale/jiaocheng/telephone.js +8 -0
  38. package/src/filiale/jiaocheng/telephoneAndroid.js +15 -0
  39. package/src/filiale/lixian/onlineChangeMeter.vue +481 -0
  40. package/src/filiale/lixian/onlineoperation.vue +606 -0
  41. package/src/filiale/lixian/onlinequeryuser.vue +509 -0
  42. package/src/filiale/lixian/telephoneAndroid.js +23 -0
  43. package/src/filiale/qianneng/android/AppInstallationMaterial.vue +880 -845
  44. package/src/filiale/qianneng/android/TemporarySingle.vue +537 -537
  45. package/src/filiale/qianneng/pc/MaterialDetailed.vue +260 -260
  46. package/src/filiale/qianneng/pc/NewRepairPaper.vue +467 -467
  47. package/src/filiale/qianneng/pc/RepairsWork.vue +992 -992
  48. package/src/filiale/qianneng/pc/WorkListAllNew.vue +11 -3
  49. package/src/filiale/qianneng/pc/changetable.vue +273 -273
  50. package/src/filiale/qianneng/telephone.js +22 -22
  51. package/src/filiale/rizhao/pc/IgnitionVentilation.vue +0 -1
  52. package/src/filiale/rizhao/pc/RepairsWork.vue +0 -1
  53. package/src/filiale/rizhao/pc/WorkListAllNew.vue +11 -5
  54. package/src/filiale/rizhao/telephone.js +1 -1
  55. package/src/filiale/shanxian/android/RepairFirstV.vue +3 -0
  56. package/src/filiale/shanxian/pc/TelFindUser.vue +310 -0
  57. package/src/filiale/shanxian/pc/WorkList.vue +2 -2
  58. package/src/filiale/shanxian/telephone.js +1 -0
  59. package/src/filiale/shexian/android/AddMyTask.vue +7 -0
  60. package/src/filiale/shexian/android/RepairFirstV.vue +5 -0
  61. package/src/filiale/shexian/android/RepairInfo.vue +1 -0
  62. package/src/filiale/shexian/pc/TelAgentVoiceReport.vue +9 -9
  63. package/src/filiale/shexian/pc/TelByRepairType.vue +3 -3
  64. package/src/filiale/shexian/pc/WorkList.vue +4 -1
  65. package/src/filiale/shexian/pc/WorkListAllNew.vue +14 -1
  66. package/src/filiale/tongchuan/android/RepairDetails.vue +623 -0
  67. package/src/filiale/tongchuan/pc/AnalysisMain.vue +7 -7
  68. package/src/filiale/tongchuan/pc/RepairsWork.vue +8 -0
  69. package/src/filiale/tongchuan/pc/UserWork.vue +8 -0
  70. package/src/filiale/tongchuan/telephoneAndroid.js +1 -0
  71. package/src/filiale/wenxi/android/FaultAll.vue +710 -0
  72. package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +73 -162
  73. package/src/filiale/wenxi/android/RepairOrderV.vue +1 -1
  74. package/src/filiale/wenxi/android/ZHihuanFirst.vue +149 -129
  75. package/src/filiale/wenxi/pc/DistributeWork.vue +1 -1
  76. package/src/filiale/wenxi/pc/RecordListLeft.vue +272 -0
  77. package/src/filiale/wenxi/pc/RepairsWork.vue +143 -64
  78. package/src/filiale/wenxi/pc/TelAgentVoiceReport.vue +290 -0
  79. package/src/filiale/wenxi/pc/TelLossList.vue +272 -0
  80. package/src/filiale/wenxi/pc/WorkListAll.vue +698 -0
  81. package/src/filiale/wenxi/telephone.js +5 -0
  82. package/src/filiale/wenxi/telephoneAndroid.js +2 -1
  83. package/src/filiale/wuhai/telephone.js +1 -1
  84. package/src/filiale/yuncheng/android/LdapHelper.js +75 -0
  85. package/src/filiale/yuncheng/android/Outlay.vue +201 -0
  86. package/src/filiale/yuncheng/android/RepairInfo.vue +163 -0
  87. package/src/filiale/yuncheng/android/RepairOrderV.vue +1483 -0
  88. package/src/filiale/yuncheng/android/RepairUserInfo.vue +390 -0
  89. package/src/filiale/yuncheng/android/RightTree.vue +218 -0
  90. package/src/filiale/yuncheng/android/TemporarySingle.vue +522 -0
  91. package/src/filiale/yuncheng/android/ZHihuanFirst.vue +541 -0
  92. package/src/filiale/yuncheng/pc/DistributeWork.vue +199 -0
  93. package/src/filiale/yuncheng/pc/GasWork.vue +773 -0
  94. package/src/filiale/yuncheng/pc/TelFindUser.vue +31 -11
  95. package/src/filiale/yuncheng/pc/WorkList.vue +823 -0
  96. package/src/filiale/yuncheng/pc/WorkListAllNew.vue +781 -0
  97. package/src/filiale/yuncheng/telephone.js +5 -1
  98. package/src/filiale/yuncheng/telephoneAndroid.js +19 -0
  99. package/src/filiale/zhongyi/pc/WorkListAllNew.vue +2 -1
  100. package/src/main.js +1 -1
  101. package/src/telephone-android.js +7 -0
  102. package/src/telephone.js +1 -1
@@ -0,0 +1,199 @@
1
+ <template>
2
+ <!-- <case-container path="rs/file/vue/工单派发.vue" :data="data" :special="type"></case-container> -->
3
+
4
+ <div id="pc-diswork-page" class="flex" v-show="!saveing">
5
+ <work-busy :is-busy="saveing" v-show="saveing"></work-busy>
6
+ <!--<label class="control-label text-justify p-left-10" style="line-height: 27px; font-weight: bold;width: 80px">工单类型</label>-->
7
+ <!--<ul class="nav nav-tabs" style="display: inline-block;">
8
+ <li :class="{active: worktype === '咨询单'}" v-if="meading == '转站点'"><a class="f_size" href="javascript:void(0)" @click="handWork('咨询单')">咨询单</a></li>
9
+ <li :class="{active: worktype === '投诉单' }" v-if="meading == '转站点'"><a class="f_size" href="javascript:void(0)" @click="handWork('投诉单')">投诉单</a></li>
10
+ <li :class="{active: worktype === '报修单' }"><a class="f_size" href="javascript:void(0)" @click="handWork('报修单')">报修单</a></li>
11
+ <li :class="{active: worktype === '置换通气' }"><a class="f_size" href="javascript:void(0)" @click="handWork('置换通气')">置换通气</a></li>
12
+ <li :class="{active: worktype === '工单处理' }"><a class="f_size" href="javascript:void(0)" @click="handWork('工单处理')">工单处理</a></li>
13
+ &lt;!&ndash;<li :class="{active: worktype === '安装单' }"><a href="javascript:void(0)" @click="handWork('安装单')">安装单</a></li>&ndash;&gt;
14
+ </ul>-->
15
+ <ul class="nav nav-pills span" style="height:auto;margin:8px 0px;padding:4px 0;border-bottom: 1px solid #e7e7e7;"
16
+ class="nav nav-tabs">
17
+ <li v-if="meading == '转站点'"><a :style="selectFiled == '咨询单'?'color:#333333!important;':'color:#666666!important;'"
18
+ :class="{'tel_voiceActive':selectFiled == '咨询单','tel_f_size':selectFiled != '咨询单'}"
19
+ href="javascript:void(0)" @click="setField('咨询单')">咨询单</a></li>
20
+ <li v-if="meading == '转站点'"><a :style="selectFiled == '投诉单'?'color:#333333!important;':'color:#666666!important;'"
21
+ :class="{'tel_voiceActive':selectFiled == '投诉单','tel_f_size':selectFiled != '投诉单'}"
22
+ href="javascript:void(0)" @click="setField('投诉单')">投诉单</a></li>
23
+ <li><a :style="selectFiled == '报修单'?'color:#333333!important;':'color:#666666!important;'"
24
+ :class="{'tel_voiceActive':selectFiled == '报修单','tel_f_size':selectFiled != '报修单'}"
25
+ href="javascript:void(0)" @click="setField('报修单')">报修单</a></li>
26
+ <li v-if="asp == 'true'"><a :style="selectFiled == '置换通气'?'color:#333333!important;':'color:#666666!important;'"
27
+ :class="{'tel_voiceActive':selectFiled == '置换通气','tel_f_size':selectFiled != '置换通气'}"
28
+ href="javascript:void(0)" @click="setField('置换通气')">置换通气</a></li>
29
+ <li><a :style="selectFiled == '工单处理'?'color:#333333!important;':'color:#666666!important;'"
30
+ :class="{'tel_voiceActive':selectFiled == '工单处理','tel_f_size':selectFiled != '工单处理'}"
31
+ href="javascript:void(0)" @click="setField('工单处理')">工单处理</a></li>
32
+ </ul>
33
+ <div class="tab-content span" style="overflow-y: auto">
34
+ <seek-work v-show="worktype === '咨询单'" v-if="meading == '转站点'" :data='user' :cleantf="cleanstart"
35
+ :call-obj="callObj" :login-user="loginUser" v-on:commitsus="commit"></seek-work>
36
+ <complain-work v-show="worktype === '投诉单'" v-if="meading == '转站点'" :data='user' :cleantf="cleanstart"
37
+ :call-obj="callObj" :login-user="loginUser" v-on:commitsus="commit"></complain-work>
38
+ <repairs-work v-show="worktype === '报修单'" :data='user' :cleantf="cleanstart" :type="type" :call-obj="callObj"
39
+ :login-user="loginUser" :meading="'转维修员'" v-on:commitsus="commit"></repairs-work>
40
+ <gas-work v-show="worktype === '置换通气'" :data='user' :cleantf="cleanstart" :type="type" :call-obj="callObj"
41
+ :login-user="loginUser" :meading="'转维修员'" v-on:saveend="saveend" v-on:saveing="savestart"
42
+ v-on:commitsus="commit"></gas-work>
43
+ <!--<install-work v-show="worktype === '安装单'" :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="meading" v-on:saveend="saveend" v-on:saveing="savestart" v-on:commitsus="commit"></install-work>-->
44
+ <work-center v-show="worktype === '工单处理'" :data='user' :call-obj="callObj" :meading="meading"></work-center>
45
+ </div>
46
+ <!--<button type="button" name="button" class="btn btn-primary btn-sm fr btn-img-cl" @click="handWork('工单处理')" >
47
+ 工&nbsp;单&nbsp;处&nbsp;理
48
+ <span class="badge" >{{works}}</span>
49
+ </button>-->
50
+ <!--<div>
51
+ <seek-work v-show="worktype === '咨询单'" :data='user' :cleantf="cleanstart" :call-obj="callObj" :login-user="loginUser" v-on:commitsus="commit"></seek-work>
52
+ <complain-work v-show="worktype === '投诉单'" :data='user' :cleantf="cleanstart" :call-obj="callObj" :login-user="loginUser" v-on:commitsus="commit"></complain-work>
53
+ <repairs-work v-show="worktype === '报修单'" :data='user' :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="'转维修员'" v-on:commitsus="commit"></repairs-work>
54
+ <gas-work v-show="worktype === '置换通气'" :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="'转维修员'" v-on:saveend="saveend" v-on:saveing="savestart" v-on:commitsus="commit"></gas-work>
55
+ &lt;!&ndash;<install-work v-show="worktype === '安装单'" :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="meading" v-on:saveend="saveend" v-on:saveing="savestart" v-on:commitsus="commit"></install-work>&ndash;&gt;
56
+ <work-center v-show="worktype === '工单处理'" :data='user' :call-obj="callObj" :meading="meading"></work-center>
57
+ </div>-->
58
+ </div>
59
+ </template>
60
+
61
+ <script>
62
+ export default {
63
+ title: '工单派发',
64
+ data() {
65
+ return {
66
+ worktype: '咨询单',
67
+ row: '',
68
+ cleanstart: 0,
69
+ saveing: false,
70
+ selectFiled: '咨询单',
71
+ asp: 'false'
72
+ }
73
+ },
74
+ props: {
75
+ meading: {
76
+ type: String,
77
+ default: '转站点'
78
+ },
79
+ user: {},
80
+ type: {},
81
+ works: {},
82
+ callObj: {
83
+ type: Object
84
+ },
85
+ loginUser: {
86
+ type: Object
87
+ },
88
+ findid: {
89
+ type: Number
90
+ }
91
+ },
92
+ ready() {
93
+ this.asp = this.$appdata.getSingleValue('置换通气')
94
+ if (this.meading == '转维修员') {
95
+ this.worktype = '报修单'
96
+ }
97
+ },
98
+ methods: {
99
+ setField(type) {
100
+ this.selectFiled = type
101
+ this.worktype = type
102
+ },
103
+ saveend() {
104
+ this.saveing = false
105
+ },
106
+ savestart() {
107
+ this.saveing = true
108
+ },
109
+ handWork(type) {
110
+ this.worktype = type
111
+ },
112
+ commit(val) {
113
+ this.cleanstart += 1
114
+ this.$emit('commit', val)
115
+ }
116
+ },
117
+ events: {
118
+ distribute(val) {
119
+ //tag
120
+ this.$dispatch('useroperate', val)
121
+
122
+ }
123
+ },
124
+ watch: {
125
+ 'worktype'() {
126
+ var ev = new Event("resize", {"bubbles": true, "cancelable": false});
127
+ window.dispatchEvent(ev);
128
+ },
129
+ }
130
+ }
131
+ </script>
132
+ <style lang="less">
133
+ #pc-diswork-page .row, #pc-diswork-page .form-input-group {
134
+ margin: 5px 0px;
135
+ height: auto;
136
+ }
137
+
138
+ /* 禁止textarea横向拉伸 */
139
+ .ver-textarea {
140
+ resize: vertical;
141
+ }
142
+
143
+ .btn-img (@url) {
144
+ width: 100px;
145
+ background-image: url("@{url}");
146
+ background-size: 20px;
147
+ background-position: 5px;
148
+ text-align: right;
149
+ background-repeat: no-repeat;
150
+ border-radius: 0px;
151
+ font-size: 12px;
152
+ height: 28px;
153
+ }
154
+
155
+ #pc-diswork-page .btn-img-cl {
156
+ .btn-img('../../../assets/gongdantixing.png');
157
+ }
158
+
159
+ #pc-diswork-page .btn-img-re {
160
+ .btn-img('../../../assets/chongxinpaifa.png');
161
+ margin-right: 10px;
162
+ }
163
+
164
+ .tel_voiceActive {
165
+ font-family: PingFang-SC-Bold;
166
+ font-size: 16px;
167
+ font-weight: normal !important;
168
+ font-stretch: normal !important;
169
+ line-height: 18px;
170
+ letter-spacing: 0px;
171
+ color: #333333 !important;
172
+ border-bottom: 3px solid #599fe5;
173
+ padding: 10px 10px !important;
174
+ }
175
+
176
+ .tel_f_size {
177
+ font-family: PingFang-SC-Medium;
178
+ font-size: 16px;
179
+ font-weight: normal;
180
+ font-stretch: normal;
181
+ line-height: 18px;
182
+ letter-spacing: 0px;
183
+ color: #666666 !important;
184
+ padding: 10px 10px !important;
185
+ }
186
+
187
+ /*#pc-diswork-page {
188
+ position: relative;
189
+ margin-top: -5px;
190
+ }
191
+ #pc-diswork-page button {
192
+ position: absolute;
193
+ right: 15px;
194
+ bottom: 5px;
195
+ }
196
+ .form-input-group .form-control {
197
+ }*/
198
+ </style>
199
+