telephone-clients 4.0.0-1-89 → 4.0.0-1-91

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 (32) hide show
  1. package/package.json +2 -2
  2. package/src/components/pc/MaintenanceWorker.vue +152 -0
  3. package/src/components/pc/NewRepairPaper.vue +704 -704
  4. package/src/components/pc/NewRepairTablePaper.vue +442 -442
  5. package/src/components/pc/WorkHistory.vue +650 -650
  6. package/src/components/pc/WorkListNew.vue +838 -838
  7. package/src/components/sendsingle/onlinecharge.vue +424 -424
  8. package/src/components/workorder/ChangeMeterPageNew.vue +663 -663
  9. package/src/components/workorder/ChangeMeterUserInfo.vue +130 -130
  10. package/src/components/workorder/RepairFirstV.vue +736 -736
  11. package/src/components/workorder/RepairInfo.vue +178 -178
  12. package/src/components/workorder/RepairOrderT.vue +713 -713
  13. package/src/components/workorder/oldMeterPage.vue +104 -104
  14. package/src/components/workorder/repairFirstTable.vue +715 -715
  15. package/src/filiale/jinhong/android/FaultAll.vue +936 -936
  16. package/src/filiale/jinhong/android/ZHihuanFirst.vue +540 -540
  17. package/src/filiale/jinhong/pc/WorkListAllNew.vue +884 -884
  18. package/src/filiale/jinhong/telephone.js +10 -10
  19. package/src/filiale/jinhong/telephoneAndroid.js +13 -13
  20. package/src/filiale/meihekou/android/Othercharge.vue +454 -454
  21. package/src/filiale/meihekou/android/PhoneStandWorkNew.vue +692 -692
  22. package/src/filiale/meihekou/android/ServiceOnlineQuery.vue +477 -477
  23. package/src/filiale/meihekou/pc/WorkListAllNew.vue +925 -901
  24. package/src/filiale/meihekou/pc/WorkListNew.vue +1113 -1049
  25. package/src/filiale/meihekou/telephoneAndroid.js +26 -26
  26. package/src/filiale/xinjiangdexin/telephone.js +16 -16
  27. package/src/filiale/xinliansihui/android/FaultAll.vue +923 -923
  28. package/src/filiale/xinliansihui/android/RepairFirstV.vue +734 -734
  29. package/src/filiale/xinliansihui/android/RepairOrderT.vue +713 -713
  30. package/src/main.js +1 -1
  31. package/src/telephone-android.js +425 -425
  32. package/src/telephone.js +799 -796
@@ -1,10 +1,10 @@
1
- let specialComp = {
2
- 'work-listall-new': (resolve) => {
3
- require(['./pc/WorkListAllNew.vue'], resolve)
4
- }
5
- }
6
- exports.specialComp = specialComp
7
-
8
-
9
-
10
-
1
+ let specialComp = {
2
+ 'work-listall-new': (resolve) => {
3
+ require(['./pc/WorkListAllNew.vue'], resolve)
4
+ }
5
+ }
6
+ exports.specialComp = specialComp
7
+
8
+
9
+
10
+
@@ -1,13 +1,13 @@
1
- const Vue = require('vue')
2
-
3
- let specialComp = {
4
-
5
- 'fault-all': (resolve) => { require(['./android/FaultAll'], resolve)},
6
- 'zhihuan-first': (resolve) => { require(['./android/ZHihuanFirst'], resolve)},
7
-
8
- }
9
- exports.specialComp = specialComp
10
-
11
-
12
-
13
-
1
+ const Vue = require('vue')
2
+
3
+ let specialComp = {
4
+
5
+ 'fault-all': (resolve) => { require(['./android/FaultAll'], resolve)},
6
+ 'zhihuan-first': (resolve) => { require(['./android/ZHihuanFirst'], resolve)},
7
+
8
+ }
9
+ exports.specialComp = specialComp
10
+
11
+
12
+
13
+