telephone-clients 3.0.103 → 3.0.104-11

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 (132) hide show
  1. package/package.json +3 -3
  2. package/src/App.vue +54 -56
  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 +23 -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 +9 -3
  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/gongyi/android/RepairOrderV.vue +1415 -1415
  51. package/src/filiale/hanzhong/telephone.js +1 -1
  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 +25 -0
  64. package/src/filiale/qianneng/android/chargesList.vue +161 -161
  65. package/src/filiale/qianneng/pc/MaterialDetailed.vue +15 -3
  66. package/src/filiale/qianneng/pc/MaterialStatistics.vue +144 -0
  67. package/src/filiale/qianneng/pc/NewRepairPaper.vue +467 -467
  68. package/src/filiale/qianneng/pc/RepairsWork.vue +992 -982
  69. package/src/filiale/qianneng/pc/WorkHistory.vue +2 -2
  70. package/src/filiale/qianneng/pc/WorkListAllNew.vue +53 -5
  71. package/src/filiale/qianneng/pc/changetable.vue +273 -0
  72. package/src/filiale/qianneng/telephone.js +2 -0
  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/rizhao/telephone.js +1 -1
  78. package/src/filiale/rongcheng/CliWorkListAll.vue +442 -407
  79. package/src/filiale/rongcheng/FaultAll.vue +3 -3
  80. package/src/filiale/rongcheng/RepairOrderV.vue +1445 -0
  81. package/src/filiale/rongcheng/telephoneAndroid.js +3 -1
  82. package/src/filiale/shanxian/android/RepairFirstV.vue +5 -1
  83. package/src/filiale/shanxian/pc/RepairsWork.vue +826 -0
  84. package/src/filiale/shanxian/pc/WorkList.vue +1 -1
  85. package/src/filiale/shanxian/telephone.js +13 -12
  86. package/src/filiale/shexian/android/AddMyTask.vue +7 -0
  87. package/src/filiale/shexian/android/CompletedRepair.vue +280 -0
  88. package/src/filiale/shexian/android/FaultAll.vue +847 -0
  89. package/src/filiale/shexian/android/Outlay.vue +182 -165
  90. package/src/filiale/shexian/android/RepairFirstV.vue +16 -2
  91. package/src/filiale/shexian/android/RepairInfo.vue +1 -0
  92. package/src/filiale/shexian/pc/QueryVisitHistory.vue +237 -0
  93. package/src/filiale/shexian/pc/TelAgentVoiceReport.vue +271 -0
  94. package/src/filiale/shexian/pc/TelByOrderManCount.vue +10 -2
  95. package/src/filiale/shexian/pc/WorkList.vue +782 -740
  96. package/src/filiale/shexian/pc/WorkListAllNew.vue +75 -67
  97. package/src/filiale/shexian/telephone.js +21 -18
  98. package/src/filiale/shexian/telephoneAndroid.js +32 -26
  99. package/src/filiale/tongchuan/android/RepairDetails.vue +623 -0
  100. package/src/filiale/tongchuan/android/TicketDetails.vue +3 -0
  101. package/src/filiale/tongchuan/pc/UserWork.vue +805 -805
  102. package/src/filiale/tongchuan/pc/WorkOrderStatistics.vue +2 -2
  103. package/src/filiale/tongchuan/telephone.js +52 -52
  104. package/src/filiale/tongchuan/telephoneAndroid.js +23 -22
  105. package/src/filiale/wenxi/android/FailureShow.vue +61 -0
  106. package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1053 -0
  107. package/src/filiale/wenxi/android/RepairInfo.vue +158 -74
  108. package/src/filiale/wenxi/android/RepairOrderV.vue +805 -1419
  109. package/src/filiale/wenxi/android/RepairUserInfo.vue +532 -0
  110. package/src/filiale/wenxi/android/ZHihuanFirst.vue +502 -0
  111. package/src/filiale/wenxi/pc/DistributeWork.vue +107 -121
  112. package/src/filiale/wenxi/pc/FailureEdit.vue +1 -1
  113. package/src/filiale/wenxi/pc/GasWork.vue +747 -0
  114. package/src/filiale/wenxi/pc/MetereadInfo.vue +82 -0
  115. package/src/filiale/wenxi/pc/RepairsWork.vue +15 -0
  116. package/src/filiale/wenxi/pc/TelFindUser.vue +213 -116
  117. package/src/filiale/wenxi/pc/WorkListAll.vue +348 -297
  118. package/src/filiale/wenxi/telephone.js +4 -5
  119. package/src/filiale/wenxi/telephoneAndroid.js +4 -1
  120. package/src/filiale/wuan/android/RepairOrderV.vue +1384 -1384
  121. package/src/filiale/wuhai/telephone.js +1 -1
  122. package/src/filiale/yuncheng/pc/TelFindUser.vue +302 -0
  123. package/src/filiale/yuncheng/telephone.js +12 -0
  124. package/src/filiale/zhongsheng/android/FaultAll.vue +741 -0
  125. package/src/filiale/zhongsheng/android/RepairOrderV.vue +1430 -1430
  126. package/src/filiale/zhongsheng/android/RepairUserInfo.vue +241 -214
  127. package/src/filiale/zhongsheng/pc/RepairsWork.vue +775 -775
  128. package/src/filiale/zhongsheng/telephone.js +23 -23
  129. package/src/filiale/zhongsheng/telephoneAndroid.js +2 -1
  130. package/src/main.js +1 -1
  131. package/src/telephone.js +17 -1
  132. package/src/weinan.js +6 -0
