telephone-clients 3.0.103 → 3.0.104-10

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 (127) hide show
  1. package/package.json +3 -3
  2. package/src/App.vue +7 -9
  3. package/src/assets//345/210/240/351/231/244.png +0 -0
  4. package/src/components/Util/RightTreeSafe.vue +2 -2
  5. package/src/components/Util/RightTreeSafeDep.vue +350 -0
  6. package/src/components/android/AddMyTask.vue +7 -0
  7. package/src/components/guoxin/Console.vue +9 -0
  8. package/src/components/guoxin/VisitInfo.vue +0 -11
  9. package/src/components/pc/NewRepairPaper.vue +370 -370
  10. package/src/components/pc/RepairsWork.vue +22 -2
  11. package/src/components/pc/RoleSelectorDep.vue +158 -0
  12. package/src/components/pc/TelFindUser.vue +1 -1
  13. package/src/components/pc/TelListener.vue +47 -16
  14. package/src/components/pc/VisitInfo.vue +44 -17
  15. package/src/components/pc/WorkCenter.vue +1 -1
  16. package/src/components/pc/WorkCenterList.vue +1 -1
  17. package/src/components/pc/WorkHistory.vue +20 -2
  18. package/src/components/pc/WorkListAll.vue +1 -1
  19. package/src/components/pc/WorkListAllNew.vue +10 -3
  20. package/src/components/pc/WorkListNew.vue +712 -706
  21. package/src/components/pc/olddata/OldWorkList.vue +193 -0
  22. package/src/components/telreport/RepairsDetailsReport.vue +98 -0
  23. package/src/components/telreport/TableFaultReport.vue +96 -0
  24. package/src/components/telreport/Traffic.vue +3 -3
  25. package/src/components/telreport/TrafficClassificationReport.vue +134 -0
  26. package/src/components/temp/ChangemeterInfo.vue +75 -87
  27. package/src/components/temp/DeviceInfo.vue +80 -82
  28. package/src/components/temp/HandplanInfo.vue +14 -3
  29. package/src/components/temp/InfoTable.vue +5 -2
  30. package/src/components/temp/MetereadInfo.vue +1 -4
  31. package/src/components/temp/OldRepairList.vue +100 -0
  32. package/src/components/temp/RepairList.vue +2 -2
  33. package/src/components/weinan/Console.vue +1 -1
  34. package/src/components/weinan/RecordList.vue +2 -2
  35. package/src/components/weinan/SiteSend.vue +2 -2
  36. package/src/components/weinan/SiteSendWeixiu.vue +7 -16
  37. package/src/components/weinan/StandWorkWeixiu.vue +1 -1
  38. package/src/components/weinan/WorkList.vue +73 -0
  39. package/src/components/weinan/WorkListAll.vue +90 -14
  40. package/src/components/weinan/WorkListWeixiu.vue +1 -1
  41. package/src/components/workorder/CompletedRepair.vue +269 -183
  42. package/src/components/workorder/FaultAll.vue +826 -826
  43. package/src/components/workorder/PhoneStandWork.vue +354 -354
  44. package/src/components/workorder/PhoneUpDetail.vue +3 -0
  45. package/src/components/workorder/RepairDetails.vue +12 -2
  46. package/src/components/workorder/RepairFirstV.vue +1 -1
  47. package/src/components/workorder/RepairOrderV.vue +1446 -1446
  48. package/src/filiale/furuike/pc/ComplainWork.vue +348 -348
  49. package/src/filiale/furuike/pc/Seekwork.vue +352 -352
  50. package/src/filiale/furuike/pc/WorkHistory.vue +576 -576
  51. package/src/filiale/gongyi/android/RepairOrderV.vue +1415 -1415
  52. package/src/filiale/kelai/android/AppTakePic.vue +143 -0
  53. package/src/filiale/kelai/android/PhoneVentilationLeave.vue +176 -0
  54. package/src/filiale/kelai/pc/WorkCenterList.vue +20 -3
  55. package/src/filiale/kelai/pc/WorkListAllNew.vue +47 -9
  56. package/src/filiale/kelai/pc/serviceDeleteOrder.vue +55 -0
  57. package/src/filiale/kelai/telephone.js +9 -8
  58. package/src/filiale/kelai/telephoneAndroid.js +3 -1
  59. package/src/filiale/liaoyuan/android/RepairOrderV.vue +831 -831
  60. package/src/filiale/qianneng/android/FaultAll.vue +883 -883
  61. package/src/filiale/qianneng/android/MaterIialOne.vue +123 -123
  62. package/src/filiale/qianneng/android/RepairOrderV.vue +874 -874
  63. package/src/filiale/qianneng/android/TemporarySingle.vue +537 -512
  64. package/src/filiale/qianneng/android/chargesList.vue +161 -161
  65. package/src/filiale/qianneng/pc/MaterialDetailed.vue +260 -248
  66. package/src/filiale/qianneng/pc/MaterialStatistics.vue +144 -0
  67. package/src/filiale/qianneng/pc/NewRepairPaper.vue +4 -4
  68. package/src/filiale/qianneng/pc/RepairsWork.vue +12 -2
  69. package/src/filiale/qianneng/pc/WorkHistory.vue +2 -2
  70. package/src/filiale/qianneng/pc/WorkListAllNew.vue +757 -701
  71. package/src/filiale/qianneng/pc/changetable.vue +273 -0
  72. package/src/filiale/qianneng/telephone.js +22 -20
  73. package/src/filiale/rizhao/pc/DispatchMan.vue +3 -3
  74. package/src/filiale/rizhao/pc/DispatchWork.vue +3 -3
  75. package/src/filiale/rizhao/pc/Traffic.vue +3 -3
  76. package/src/filiale/rizhao/pc/WorkListAllNew.vue +8 -3
  77. package/src/filiale/rongcheng/CliWorkListAll.vue +442 -407
  78. package/src/filiale/rongcheng/FaultAll.vue +3 -3
  79. package/src/filiale/rongcheng/RepairOrderV.vue +1445 -0
  80. package/src/filiale/rongcheng/telephoneAndroid.js +3 -1
  81. package/src/filiale/shanxian/android/RepairFirstV.vue +5 -1
  82. package/src/filiale/shanxian/pc/RepairsWork.vue +826 -0
  83. package/src/filiale/shanxian/pc/WorkList.vue +1 -1
  84. package/src/filiale/shanxian/telephone.js +13 -12
  85. package/src/filiale/shexian/android/AddMyTask.vue +7 -0
  86. package/src/filiale/shexian/android/CompletedRepair.vue +280 -0
  87. package/src/filiale/shexian/android/FaultAll.vue +847 -0
  88. package/src/filiale/shexian/android/Outlay.vue +182 -165
  89. package/src/filiale/shexian/android/RepairFirstV.vue +16 -2
  90. package/src/filiale/shexian/android/RepairInfo.vue +1 -0
  91. package/src/filiale/shexian/pc/QueryVisitHistory.vue +237 -0
  92. package/src/filiale/shexian/pc/TelAgentVoiceReport.vue +271 -0
  93. package/src/filiale/shexian/pc/TelByOrderManCount.vue +10 -2
  94. package/src/filiale/shexian/pc/WorkList.vue +782 -740
  95. package/src/filiale/shexian/pc/WorkListAllNew.vue +75 -67
  96. package/src/filiale/shexian/telephone.js +21 -18
  97. package/src/filiale/shexian/telephoneAndroid.js +32 -26
  98. package/src/filiale/tongchuan/android/TicketDetails.vue +3 -0
  99. package/src/filiale/tongchuan/pc/UserWork.vue +805 -805
  100. package/src/filiale/tongchuan/pc/WorkOrderStatistics.vue +2 -2
  101. package/src/filiale/wenxi/android/FailureShow.vue +61 -0
  102. package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1053 -0
  103. package/src/filiale/wenxi/android/RepairInfo.vue +158 -74
  104. package/src/filiale/wenxi/android/RepairOrderV.vue +805 -1419
  105. package/src/filiale/wenxi/android/RepairUserInfo.vue +532 -0
  106. package/src/filiale/wenxi/android/ZHihuanFirst.vue +502 -0
  107. package/src/filiale/wenxi/pc/DistributeWork.vue +107 -121
  108. package/src/filiale/wenxi/pc/FailureEdit.vue +1 -1
  109. package/src/filiale/wenxi/pc/GasWork.vue +747 -0
  110. package/src/filiale/wenxi/pc/MetereadInfo.vue +82 -0
  111. package/src/filiale/wenxi/pc/RepairsWork.vue +15 -0
  112. package/src/filiale/wenxi/pc/TelFindUser.vue +213 -116
  113. package/src/filiale/wenxi/pc/WorkListAll.vue +348 -297
  114. package/src/filiale/wenxi/telephone.js +4 -5
  115. package/src/filiale/wenxi/telephoneAndroid.js +4 -1
  116. package/src/filiale/wuan/android/RepairOrderV.vue +1384 -1384
  117. package/src/filiale/yuncheng/pc/TelFindUser.vue +302 -0
  118. package/src/filiale/yuncheng/telephone.js +12 -0
  119. package/src/filiale/zhongsheng/android/FaultAll.vue +741 -0
  120. package/src/filiale/zhongsheng/android/RepairOrderV.vue +1430 -1430
  121. package/src/filiale/zhongsheng/android/RepairUserInfo.vue +241 -214
  122. package/src/filiale/zhongsheng/pc/RepairsWork.vue +775 -775
  123. package/src/filiale/zhongsheng/telephone.js +23 -23
  124. package/src/filiale/zhongsheng/telephoneAndroid.js +2 -1
  125. package/src/main.js +1 -1
  126. package/src/telephone.js +16 -0
  127. package/src/weinan.js +6 -0
