telephone-clients 4.0.0-1-81 → 4.0.0-1-83

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 (27) hide show
  1. package/package.json +120 -120
  2. package/src/components/pc/NewRepairPaper.vue +704 -704
  3. package/src/components/pc/NewRepairTablePaper.vue +442 -442
  4. package/src/components/pc/WorkHistory.vue +650 -650
  5. package/src/components/sendsingle/onlinecharge.vue +424 -424
  6. package/src/components/workorder/ChangeMeterPageNew.vue +663 -663
  7. package/src/components/workorder/ChangeMeterUserInfo.vue +130 -130
  8. package/src/components/workorder/RepairFirstV.vue +736 -736
  9. package/src/components/workorder/RepairInfo.vue +178 -178
  10. package/src/components/workorder/RepairOrderT.vue +713 -713
  11. package/src/components/workorder/oldMeterPage.vue +104 -104
  12. package/src/components/workorder/repairFirstTable.vue +715 -715
  13. package/src/filiale/meihekou/android/Othercharge.vue +454 -454
  14. package/src/filiale/meihekou/android/PhoneStandWorkNew.vue +692 -692
  15. package/src/filiale/meihekou/android/RepairFirstV.vue +888 -887
  16. package/src/filiale/meihekou/android/ServiceOnlineQuery.vue +477 -477
  17. package/src/filiale/meihekou/pc/WorkListAllNew.vue +7 -8
  18. package/src/filiale/meihekou/telephoneAndroid.js +26 -26
  19. package/src/filiale/xinjiangdexin/telephone.js +16 -16
  20. package/src/filiale/xinliansihui/android/FaultAll.vue +923 -923
  21. package/src/filiale/xinliansihui/android/RepairFirstV.vue +734 -734
  22. package/src/filiale/xinliansihui/android/RepairOrderT.vue +713 -713
  23. package/src/main.js +24 -24
  24. package/src/telephone-android.js +425 -425
  25. package/src/telephone.js +796 -796
  26. package/src/components/pc/config/DefaultPrint.js +0 -7
  27. package/src/components/shaoguan/config/DefaultPrint.js +0 -7
@@ -1,7 +0,0 @@
1
- export default{
2
- //把打印需要默认选中的字段名放在config数组中
3
- config: [
4
- // "f_workorder_type", "f_repairtype",
5
- "f_service_id","f_user_name","f_address","f_phone","f_contact_phone", "f_created_date", "f_remarks", "f_order_man"
6
- ]
7
- }
@@ -1,7 +0,0 @@
1
- export default{
2
- //把打印需要默认选中的字段名放在config数组中
3
- config: [
4
- // "f_workorder_type", "f_repairtype",
5
- "f_service_id","f_user_name","f_address","f_phone","f_contact_phone", "f_created_date", "f_remarks", "f_order_man"
6
- ]
7
- }