@@ -60,7 +60,7 @@
60
60
  :value.sync="model.f_created_date"
61
61
  v-model="model.f_created_date"
62
62
  :format="'yyyy-MM-dd 00:00:00'"
63
- condition="f_created_date > '{}'"
63
+ condition="tswo.f_created_date > '{}'"
64
64
  ></datepicker>
65
65
  </div>
66
66
  <div class="col-sm-3 form-group form-input-group" style="width: 20%">
@@ -69,7 +69,7 @@
69
69
  :value.sync="model.f_created_enddate"
70
70
  v-model="model.f_created_enddate"
71
71
  :format="'yyyy-MM-dd 23:59:59'"
72
- condition="f_created_date < '{}'"
72
+ condition="tswo.f_created_date < '{}'"
73
73
  ></datepicker>
74
74
  </div>
75
75
  <div class="col-sm-3 form-group form-input-group" style="width: 20%">
@@ -104,7 +104,7 @@
104
104
  :value.sync="model.f_date_start"
105
105
  v-model="model.f_date_start"
106
106
  :format="'yyyy-MM-dd 00:00:00'"
107
- condition="f_date > '{}'"
107
+ condition="tsw.f_date > '{}'"
108
108
  ></datepicker>
109
109
  </div>
110
110
  <div class="col-sm-3 form-group form-input-group" style="width: 20%">
@@ -113,7 +113,7 @@
113
113
  :value.sync="model.f_date_end"
114
114
  v-model="model.f_date_end"
115
115
  :format="'yyyy-MM-dd 23:59:59'"
116
- condition="f_date < '{}'"
116
+ condition="tsw.f_date < '{}'"
117
117
  ></datepicker>
118
118
  </div>
119
119
  <div class="col-sm-3 form-group form-input-group" style="width: 20%">
@@ -152,7 +152,7 @@
152
152
  <label class="font_normal_body" style="width: 40%" >报修类型</label>
153
153
  <v-select :value.sync="model.f_repairtype" :value-single="true" v-model="model.f_repairtype"
154
154
  :options='$parent.$parent.repairstypes' placeholder='报修类型'
155
- condition="f_repairtype like '%{}%'"
155
+ condition="tswo.f_repairtype like '%{}%'"
156
156
  close-on-select>
157
157
  </v-select>
158
158
  </div>
@@ -160,7 +160,7 @@
160
160
  <label class="font_normal_body" style="width: 40%" >故障类型</label>
161
161
  <v-select :value.sync="model.failure" :value-single="true" v-model="model.failure"
162
162
  :options='$parent.$parent.failures' placeholder='故障类型'
163
- condition="failure like '%{}%'"
163
+ condition="tswo.failure like '%{}%'"
164
164
  close-on-select>
165
165
  </v-select>
166
166
  </div>
@@ -197,7 +197,21 @@
197
197
  <th>
198
198
  <nobr>工单类型</nobr>
199
199
  </th>
200
- <!--<th><nobr>报修类型</nobr></th>-->
200
+ <th>
201
+ <nobr>报修类型</nobr>
202
+ </th>
203
+ <th>
204
+ <nobr>故障明细</nobr>
205
+ </th>
206
+ <th>
207
+ <nobr>接单员</nobr>
208
+ </th>
209
+ <th>
210
+ <nobr>维修结果</nobr>
211
+ </th>
212
+ <th>
213
+ <nobr>工单结果</nobr>
214
+ </th>
201
215
  <th>
202
216
  <nobr>工单编号</nobr>
203
217
  </th>
