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
@@ -0,0 +1,144 @@
1
+ <template>
2
+ <div class="flex-row">
3
+ <div style="height: 95%" class="basic-main" >
4
+ <criteria-paged :model="model" v-ref:cp>
5
+ <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
6
+ <div class="form-horizontal select-overspread container-fluid auto" style="margin-bottom: 10px" partial>
7
+ <div class="row">
8
+ <div class="col-sm-6 form-group form-input-group" style="width: 40%">
9
+ <role-selector-tel
10
+ role-name="维修员"
11
+ role-lable="维&nbsp;修&nbsp;员"
12
+ @re-res="$parent.$parent.getRes"
13
+ :value.sync="model.f_checker_id"
14
+ v-model="model.f_checker_id"
15
+ condition="f_order_man = '{}'">
16
+ </role-selector-tel>
17
+ </div>
18
+ <div class="col-sm-3 form-group form-input-group" style="width: 20%">
19
+ <label class="font_normal_body" style="width: 40%">操作时间</label>
20
+ <datepicker placeholder="起始操作时间"
21
+ :value.sync="model.f_created_date"
22
+ v-model="model.f_created_date"
23
+ :format="'yyyy-MM-dd 00:00:00'"
24
+ condition="f_date >= '{}'"
25
+ ></datepicker>
26
+ </div>
27
+ <div class="col-sm-3 form-group form-input-group" style="width: 20%">
28
+ <label class="font_normal_body" style="width: 40%">操作时间</label>
29
+ <datepicker placeholder="终止操作时间"
30
+ :value.sync="model.f_created_enddate"
31
+ v-model="model.f_created_enddate"
32
+ :format="'yyyy-MM-dd 23:59:59'"
33
+ condition="f_date <= '{}'"
34
+ ></datepicker>
35
+ </div>
36
+ <div class="form-group col-sm-3 button-range">
37
+ <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
38
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
39
+ <export-excel :data="$parent.$parent.getCondition"
40
+ :field="$parent.$parent.getfield"
41
+ sqlurl="rs/logic/telephoneExport"
42
+ sql-name="getMaterialStatistics"
43
+ template-name='材料汇总导出'
44
+ :choose-col="true"></export-excel>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </criteria>
49
+ <data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
50
+ <template partial='head'>
51
+ <tr>
52
+ <th>序号</th>
53
+ <th>维修员</th>
54
+ <th>材料名称</th>
55
+ <th>材料型号</th>
56
+ <th>数量</th>
57
+ <th>金额(元)</th>
58
+ </tr>
59
+ </template>
60
+ <template partial='body'>
61
+ <tr >
62
+ <td style="text-align: center;">
63
+ <nobr><font>{{$index+1}}</font></nobr>
64
+ </td>
65
+ <td style="text-align: center;">
66
+ <nobr><font>{{row.f_repair_man}}</font></nobr>
67
+ </td>
68
+ <td style="text-align: center;">
69
+ <nobr><font>{{row.f_material_name}}</font></nobr>
70
+ </td>
71
+ <td style="text-align: center;">
72
+ <nobr><font>{{row.f_material_type}}</font></nobr>
73
+ </td>
74
+ <td style="text-align: center;">
75
+ <nobr><font>{{row.f_count}}</font></nobr>
76
+ </td>
77
+ <td style="text-align: center;">
78
+ <nobr><font>{{row.f_money}}</font></nobr>
79
+ </td>
80
+ </tr>
81
+ </template>
82
+ </data-grid>
83
+ </criteria-paged>
84
+ </div>
85
+
86
+ </div>
87
+ </template>
88
+
89
+ <script>
90
+ import {PagedList} from 'vue-client'
91
+ export default {
92
+ title: '材料汇总',
93
+ data () {
94
+ return {
95
+ model: new PagedList('rs/sql/getMaterialStatistics', 30, null),
96
+ criteriaShow: false,
97
+ getfield: {
98
+ 'f_repair_man': '维修员',
99
+ 'f_material_name': '材料名称',
100
+ 'f_material_type': '材料型号',
101
+ 'f_count': '数量',
102
+ 'f_money': '金额(元)',
103
+ },
104
+ f_filialeids: ''
105
+ }
106
+ },
107
+ ready () {
108
+ // 调用查询
109
+ this.search()
110
+ },
111
+ methods: {
112
+ clear () {
113
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
114
+ this.$refs.cp.$refs.cri.model[key] = ''
115
+ })
116
+ },
117
+ searchCondition (args) {
118
+ if (this.f_filialeids) {
119
+ args.condition += ` and t2.f_filiale_id in ${this.f_filialeids}`
120
+ } else {
121
+ args.condition += ` and t2.f_filiale_id = '${this.$login.f.orgid}'`
122
+ }
123
+ this.model.search(args.condition, args.model)
124
+ },
125
+ // 查询
126
+ search () {
127
+ this.$refs.cp.$refs.cri.search()
128
+ },
129
+ getRes (obj) {
130
+ this.f_filialeids = this.$login.convertToIn(obj.resids)
131
+ },
132
+ },
133
+ computed: {
134
+ getCondition () {
135
+ return {
136
+ condition: this.model.condition
137
+ }
138
+ }
139
+ }
140
+ }
141
+ </script>
142
+
143
+ <style scoped>
144
+ </style>
@@ -65,13 +65,13 @@
65
65
  <td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px">用户地址:</td>