@@ -129,7 +129,7 @@ export default {
129
129
  this.condition += ` and f_created_date < '${this.f_date_end}'`
130
130
  }
131
131
  if(this.f_orgid){
132
- this.condition += ` and f_filiale_id = '${this.f_orgid}'`
132
+ this.condition += ` and (f_filiale_id = '${this.f_orgid}' or f_orgid = '${this.f_orgid}') `
133
133
  }
134
134
  new HttpResetClass().load('POST','rs/sql/tel_singleTable_OrderBy', {data: {
135
135
  items: `count(0) as zongshu,
@@ -145,7 +145,7 @@ export default {
145
145
  sum(case when tswo.f_workorder_type ='预约单' then 1 else 0 end ) as anjiandan`,
146
146
  tablename: `t_serviceworkorder tswo
147
147
  LEFT JOIN (SELECT * FROM t_servicework sw WHERE sw.id = (SELECT MAX(id) FROM t_servicework WHERE serviceid = sw.serviceid)) tsw ON tswo.id = tsw.serviceid
148
- left join activityins act on tswo.f_processid = act.processid and state = '开始活动' `,
148
+ left join activityins act on tswo.f_processid = act.processid and state = '开始活动' and defname in ('话务员派单','站点接单', '维修员接单', '班组长派单', '维修完成','置换完成','安装完成','安装员接单','置换员接单','处理完成') `,
149
149
  condition: this.condition,
150
150
  orderitem: '1'
151
151
  }}, {resolveMsg: null, rejectMsg: null}).then(res=>{
@@ -0,0 +1,61 @@
1
+ <template>
2
+ <div class="row">
3
+ <label class = "col-sm-4 " v-if="value">故障明细:</label>
4
+ <span class = "col-sm-8" v-for="failure in failures">
5
+ {{failure.f_failure_type}}:
6
+ <span v-for="caes in failure.failurecase">{{caes}}&nbsp;&nbsp;</span>
7
+ </span>
8
+ </div>
9
+ </template>
10
+
11
+ <script>
12
+ export default {
13
+ title: "failure-show",
14
+ props:{
15
+ // 要显示的故障
16
+ value: {
17
+ type: String
18
+ }
19
+ },
20
+ data () {
21
+ return {
22
+ // 故障类型
23
+ failures: [],
24
+ }
25
+ },
26
+ methods: {
27
+ // 把字符串转换成故障类型列表
28
+ procValue() {
29
+ // 清除原来内容
30
+ this.failures.splice(0, this.failures.length)
31
+
32
+ // 空串,直接返回
33
+ if (this.value) {
34
+ // 把字符串转换成故障列表对象
35
+ let array = JSON.parse(this.value)
36
+ if(Array.isArray(array)) {
37
+ array.forEach((value) => {
38
+ this.failures.push(value)
39
+ })
40
+ }
41
+ }
42
+ },
43
+ },
44
+ watch: {
45
+ 'value' () {
46
+ this.failures.splice(0, this.failures.length)
47
+ this.procValue()
48
+ },
49
+ },
50
+ created () {
51
+ },
52
+ ready () {
53
+
54
+ this.procValue()
55
+ }
56
+ }
57
+ </script>
58
+
59
+ <style scoped>
60
+
61
+ </style>