@@ -211,9 +225,6 @@
211
225
  <th>
212
226
  <nobr>联系电话</nobr>
213
227
  </th>
214
- <th>
215
- <nobr>故障明细</nobr>
216
- </th>
217
228
  <th>
218
229
  <nobr>工单来源</nobr>
219
230
  </th>
@@ -226,9 +237,6 @@
226
237
  <th>
227
238
  <nobr>话务员</nobr>
228
239
  </th>
229
- <th>
230
- <nobr>接单员</nobr>
231
- </th>
232
240
  <th>
233
241
  <nobr>结单时间</nobr>
234
242
  </th>
@@ -238,24 +246,18 @@
238
246
  <th>
239
247
  <nobr>离开时间</nobr>
240
248
  </th>
241
-
242
- <th>
243
- <nobr>逾期状态</nobr>
244
- </th>
245
- <th>
246
- <nobr>截止时间</nobr>
247
- </th>
248
249
  <th>
249
- <nobr>逾期时间</nobr>
250
- </th>
251
-
252
-
253
- <th>
254
- <nobr>工单结果</nobr>
255
- </th>
256
- <th>
257
- <nobr>维修结果</nobr>
250
+ <nobr>不处理原因</nobr>
258
251
  </th>
252
+ <!-- <th>-->
253
+ <!-- <nobr>逾期状态</nobr>-->
254
+ <!-- </th>-->
255
+ <!-- <th>-->
256
+ <!-- <nobr>截止时间</nobr>-->
257
+ <!-- </th>-->
258
+ <!-- <th>-->
259
+ <!-- <nobr>逾期时间</nobr>-->
260
+ <!-- </th>-->
259
261
 
260
262
 
261
263
  </tr>
@@ -275,7 +277,21 @@
275
277
  <td style="text-align: center;">
276
278
  <nobr>{{ row.f_workorder_type }}</nobr>
277
279
  </td>
278
-
280
+ <td style="text-align: center;">
281
+ <nobr>{{ row.f_repairtype }}</nobr>
282
+ </td>
283
+ <td style="text-align: center;">
284
+ <nobr>{{row.f_remarks}}&nbsp;&nbsp;&nbsp;{{ $parent.$parent.$parent.trouble(row.failure) }}</nobr>
285
+ </td>
286
+ <td style="text-align: center;">
287
+ <nobr>{{ row.f_order_man }} {{ row.f_repairman_phone }}</nobr>
288
+ </td>
289
+ <td style="text-align: center;">
290
+ <nobr>{{ row.f_repair_remarks }}</nobr>
291
+ </td>
292
+ <td style="text-align: center;">
293
+ <nobr>{{ row.f_result_status }}</nobr>
294
+ </td>
279
295
  <td style="text-align: center;">
280
296
  <nobr>{{ row.f_service_id }}</nobr>
281
297
  </td>
@@ -291,9 +307,6 @@
291
307
  <td style="text-align: center;">
292
308
  <nobr>{{ row.f_contact_phone }}</nobr>
293
309
  </td>
294
- <td style="text-align: center;">
295
- <nobr>{{row.f_remarks}}&nbsp;&nbsp;&nbsp;{{ $parent.$parent.$parent.trouble(row.failure) }}</nobr>
296
- </td>
297
310
  <td style="text-align: center;">
298
311
  <nobr>{{ row.f_source }}</nobr>
299
312
  </td>
@@ -309,9 +322,6 @@
309
322
  <td style="text-align: center;">
310
323
  <nobr>{{ row.f_attendant }}</nobr>
311
324
  </td>
312
- <td style="text-align: center;">
313
- <nobr>{{ row.f_order_man }} {{ row.f_repairman_phone }}</nobr>
314
- </td>
315
325
  <td style="text-align: center;">
316
326
  <nobr>{{ row.f_date }}</nobr>
317
327
  </td>
@@ -321,27 +331,19 @@
321
331
  <td style="text-align: center;">
322
332
  <nobr>{{ row.f_date_leave }}</nobr>
323
333
  </td>
324
-
325
- <td style="text-align: center;">
326
- <nobr>{{ $parent.$parent.$parent.d1(row)}}</nobr>
327
- </td>
328
334
  <td style="text-align: center;">
329
- <nobr>{{ row.f_finish_date == '1900-01-01 00:00:00' ? '' : row.f_finish_date}}</nobr>
335
+ <nobr>{{ row.f_case_remarks }}</nobr>
330
336
  </td>