66
66
  <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px">{{baseuserinfo.f_address}}</td>
67
67
  </tr>
68
- <tr>
68
+ <!-- <tr>
69
69
 
70
70
  <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">派单时间:</td>
71
71
  <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ service.f_created_date }}</td>
72
72
  <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">完成时间:</td>
73
73
  <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ service.f_repair_date }}</td>
74
- </tr>
74
+ </tr>-->
75
75
  <tr>
76
76
 
77
77
  <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">到达时间:</td>
@@ -199,14 +199,14 @@
199
199
  </div>
200
200
  </div>
201
201
  <!-- {{detail.f_first_imgname}}-->
202
- <div class="row" v-if="detail.f_first_imgname">
202
+ <!-- <div class="row" v-if="detail.f_first_imgname">
203
203
  <div class="container" style="max-width: 500px;background: #FFFFFF">
204
204
  <div class="img" style="float: none">
205
205
  <img-self-tel :src="'rs/image/file/'+detail.f_first_imgname" width="400" height="300"></img-self-tel>
206
206
  </div>
207
207
 
208
208
  </div>
209
- </div>
209
+ </div>-->
210
210
  </td>
211
211
 
212
212
 
@@ -6,6 +6,12 @@
6
6
  <label class="font_normal_body" style="width: 30%">来电电话</label>
7
7
  <input style="width: 60%" type="text" readonly v-model='model.f_phone' class="form-control"></input>
8
8
  </div>
9
+ <div class="col-sm-6 form-group form-fix-width">
10
+ <label class="font_normal_body" for="f_user_name" :class="model.f_userinfo_code ? '': 'class-error' "
11
+ style="width: 30%">客户编号</label>
12
+ <input style="width: 60%" type="text" readonly v-model='model.f_userinfo_code' id="f_userinfo_code" name="f_userinfo_code"
13
+ class="form-control"/>
14
+ </div>
9
15
  <div class="col-sm-6 form-group form-fix-width">
10
16
  <label class="font_normal_body" for="f_user_name" :class="model.f_user_name ? '': 'class-error' "
11
17
  style="width: 30%">客户姓名</label>
@@ -93,7 +99,8 @@
93
99
  </div>
94
100
  <div class="col-sm-6 form-group form-fix-width">
95
101
  <label class=" font_normal_body" style="width: 30%">截止天数</label>
96
- <v-select :value="model.day" :value-single="true"
102
+ <v-select :value.sync="model.day" :value-single="true"
103
+ v-model="model.day"
97
104
  :options='days' placeholder='请选择截止天数'
98
105
  close-on-select
99
106
  v-on:change="daychange" style="width: 60%"></v-select>
@@ -310,12 +317,14 @@
310
317
  f_service_acitivity_type: '派单'
311
318
  }],
312
319
  f_source: '话务来电',
320
+ day:'',
313
321
  f_finish_date:'',
314
322
  f_service_id: '',
315
323
  f_contact_phone: '',
316
324
  f_enter_number: '',
317
325
  f_meetunit: '',
318
326
  f_phone: '',
327
+ f_userinfo_code: '',
319
328
  f_user_name: '',
320
329
  f_address: '',
321
330
  f_alarm_accident: '',//报警详细地址
@@ -631,6 +640,7 @@
631
640
  f_meetunit: this.model.serviceacitivity[0].f_meetunit,
632
641
  f_reciever: this.model.serviceacitivity[0].f_reciever
633
642
  }],
643
+ day:'',
634
644
  f_finish_date:'',
635
645
  f_repairman_phone:this.model.f_repairman_phone,
636
646
  f_meetunit: this.model.f_meetunit,
@@ -760,7 +770,7 @@
760
770
  ',报警人:' + this.showMessageData.model.f_user_name +
761
771
  ',报警电话:' + this.showMessageData.model.f_phone +
762
772
  ',联系电话:' + this.showMessageData.model.f_contact_phone +
763
- ',接管时间:' + this.showMessageData.model.f_repair_date +
773
+ ',接警时间:' + Util.getNowDate() +
764
774
  ',警情类别:' + this.showMessageData.model.f_repairtype +
765
775
  ',报警类别:' + JSON.parse(this.showMessageData.model.failure)[0].f_failure_type +
766
776
  ',报警事故地址:' + this.showMessageData.model.f_alarm_accident +
@@ -154,13 +154,13 @@
154
154
  @click="repairlist($index)">查看详情
155
155
  </button>
156
156
  </div>
157
- <div style="margin-top: 5px" v-if="activity.type === 't_servicework' && activity.f_button =='维修完成' ">
157
+ <!-- <div style="margin-top: 5px" v-if="activity.type === 't_servicework' && activity.f_button =='维修完成' ">
158
158
  <p>验收人员: {{ activity.f_name }} &nbsp;&nbsp;&nbsp;完成结果: {{ activity.f_result_status }}
159
159
  </p>
160
160
  <button type="button" name="button"style="margin-left: 0px" class="button_spacing button_search-1"
161
161
  @click="repairlist($index)">查看详情
162
162
  </button>
163
- </div>
163
+ </div>-->
164
164
  <!-- 工单结案 -->
165
165
  <div style="margin-top: 5px" v-if="activity.type === 't_serviceend'">
166
166
  <p>{{ activity.f_date }}</p>