331
- <td style="text-align: center;">
332
- <nobr>{{ $parent.$parent.$parent.d2(row) }}</nobr>
333
- </td>
334
-
335
-
336
- <td style="text-align: center;">
337
- <nobr>{{ row.f_result_status }}</nobr>
338
- </td>
339
-
340
- <td style="text-align: center;">
341
- <nobr>{{ row.f_repair_remarks }}</nobr>
342
- </td>
343
-
344
337
 
338
+ <!-- <td style="text-align: center;">-->
339
+ <!-- <nobr>{{ $parent.$parent.$parent.d1(row)}}</nobr>-->
340
+ <!-- </td>-->
341
+ <!-- <td style="text-align: center;">-->
342
+ <!-- <nobr>{{ row.f_finish_date == '1900-01-01 00:00:00' ? '' : row.f_finish_date}}</nobr>-->
343
+ <!-- </td>-->
344
+ <!-- <td style="text-align: center;">-->
345
+ <!-- <nobr>{{ $parent.$parent.$parent.d2(row) }}</nobr>-->
346
+ <!-- </td>-->
345
347
  </template>
346
348
  </data-grid>
347
349
  </criteria-paged>
@@ -379,7 +381,7 @@
379
381
  </header>
380
382
  <article slot="modal-body" class="modal-body">
381
383
  <visit-info v-if="showVisit" :row="visitrow" :phone="wavflie"
382
- @show-obj="watchShow"></visit-info>
384
+ @visitback="visitshow"></visit-info>
383
385
  </article>
384
386
  <footer slot="modal-footer" class="modal-footer">
385
387
  </footer>
@@ -440,20 +442,22 @@ export default {
440
442
  },
441
443
  excelHeaders: {
442
444
  'f_workorder_type': '工单类型',
445
+ 'f_repairtype': '报修类型',
443
446
  'f_service_id': '工单编号',
444
447
  'f_created_date': '派单时间',
445
448
  'f_user_name': '用户姓名',
446
449
  'f_address': '用户地址',
447
450
  'f_contact_phone': '联系电话',
448
451
  'f_source': '工单来源',
452
+ 'f_remarks': '备注',
449
453
  'f_json': '故障明细',
454
+ 'f_repair_remarks': '维修结果',
450
455
  'f_single_man': '派单人',
451
456
  'f_attendant': '受理人',
452
457
  'f_order_man': '接单人',
453
458
  'defname': '工单状态',
454
- 'f_date_leave': '完成时间',
455
- 'f_repair_remarks': '维修结果',
456
- 'f_remarks': '备注'
459
+ 'f_case_remarks':'无法处理原因',
460
+ 'f_date_leave': '完成时间'
457
461
  },
458
462
  criteriaShow: false
459
463
  }
@@ -476,8 +480,6 @@ export default {
476
480
  }
477
481
  },
478
482
  ready () {
479
-
480
- this.selfSearch()
481
483
  },
482
484
  watch: {
483
485
  'all' (val) {
@@ -549,10 +551,16 @@ export default {
549
551
  + seperator2 + second
550
552
  return currentdate
551
553
  },
552
- watchShow (val) {
554
+ visitshow(val){
555
+ if(val == 'commit'){
556
+ this.model.rows.forEach((value, index)=>{
557
+ if(value.id == this.visitrow.id){
558
+ this.model.rows[index].f_again_revisit = '否'
559
+ }
560
+ })
561
+ }
553
562
  this.visitrow = {}
554
- this.showVisit = val
555
- this.selfSearch()
563
+ this.showVisit = false
556
564
  },
557
565
  playWav (val, val2) {
558
566
  //tag
@@ -579,9 +587,9 @@ export default {
579
587
  search (args) {
580
588
 
581
589
  if (this.f_filialeids) {
582
- args.condition += ` and f_filiale_id in ${this.f_filialeids}`
590
+ args.condition += ` and tswo.f_filiale_id in ${this.f_filialeids}`
583
591
  } else {
584
- args.condition += ` and f_filiale_id = '${this.$login.f.orgid}'`
592
+ args.condition += ` and tswo.f_filiale_id = '${this.$login.f.orgid}'`
585
593
  }
586
594
 
587
595
  this.searchData.condition = args.condition
@@ -592,10 +600,10 @@ export default {
592
600
  let condition = '1=1'
593
601
 
594
602
  if (this.f_filialeids) {
595
- condition += ` and f_filiale_id in ${this.f_filialeids}`
603
+ condition += ` and tswo.f_filiale_id in ${this.f_filialeids}`
596
604
  //tag
597
605
  } else {
598
- condition += ` and f_filiale_id = '${this.$login.f.orgid}'`
606
+ condition += ` and tswo.f_filiale_id = '${this.$login.f.orgid}'`
599
607
  }
600
608
  return this.model.search(condition)
601
609
  },
@@ -1,18 +1,21 @@
1
- // 分公司特殊组件页面注册
2
- import Vue from "vue";
3
-
4
- //pc和手机分别注册到两个文件中
5
- let specialComp = {
6
- // 工单详情子组件
7
- 'tel-orderman-count': (resolve) => { require(['./pc/TelByOrderManCount'], resolve) },
8
- 'tel-repairtype-count': (resolve) => { require(['./pc/TelByRepairType'], resolve) },
9
- 'new-repair-paper': (resolve) => { require(['./pc/NewRepairPaper'], resolve) },
10
- 'tel-orderman': (resolve) => { require(['./pc/TelByOrderMan'], resolve) },
11
- 'work-listall-new': (resolve) => { require(['./pc/WorkListAllNew'], resolve) },
12
- 'work-list': (resolve) => { require(['./pc/WorkList'], resolve) },
13
- }
14
- exports.specialComp = specialComp
15
-
16
-
17
-
18
-
1
+ // 分公司特殊组件页面注册
2
+ import Vue from "vue";
3
+
4
+ //pc和手机分别注册到两个文件中
5
+ let specialComp = {
6
+ // 工单详情子组件
7
+ 'tel-orderman-count': (resolve) => { require(['./pc/TelByOrderManCount'], resolve) },
8
+ 'tel-repairtype-count': (resolve) => { require(['./pc/TelByRepairType'], resolve) },
9
+ 'new-repair-paper': (resolve) => { require(['./pc/NewRepairPaper'], resolve) },
10
+ 'tel-orderman': (resolve) => { require(['./pc/TelByOrderMan'], resolve) },
11
+ 'work-listall-new': (resolve) => { require(['./pc/WorkListAllNew'], resolve) },
12
+ 'work-list': (resolve) => { require(['./pc/WorkList'], resolve) },
13
+ 'query-visit-history': (resolve) => {require(['./pc/QueryVisitHistory'], resolve)},
14
+ 'tel-agentvoice-report': (resolve) => {require(['./pc/TelAgentVoiceReport'], resolve)}
15
+
16
+ }
17
+ exports.specialComp = specialComp
18
+
19
+
20
+
21
+
@@ -1,26 +1,32 @@
1
- // 分公司特殊组件页面注册
2
-
3
- //pc和手机端重写组件较多的话 建议将cp和android分到两个文件中 蓉城较少,所以我就合并到一起
4
- let specialComp = {
5
- // 竖屏待办工单新
6
- 'repair-first': (resolve) => {
7
- require(['./android/RepairFirstV'], resolve)
8
- },
9
- 'repair-orderV': (resolve) => {
10
- require(['./android/RepairOrderV'], resolve)
11
- },
12
- 'repair-info': (resolve) => {
13
- require(['./android/RepairInfo'], resolve)
14
- },
15
- 'outlay': (resolve) => {
16
- require(['./android/Outlay'], resolve)
17
- },
18
- 'add-my-task': (resolve) => {
19
- require(['./android/AddMyTask'], resolve)
20
- }
21
- }
22
- exports.specialComp = specialComp
23
-
24
-
25
-
26
-
1
+ // 分公司特殊组件页面注册
2
+
3
+ //pc和手机端重写组件较多的话 建议将cp和android分到两个文件中 蓉城较少,所以我就合并到一起
4
+ let specialComp = {
5
+ // 竖屏待办工单新
6
+ 'repair-first': (resolve) => {
7
+ require(['./android/RepairFirstV'], resolve)
8
+ },
9
+ 'repair-orderV': (resolve) => {
10
+ require(['./android/RepairOrderV'], resolve)
11
+ },
12
+ 'repair-info': (resolve) => {
13
+ require(['./android/RepairInfo'], resolve)
14
+ },
15
+ 'outlay': (resolve) => {
16
+ require(['./android/Outlay'], resolve)
17
+ },
18
+ 'add-my-task': (resolve) => {
19
+ require(['./android/AddMyTask'], resolve)
20
+ },
21
+ 'fault-all': (resolve) => {
22
+ require(['./android/FaultAll'], resolve)
23
+ },
24
+ 'completed-repairV': (resolve) => {
25
+ require(['./android/CompletedRepair'], resolve)
26
+ }
27
+ }
28
+ exports.specialComp = specialComp
29
+
30
+
31
+
32
+